![]() |
The Drawing defines the drawing parameters. A list of drawings can be retrieved by calling ControlCentre.drawings( element ). More...
Public Slots | |
String | toString () const |
Public Member Functions | |
Drawing (const String &jobName, const String &sceneName, const String &elementName, const String &name, QObject *) | |
~Drawing () | |
String | jobName () const |
String | sceneName () const |
String | elementName () const |
String | name () const |
String | stage () const |
String | state () const |
Properties | |
String | elementName |
name of element More... | |
String | name |
name of drawing More... | |
String | stage |
XSheet, Scan, Vectorize, Paint or Camera. More... | |
String | state |
Pending, Processing, Error or Completed. More... | |
Friends | |
class | ControlCentre |
The Drawing defines the drawing parameters. A list of drawings can be retrieved by calling ControlCentre.drawings( element ).
Drawing::Drawing | ( | const String & | jobName, |
const String & | sceneName, | ||
const String & | elementName, | ||
const String & | name, | ||
QObject * | |||
) |
Drawing::~Drawing | ( | ) |
String Drawing::elementName | ( | ) | const |
String Drawing::jobName | ( | ) | const |
String Drawing::name | ( | ) | const |
String Drawing::sceneName | ( | ) | const |
String Drawing::stage | ( | ) | const |
String Drawing::state | ( | ) | const |
|
slot |
|
friend |
|
read |
name of element
|
read |
name of drawing
|
read |
XSheet, Scan, Vectorize, Paint or Camera.
|
read |
Pending, Processing, Error or Completed.