#include <MSS_PeltState.h>

Public Member Functions | |
| MSS_PeltState (JEDI_View &view, PI_StateTemplate &templ, BM_SceneManager *scene, const char *cursor=BM_DEFAULT_CURSOR) | |
| virtual | ~MSS_PeltState () |
| virtual const char * | className () const |
| virtual void | doRender (RE_Render *r, short x, short y, int ghost) |
| virtual void | restart (void) |
Static Public Member Functions | |
| static BM_State * | ourConstructor (BM_View &view, PI_StateTemplate &templ, BM_SceneManager *scene) |
Protected Member Functions | |
| virtual void | updateCurrentSelector (OP3D_InputSelector *current_selector, const PI_BindingSelectorInfo *info) |
| virtual void | invalidateGuideCache () |
| virtual bool | needSelectMask (void) const |
Protected Attributes | |
| int | myMetaCacheCount |
| RE_CacheObject * | myGuideCache |
| bool | myEnableButtonFlag |
| SOP_Node * | myOriginalInputNode |
Definition at line 27 of file MSS_PeltState.h.
| MSS_PeltState::MSS_PeltState | ( | JEDI_View & | view, | |
| PI_StateTemplate & | templ, | |||
| BM_SceneManager * | scene, | |||
| const char * | cursor = BM_DEFAULT_CURSOR | |||
| ) |
| virtual MSS_PeltState::~MSS_PeltState | ( | ) | [virtual] |
| virtual const char* MSS_PeltState::className | ( | void | ) | const [inline, virtual] |
| virtual void MSS_PeltState::doRender | ( | RE_Render * | r, | |
| short | x, | |||
| short | y, | |||
| int | ghost | |||
| ) | [virtual] |
Reimplemented from MSS_SingleOpState.
| virtual void MSS_PeltState::invalidateGuideCache | ( | ) | [protected, virtual] |
| virtual bool MSS_PeltState::needSelectMask | ( | void | ) | const [protected, virtual] |
Reimplemented from MSS_SingleOpBaseState.
| static BM_State* MSS_PeltState::ourConstructor | ( | BM_View & | view, | |
| PI_StateTemplate & | templ, | |||
| BM_SceneManager * | scene | |||
| ) | [static] |
Reimplemented from MSS_SingleOpState.
| virtual void MSS_PeltState::restart | ( | void | ) | [virtual] |
Reimplemented from MSS_SingleOpState.
| virtual void MSS_PeltState::updateCurrentSelector | ( | OP3D_InputSelector * | current_selector, | |
| const PI_BindingSelectorInfo * | info | |||
| ) | [protected, virtual] |
Reimplemented from MSS_SingleOpState.
bool MSS_PeltState::myEnableButtonFlag [protected] |
Definition at line 56 of file MSS_PeltState.h.
RE_CacheObject* MSS_PeltState::myGuideCache [protected] |
Definition at line 55 of file MSS_PeltState.h.
int MSS_PeltState::myMetaCacheCount [protected] |
Definition at line 54 of file MSS_PeltState.h.
SOP_Node* MSS_PeltState::myOriginalInputNode [protected] |
Definition at line 58 of file MSS_PeltState.h.
1.5.9