Drawing Class Reference

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
 

Detailed Description

The Drawing defines the drawing parameters. A list of drawings can be retrieved by calling ControlCentre.drawings( element ).

Constructor & Destructor Documentation

◆ Drawing()

Drawing::Drawing ( const String &  jobName,
const String &  sceneName,
const String &  elementName,
const String &  name,
QObject *   
)

◆ ~Drawing()

Drawing::~Drawing ( )

Member Function Documentation

◆ elementName()

String Drawing::elementName ( ) const

◆ jobName()

String Drawing::jobName ( ) const

◆ name()

String Drawing::name ( ) const

◆ sceneName()

String Drawing::sceneName ( ) const

◆ stage()

String Drawing::stage ( ) const

◆ state()

String Drawing::state ( ) const

◆ toString

String Drawing::toString ( ) const
slot

Friends And Related Function Documentation

◆ ControlCentre

friend class ControlCentre
friend

Property Documentation

◆ elementName

String Drawing::elementName
read

name of element

◆ name

String Drawing::name
read

name of drawing

◆ stage

String Drawing::stage
read

XSheet, Scan, Vectorize, Paint or Camera.

◆ state

String Drawing::state
read

Pending, Processing, Error or Completed.