Element Class Reference

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
 

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::Element ( const String &  jobName,
const String &  sceneName,
const String &  name,
int  id,
QObject *   
)

◆ ~Element()

Element::~Element ( )

Member Function Documentation

◆ fieldChart()

float Element::fieldChart ( ) const

◆ folderName()

String Element::folderName ( ) const

◆ id()

int Element::id ( ) const

◆ jobName()

String Element::jobName ( ) const

◆ name()

String Element::name ( ) const

◆ pixmapType()

String Element::pixmapType ( ) const

◆ scanType()

String Element::scanType ( ) const

◆ sceneName()

String Element::sceneName ( ) const

◆ 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

◆ vectorType()

bool Element::vectorType ( ) const

Friends And Related Function Documentation

◆ ControlCentre

friend class ControlCentre
friend

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