DbScript
Public Types | Public Member Functions | List of all members
AddPositionType Class Reference

The AddPositionType class enumerates the different positions at which scenes may be added into a job This is used as the second argument to ControlCentre::addScene. More...

#include <scriptojbects.h>

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

Public Types

enum  AddPositionType { ADD_AT_BOTTOM = 1, ADD_AT_TOP = 2, ADD_SORTED = 5 }
 

Public Member Functions

 AddPositionType (QObject)
 
 AddPositionType ()
 
 AddPositionType (const AddPositionType &rhs)
 

Detailed Description

The AddPositionType class enumerates the different positions at which scenes may be added into a job This is used as the second argument to ControlCentre::addScene.

Member Enumeration Documentation

Enumerator
ADD_AT_BOTTOM 

add at bottom

ADD_AT_TOP 

add at top

ADD_SORTED 

add alphabetically sorted

Constructor & Destructor Documentation


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