#include <MSS_PaintState.h>

Public Member Functions | |
| MSS_PaintState (JEDI_View &view, PI_StateTemplate &templ, BM_SceneManager *scene, const char *cursor=BM_DEFAULT_CURSOR) | |
| virtual | ~MSS_PaintState () |
| virtual const char * | className () const |
Static Public Member Functions | |
| static BM_State * | ourConstructor (BM_View &view, PI_StateTemplate &templ, BM_SceneManager *scene) |
| static PRM_Template * | getTemplateList () |
Protected Member Functions | |
| virtual int | handleKeyTypeEvent (UI_Event *event, BM_Viewport &) |
| virtual int | handleParameterEvent (UI_Event *event) |
| virtual SOP_BrushOp | menuToBrushOp (const UI_Value &menuvalue) const |
| virtual bool | forceVisualization () const |
Static Protected Attributes | |
| static PRM_ChoiceList | theLMBMenu |
| static PRM_ChoiceList | theMMBMenu |
Definition at line 27 of file MSS_PaintState.h.
| MSS_PaintState::MSS_PaintState | ( | JEDI_View & | view, | |
| PI_StateTemplate & | templ, | |||
| BM_SceneManager * | scene, | |||
| const char * | cursor = BM_DEFAULT_CURSOR | |||
| ) |
| virtual MSS_PaintState::~MSS_PaintState | ( | ) | [virtual] |
| virtual const char* MSS_PaintState::className | ( | ) | const [virtual] |
Reimplemented from MSS_BrushBaseState.
| virtual bool MSS_PaintState::forceVisualization | ( | ) | const [protected, virtual] |
Reimplemented from MSS_BrushBaseState.
| static PRM_Template* MSS_PaintState::getTemplateList | ( | ) | [static] |
| virtual int MSS_PaintState::handleKeyTypeEvent | ( | UI_Event * | event, | |
| BM_Viewport & | ||||
| ) | [protected, virtual] |
Reimplemented from MSS_BrushBaseState.
| virtual int MSS_PaintState::handleParameterEvent | ( | UI_Event * | event | ) | [protected, virtual] |
Reimplemented from MSS_PaintBaseState.
| virtual SOP_BrushOp MSS_PaintState::menuToBrushOp | ( | const UI_Value & | menuvalue | ) | const [protected, virtual] |
Reimplemented from MSS_BrushBaseState.
| static BM_State* MSS_PaintState::ourConstructor | ( | BM_View & | view, | |
| PI_StateTemplate & | templ, | |||
| BM_SceneManager * | scene | |||
| ) | [static] |
Reimplemented from MSS_BrushBaseState.
PRM_ChoiceList MSS_PaintState::theLMBMenu [static, protected] |
Definition at line 57 of file MSS_PaintState.h.
PRM_ChoiceList MSS_PaintState::theMMBMenu [static, protected] |
Definition at line 58 of file MSS_PaintState.h.
1.5.9