![]()  | 
  
    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.   | |
| ~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.   | |
Private Attributes | |
| bool | p_started | 
| True if this action has begun.   | |
Definition at line 22 of file ViewportBufferStretch.h.
      
  | 
  inherited | 
This uniquely identifies which child is instantiated.
| Enumerator | |
|---|---|
| none | Parent was instantiated.  | 
| transform | |
| fill | |
| stretch | |
Definition at line 26 of file ViewportBufferAction.h.
| Isis::ViewportBufferStretch::ViewportBufferStretch | ( | ) | 
Constructor.
Definition at line 16 of file ViewportBufferStretch.cpp.
| Isis::ViewportBufferStretch::~ViewportBufferStretch | ( | ) | 
Destructor.
Definition at line 22 of file ViewportBufferStretch.cpp.
      
  | 
  inlinevirtual | 
Returns the instantiated type.
Reimplemented from Isis::ViewportBufferAction.
Definition at line 27 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 39 of file ViewportBufferAction.h.
References Isis::ViewportBufferAction::p_started.
Referenced by Isis::ViewportBufferAction::started().
      
  | 
  inlineinherited | 
Sets started.
| started | True if starting | 
Definition at line 48 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 53 of file ViewportBufferAction.h.
      
  | 
  privateinherited | 
True if this action has begun.
Definition at line 73 of file ViewportBufferAction.h.
Referenced by Isis::ViewportBufferAction::started(), Isis::ViewportBufferAction::started(), and Isis::ViewportBufferAction::ViewportBufferAction().