Element Class Reference

The Element defines the element parameters. More...

Public Slots

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

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...
 

Detailed Description

The Element defines the element parameters.

A list of elements can be retrieved by calling ControlCentre.elements( scene ).

Member Function Documentation

◆ toString [1/2]

String Element::toString ( bool  verbose) const
slot

Print out element paramaters.

Parameters
verboseif false, print out only name

◆ toString [2/2]

String Element::toString ( ) const
slot

Print out element paramaters.

print all data related to the element

Property Documentation

◆ fieldChart

float Element::fieldChart
read

12.0 or 16.0

◆ folderName

String Element::folderName
read

name of element

◆ name

String Element::name
read

name of element

◆ pixmapType

String Element::pixmapType
read

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

◆ scanType

String Element::scanType
read

Color, Grayscale, B&W, or None.

◆ sceneName

String Element::sceneName
read

name of scene

◆ vectorType

bool Element::vectorType
read

vector or pixmap