#include <MSS_ReusableSelector.h>

Public Member Functions | |
| MSS_ReusableSelector (OP3D_View &viewer, PI_SelectorTemplate &templ, const char *sopname, const char *groupparm=0, const char *grouptypeparm=0, bool allowblankgroup=false) | |
| virtual | ~MSS_ReusableSelector () |
| virtual const char * | className () const |
| virtual bool | connectSops (bool update_sel_buttons, bool branch_off, OP_Node *&edit_node) |
| void | setInlineSelection (bool set_inline) |
| bool | getInlineSelection (bool set_inline) |
Protected Member Functions | |
| virtual void | setGroupParm (OP_Node *node, const char *value) |
| virtual void | setGroupTypeParm (OP_Node *node, int value) |
| UT_String | getSopName () |
| Returns the name of the reusable SOP. | |
SOP/MSS_BrushHairLenSelector.C, and SOP/MSS_BrushHairLenSelector.h.
Definition at line 28 of file MSS_ReusableSelector.h.
| MSS_ReusableSelector::MSS_ReusableSelector | ( | OP3D_View & | viewer, | |
| PI_SelectorTemplate & | templ, | |||
| const char * | sopname, | |||
| const char * | groupparm = 0, |
|||
| const char * | grouptypeparm = 0, |
|||
| bool | allowblankgroup = false | |||
| ) |
| virtual MSS_ReusableSelector::~MSS_ReusableSelector | ( | ) | [virtual] |
| virtual const char* MSS_ReusableSelector::className | ( | ) | const [virtual] |
Reimplemented from OP3D_GenericSelector.
Reimplemented in MSS_CaptureLayerPaintSelector, MSS_CapturePaintSelector, MSS_CombSelector, MSS_EditSelector, MSS_GroupPaintSelector, MSS_PaintSelector, MSS_PaintSlideModifierSelector, MSS_SculptSelector, MSS_UVBrushSelector, MSS_UVEditSelector, and HDK_Sample::MSS_BrushHairLenSelector.
| virtual bool MSS_ReusableSelector::connectSops | ( | bool | update_sel_buttons, | |
| bool | branch_off, | |||
| OP_Node *& | edit_node | |||
| ) | [virtual] |
Reimplemented in MSS_CaptureLayerPaintSelector.
| bool MSS_ReusableSelector::getInlineSelection | ( | bool | set_inline | ) | [inline] |
Definition at line 51 of file MSS_ReusableSelector.h.
| UT_String MSS_ReusableSelector::getSopName | ( | ) | [inline, protected] |
| virtual void MSS_ReusableSelector::setGroupParm | ( | OP_Node * | node, | |
| const char * | value | |||
| ) | [protected, virtual] |
Reimplemented in MSS_EditSelector.
| virtual void MSS_ReusableSelector::setGroupTypeParm | ( | OP_Node * | node, | |
| int | value | |||
| ) | [protected, virtual] |
| void MSS_ReusableSelector::setInlineSelection | ( | bool | set_inline | ) | [inline] |
Definition at line 49 of file MSS_ReusableSelector.h.
1.5.9