Isis Developer 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. | |
~ViewportBufferStretch () | |
Destructor. | |
virtual ViewportBufferAction::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. | |
|
inherited |
Isis::ViewportBufferStretch::ViewportBufferStretch | ( | ) |
Constructor.
Isis::ViewportBufferStretch::~ViewportBufferStretch | ( | ) |
Destructor.
|
inlinevirtual |
Returns the instantiated type.
Reimplemented from Isis::ViewportBufferAction.
References Isis::ViewportBufferAction::stretch.
|
inlineinherited |
Returns true if this is an action that takes time and has begun.
Referenced by Isis::ViewportBufferAction::started().
|
inlineinherited |
|
inlinevirtualinherited |
Cancels the process, used if reinitialize requested for example.
Reimplemented in Isis::ViewportBufferFill.