![]() |
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. | |
virtual | ~ViewportBufferAction () |
Destructor. | |
virtual ActionType | getActionType () |
Returns the instantiated type. | |
bool | started () |
Returns true if this is an action that takes time and has begun. | |
void | started (bool started) |
Sets started. | |
virtual void | stop () |
Cancels the process, used if reinitialize requested for example. | |
Isis::ViewportBufferAction::ViewportBufferAction | ( | ) |
Creates a new viewport buffer action.
|
virtual |
Destructor.
|
inlinevirtual |
Returns the instantiated type.
Reimplemented in Isis::ViewportBufferFill, Isis::ViewportBufferStretch, and Isis::ViewportBufferTransform.
References none.
|
inline |
Returns true if this is an action that takes time and has begun.
Referenced by 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: 02/24/2025 16:13:12 |