|
Isis 3 Programmer Reference
|
1 #ifndef ViewportBufferAction_h
2 #define ViewportBufferAction_h
ViewportBufferAction & operator=(const ViewportBufferAction &other)
No assigning these.
ViewportBufferAction()
Creates a new viewport buffer action.
ActionType
This uniquely identifies which child is instantiated.
virtual void stop()
Cancels the process, used if reinitialize requested for example.
@ none
Parent was instantiated.
ViewportBufferAction(const ViewportBufferAction &other)
No copying these.
bool p_started
True if this action has begun.
@ fill
ViewportBufferFill.
@ stretch
ViewportBufferStretch.
@ transform
ViewportBufferTransform.
bool started()
Returns true if this is an action that takes time and has begun.
virtual ActionType getActionType()
Returns the instantiated type.
void started(bool started)
Sets started.
virtual ~ViewportBufferAction()
Destructor.
This is free and unencumbered software released into the public domain.