![]() |
Isis Developer Reference
|
#include <ViewportBufferAction.h>
Public Types | |
enum | ActionType { none, transform, fill, stretch } |
This uniquely identifies which child is instantiated. More... | |
Public Member Functions | |
ViewportBufferAction () | |
Creates a new viewport buffer action. More... | |
virtual | ~ViewportBufferAction () |
Destructor. More... | |
virtual 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... | |
Isis::ViewportBufferAction::ViewportBufferAction | ( | ) |
Creates a new viewport buffer action.
|
virtual |
Destructor.
|
inlinevirtual |
Returns the instantiated type.
Reimplemented in Isis::ViewportBufferTransform, Isis::ViewportBufferStretch, and Isis::ViewportBufferFill.
References none.
Referenced by Isis::ViewportBuffer::DataReady(), and Isis::ViewportBuffer::totalUnfilledArea().
|
inline |
Returns true if this is an action that takes time and has begun.
Referenced by Isis::ViewportBuffer::DataReady(), and started().
|
inline |
|
inlinevirtual |
Cancels the process, used if reinitialize requested for example.
Reimplemented in Isis::ViewportBufferFill.
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 07/13/2023 15:16:12 |