DbScript
Public Slots | Public Member Functions | Properties | Private Member Functions | Private Attributes | Friends | List of all members
Element Class Reference

The Element defines the element parameters. A list of elements can be retrieved by calling ControlCentre.elements( scene ). More...

#include <scriptojbects.h>

Inheritance diagram for Element:
Inheritance graph
[legend]
Collaboration diagram for Element:
Collaboration graph
[legend]

Public Slots

String toString (bool verbose) const
 Print out element paramaters.
 

Public Member Functions

 Element (const String &jobName, const String &sceneName, const String &name, int id, QObject *)
 
 ~Element ()
 
String jobName () const
 
String sceneName () const
 
String name () const
 
String folderName () const
 
int id () const
 
String pixmapType () const
 
String scanType () const
 
bool vectorType () const
 
float fieldChart () const
 

Properties

String sceneName
 name of scene
 
String name
 name of element
 
String folderName
 name of element
 
String pixmapType
 OPT, RCI, SCAN, SGI, TGA, etc.
 
String scanType
 Color, Grayscale, B&W, or None.
 
bool vectorType
 vector or pixmap
 
float fieldChart
 12.0 or 16.0
 

Private Member Functions

void setScanType (const String &type)
 
void setVectorType (int type)
 
void setPixmapType (int type)
 
void setFieldChart (float type)
 

Private Attributes

String _jobName
 
String _sceneName
 
String _name
 
String _folderName
 
int _id
 
String _pixmapType
 
String _scanType
 
bool _vectorType
 
float _fieldChart
 

Friends

class ControlCentre
 

Detailed Description

The Element defines the element parameters. A list of elements can be retrieved by calling ControlCentre.elements( scene ).

Constructor & Destructor Documentation

Element::Element ( const String &  jobName,
const String &  sceneName,
const String &  name,
int  id,
QObject *   
)
Element::~Element ( )

Member Function Documentation

float Element::fieldChart ( ) const
String Element::folderName ( ) const
int Element::id ( ) const
String Element::jobName ( ) const
String Element::name ( ) const
String Element::pixmapType ( ) const
String Element::scanType ( ) const
String Element::sceneName ( ) const
void Element::setFieldChart ( float  type)
private
void Element::setPixmapType ( int  type)
private
void Element::setScanType ( const String &  type)
private
void Element::setVectorType ( int  type)
private
String Element::toString ( bool  verbose) const
slot

Print out element paramaters.

Parameters
verboseif false, print out only name
bool Element::vectorType ( ) const

Friends And Related Function Documentation

friend class ControlCentre
friend

Member Data Documentation

float Element::_fieldChart
private
String Element::_folderName
private
int Element::_id
private
String Element::_jobName
private
String Element::_name
private
String Element::_pixmapType
private
String Element::_scanType
private
String Element::_sceneName
private
bool Element::_vectorType
private

Property Documentation

float Element::fieldChart
read

12.0 or 16.0

String Element::folderName
read

name of element

String Element::name
read

name of element

String Element::pixmapType
read

OPT, RCI, SCAN, SGI, TGA, etc.

String Element::scanType
read

Color, Grayscale, B&W, or None.

String Element::sceneName
read

name of scene

bool Element::vectorType
read

vector or pixmap


The documentation for this class was generated from the following file: