DbScript
Public Slots | Public Member Functions | Properties | Private Member Functions | Private Attributes | Friends | List of all members
Drawing Class Reference

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

#include <scriptojbects.h>

Inheritance diagram for Drawing:
Inheritance graph
[legend]
Collaboration diagram for Drawing:
Collaboration graph
[legend]

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
 
String name
 name of drawing
 
String stage
 XSheet, Scan, Vectorize, Paint or Camera.
 
String state
 Pending, Processing, Error or Completed.
 

Private Member Functions

void setStage (int type)
 
void setState (int type)
 

Private Attributes

String _jobName
 
String _sceneName
 
String _elementName
 
String _name
 
String _stage
 
String _state
 

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 ( const String &  jobName,
const String &  sceneName,
const String &  elementName,
const String &  name,
QObject *   
)
Drawing::~Drawing ( )

Member Function Documentation

String Drawing::elementName ( ) const
String Drawing::jobName ( ) const
String Drawing::name ( ) const
String Drawing::sceneName ( ) const
void Drawing::setStage ( int  type)
private
void Drawing::setState ( int  type)
private
String Drawing::stage ( ) const
String Drawing::state ( ) const
String Drawing::toString ( ) const
slot

Friends And Related Function Documentation

friend class ControlCentre
friend

Member Data Documentation

String Drawing::_elementName
private
String Drawing::_jobName
private
String Drawing::_name
private
String Drawing::_sceneName
private
String Drawing::_stage
private
String Drawing::_state
private

Property Documentation

String Drawing::elementName
read

name of element

String Drawing::name
read

name of drawing

String Drawing::stage
read

XSheet, Scan, Vectorize, Paint or Camera.

String Drawing::state
read

Pending, Processing, Error or Completed.


The documentation for this class was generated from the following file: