An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
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.
Referenced by Isis::ViewportBufferFill::ViewportBufferFill(), and Isis::ViewportBufferStretch::ViewportBufferStretch().
|
virtual |
Destructor.
|
inlinevirtual |
Returns the instantiated type.
Reimplemented in Isis::ViewportBufferFill, Isis::ViewportBufferStretch, and Isis::ViewportBufferTransform.
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.