The Element defines the element parameters. A list of elements can be retrieved by calling ControlCentre.elements( scene ). More...
Public Slots | |
String | toString (bool verbose) const |
Print out element paramaters. More... | |
String | toString () const |
Print out element paramaters. More... | |
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 More... | |
String | name |
name of element More... | |
String | folderName |
name of element More... | |
String | pixmapType |
OPT, RCI, SCAN, SGI, TGA, etc. More... | |
String | scanType |
Color, Grayscale, B&W, or None. More... | |
bool | vectorType |
vector or pixmap More... | |
float | fieldChart |
12.0 or 16.0 More... | |
Friends | |
class | ControlCentre |
The Element defines the element parameters. A list of elements can be retrieved by calling ControlCentre.elements( scene ).
Element::Element | ( | const String & | jobName, |
const String & | sceneName, | ||
const String & | name, | ||
int | id, | ||
QObject * | |||
) |
Element::~Element | ( | ) |
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 |
|
slot |
Print out element paramaters.
verbose | if false, print out only name |
|
slot |
Print out element paramaters.
print all data related to the element
bool Element::vectorType | ( | ) | const |
|
friend |
|
read |
12.0 or 16.0
|
read |
name of element
|
read |
name of element
|
read |
OPT, RCI, SCAN, SGI, TGA, etc.
|
read |
Color, Grayscale, B&W, or None.
|
read |
name of scene
|
read |
vector or pixmap