Isis 3 Programmer Reference
|
#include <ViewportBufferStretch.h>
Public Types | |
enum | ActionType { none, transform, fill, stretch } |
This uniquely identifies which child is instantiated. More... | |
Public Member Functions | |
ViewportBufferStretch () | |
Constructor. More... | |
~ViewportBufferStretch () | |
Destructor. More... | |
virtual ViewportBufferAction::ActionType | getActionType () |
Returns the instantiated type. More... | |
bool | started () |
Returns true if this is an action that takes time and has begun. More... | |
void | started (bool started) |
Sets started. More... | |
virtual void | stop () |
Cancels the process, used if reinitialize requested for example. More... | |
Definition at line 14 of file ViewportBufferStretch.h.
|
inherited |
This uniquely identifies which child is instantiated.
Enumerator | |
---|---|
none | Parent was instantiated. |
transform | |
fill | |
stretch |
Definition at line 19 of file ViewportBufferAction.h.
Isis::ViewportBufferStretch::ViewportBufferStretch | ( | ) |
Constructor.
Definition at line 8 of file ViewportBufferStretch.cpp.
Isis::ViewportBufferStretch::~ViewportBufferStretch | ( | ) |
Destructor.
Definition at line 14 of file ViewportBufferStretch.cpp.
|
inlinevirtual |
Returns the instantiated type.
Reimplemented from Isis::ViewportBufferAction.
Definition at line 19 of file ViewportBufferStretch.h.
References Isis::ViewportBufferAction::stretch.
|
inlineinherited |
Returns true if this is an action that takes time and has begun.
Definition at line 32 of file ViewportBufferAction.h.
References Isis::ViewportBufferAction::p_started.
Referenced by Isis::ViewportBuffer::DataReady(), Isis::ViewportBuffer::doQueuedActions(), Isis::ViewportBuffer::reinitialize(), Isis::ViewportBufferAction::started(), and Isis::ViewportBuffer::startFillAction().
|
inlineinherited |
Sets started.
started | True if starting |
Definition at line 41 of file ViewportBufferAction.h.
References Isis::ViewportBufferAction::p_started, and Isis::ViewportBufferAction::started().
|
inlinevirtualinherited |
Cancels the process, used if reinitialize requested for example.
Reimplemented in Isis::ViewportBufferFill.
Definition at line 46 of file ViewportBufferAction.h.