|
| MSS_BrushHairLenSelector (OP3D_View &viewer, PI_SelectorTemplate &templ) |
|
virtual | ~MSS_BrushHairLenSelector () |
|
virtual const char * | className () const |
|
| 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 bool | connectSops (bool branch_off, bool request_new, OP_Node *&edit_node) |
|
void | setInlineSelection (bool set_inline) |
|
bool | getInlineSelection (bool set_inline) |
|
void | syncGeometryTypeFromNode (OP_Node *node) |
|
| OP3D_GenericSelector (OP3D_View &view, PI_SelectorTemplate &templ) |
|
virtual | ~OP3D_GenericSelector () |
|
| OP3D_InputSelector (OP3D_View &viewer, PI_SelectorTemplate &templ) |
|
virtual | ~OP3D_InputSelector () |
|
virtual int | hasLocates () const override |
|
virtual int | handleMouseEvent (UI_Event *event) override |
|
virtual bool | handleDoubleClickEvent (UI_Event *event) override |
|
virtual int | handleKeyEvent (UI_Event *event, DM_Viewport &viewport) override |
|
virtual bool | handleTransitoryKey (const UI_Event &event) override |
|
bool | willHandleKeyEvent (UI_Event *event) |
|
bool | inputRequired () const |
|
void | setInputRequired (bool onoff) |
|
bool | useAsteriskToSelectAll () const |
|
void | setUseAsteriskToSelectAll (bool onoff) |
|
void | setUsePrimsInEdgeSelections (bool use_prims) |
|
void | setAllowEdgeRingSelection (bool allow) |
|
void | setOffsetVertexMarkersOverride (bool offset) |
|
virtual
GEO_PrimTypeCompat::TypeMask | primMask () const override |
|
void | setPrimMask (GEO_PrimTypeCompat::TypeMask primmask) |
|
void | setSloppyPick (bool on) |
|
bool | getSloppyPick () const |
|
bool | restrictSloppyAllowedTypesToSubset (const PI_GeometryTypeArray &types) |
|
void | setPickAtObjLevel (bool flag) |
|
bool | getPickAtObjLevel () const |
|
virtual void | startSelecting () override |
|
virtual void | stopSelecting () override |
|
void | restartWithStashedSelection () |
|
virtual void | commitViewportPreSelection (UI_Event *event, GU_SelectionRule sel_rule) override |
|
virtual void | getSelectableLooks (GUI_DetailList &look_list) override |
|
bool | addCookedSelection (SOP_Node *sop) |
|
void | nodeIdForReselecting (int node_id) |
|
virtual void | clearSelections () |
|
virtual void | consumeSelections () |
|
void | removeSelectionsFromDetailLooks () |
|
virtual void | setViewer (BM_View *viewer) override |
|
void | setSelectionUIValues (UI_Value *sel_type, UI_Value *sel_rule, UI_Value *sel_style, UI_Value *sel_visible, UI_Value *sel_contained, UI_Value *sel_full, UI_Value *locate_always, UI_Value *finished) |
|
void | setCreatorStateName (const char *state_name) |
|
const UT_String & | creatorStateName () |
|
void | setAllowDragSelect (bool allow_drag) |
|
void | setSelectFullGeometry (bool select_full) |
|
void | setUseExistingSelection (bool use_existing) |
|
bool | useExistingSelection () const |
|
void | setUseExistingTempSelection (bool use_existing) |
|
bool | useExistingTempSelection () const |
|
void | setUseExistingCookSelection (bool use_existing) |
|
bool | useExistingCookSelection () const |
|
void | setStashSelectionOnFinish (bool stash) |
|
bool | getStashSelectionOnFinish () const |
|
void | setInitialSelection (const char *op_path, GA_GroupType type, const char *selection_string) |
|
void | setSaveUndos (bool yesno) |
|
bool | saveUndos () const |
|
bool | connectOps (OP_Node &new_node, int op_input_index, const UT_String &input_parm, int *menu_idx=0, bool branch_off=false, bool multi_input=false, bool force_selection_string=false, bool force_numeric=false, const UT_IntArray *prev_input_nodes=0) |
|
void | addSelectedInfo (int info_i, bool set_pick_order=true) |
| Some convenience methods for managing mySelectedInfoIndices. More...
|
|
void | removeSelectedInfo (int info_i) |
|
int | updateSelection (const char *path, OP_Node *node, GUI_DetailLook *look, int geo_idx, GU_SelectionHandle selection, const GU_Detail &gdp) |
|
UT_StringArray | selectedOpPaths () const |
|
OP3D_SelectionHandles | selectedSelections () const |
|
OP3D_SelectionHandles | selectedAutoConvertedSelections () const |
|
GU_SelectionHandle | selectionFromOpPath (UT_StringRef path) const |
|
GU_SelectionHandle | selectionFromInfoKey (const InfoKey &key) const |
|
bool | hasNonEmptySelection () const |
|
GU_SelectionHandle | getOrCreateSelection (int node_id, int detail_index, int &info_i, GU_SelectionHandle &new_selection, GA_GroupType sel_type) |
|
GU_SelectionHandle | getExistingSelection (int node_id, int detail_index, int &info_i, GA_GroupType sel_type) |
|
const UT_String & | currentPrompt () const |
|
UT_String & | currentPrompt () |
|
const UT_String & | defaultPrompt () const |
|
UT_String & | defaultPrompt () |
|
void | selectorFinished (bool drag=false) |
|
void | setUndoWorker (OP3D_InputSelectorUndoWorker *worker=0) |
|
OP3D_InputSelectorUndoWorker * | getDefaultUndoWorker () |
|
virtual UI_Menu * | getSelectorMenu () const override |
|
virtual UI_Menu * | getSelectorHotkeyMenu () const override |
|
void | setValidForPickFilter (void *data, OP3D_ValidForPickFilter filter) |
|
void | setGeometryType (PI_GeometryType geo_type, bool update_buttons) |
|
GA_GroupType | selectionType () const |
|
PI_GeometryType | getGeometryTypeAtFinish () const |
|
int | getGroupTypeMenuValAtFinish () const |
|
bool | getKeepOriginalObjects () const |
|
bool | currentlyUpdatingGeometryTypeButtons () const |
|
const PI_GeometryTypeArray & | getSelectionAllowedTypes () const |
|
void | setSelectionAllowedTypes (const PI_GeometryTypeArray &allowedtypes) |
|
PI_GeometryType | getNextBestAllowedType (PI_GeometryType disallowed_type) const |
|
PI_GeometryType | mapToAllowedType (PI_GeometryType type, PI_GeometryType failure_type=PI_GEOTYPE_INVALID) const |
|
virtual void | generateAllSelectionStrings (UT_String &sel_string, bool only_one_gdp, bool force_numeric, bool consume_selections) override |
|
bool | getPostMergeLoopStart (GR_PickRecord &pick) |
|
void | bootstrapLoopStart (const char *path, const GR_PickRecord &pick, bool only_selected_path) |
|
void | scriptReplaceSelection (PI_GeometryType geo_type, const UT_StringArray &paths, OP3D_SelectionHandles &selections) |
|
| OP3D_InputSelectorBase (OP3D_View &viewer, PI_SelectorTemplate &templ) |
|
virtual | ~OP3D_InputSelectorBase () |
|
virtual void | doRender (RE_Render *r, int x, int y, int ghost) |
|
UI_Value & | finishedValue () |
|
const UI_Value & | finishedValue () const |
|
UI_Feel * | getCustomToolbox () const |
|
void | setPreferredSelectMode (DM_SelectMode selmode) |
|
DM_SelectMode | getPreferredSelectMode () const |
|
bool | allowDragging () const |
|
void | setAllowDragging (bool on) |
|
bool | allowFinishing () const |
|
void | setAllowFinishing (bool allow_finishing) |
|
bool | allowFinishWithExistingSelection () const |
|
void | setAllowFinishWithExistingSelection (bool allow) |
|
bool | allowQuickSelect () const |
|
void | setAllowQuickSelect (bool on) |
|
void | setPriorSelections (const UT_StringArray &paths, const UT_StringArray &ids, const OP3D_SelectionHandles &selections) |
|
bool | justDisplayedOp () const |
|
void | setJustDisplayedOp (bool on) |
|
virtual int | handleMouseWheelEvent (UI_Event *event) |
|
virtual const char * | cursor () const |
|
void | handleSelectionStyleChange (UI_Event *event) |
|
| DM_InputSelector (BM_View &viewer, PI_SelectorTemplate &templ) |
|
virtual | ~DM_InputSelector () |
|
| BM_InputSelector (BM_View &viewer, PI_SelectorTemplate &templ) |
|
virtual | ~BM_InputSelector () |
|
virtual void | handleNodeDeleted (OP_Node &node) |
|
PI_SelectorTemplate & | getTemplate () |
|
const PI_SelectorTemplate & | getTemplate () const |
|
virtual void | overlayRender (RE_Render *r, int x, int y) |
|
void | initializeUI () |
|
| AP_Interface () |
|
| AP_Interface (const char *myname, const char *const *names, UI_EventMethod const *methods) |
|
virtual | ~AP_Interface () |
|
const UT_String & | getName () const |
| Return the name passed in the constructor. More...
|
|
void | wireInterface (UI_Manager *uims) |
|
void | unwireInterface (UI_Manager *uims) |
|
bool | readUIFile (const char *ui_filename, bool quiet=false) |
|
bool | readPreferenceFile (const char *pref_filename, bool quiet=false) |
|
void | setValueSymbol (const char *symbol, UI_Value *value, bool warn=true) |
|
UI_Value * | findValueSymbol (const char *symbol) const |
| Find the UI_Value for the given named value symbol. More...
|
|
UI_Value * | getValueSymbol (const char *symbol, int create=1) |
|
int | getValueSymbols (UT_StringArray &symbols, UT_Array< UI_Value * > &values) const |
|
void | setObjectSymbol (const char *symbol, UI_Object *who, int warn=1) |
|
UI_Object * | getObjectSymbol (const char *symbol) const |
|
UI_Feel * | getFeelSymbol (const char *symbol) const |
|
void | removeObjectSymbol (const char *symbol) |
| Delete the entry for the given object symbol name. More...
|
|
template<typename T > |
T * | findObject (const char *name) const |
|
template<typename T > |
T * | findValue (const char *name) const |
|
void | resetApplication () |
|
virtual void | handleEvent (UI_Event *event) |
|
virtual int | saveAppData (const char *filename) |
|
virtual int | loadAppState () |
|
virtual int | saveAppState () |
|
virtual void | saveOnCoreDump () |
|
virtual bool | getCoreDumpFileName (UT_WorkBuffer &name) |
|
bool | loadUIInitPrefs () |
|
void | saveUIInitPrefs (const char *layout_level) |
|
bool | restoreUIInitPrefs () |
|
bool | getFunctionKeyScript (UI_Event *event, UT_String &script) |
|
| UI_Object () |
|
virtual | ~UI_Object () |
|
| UI_Object (const UI_Object &)=delete |
|
UI_Object & | operator= (const UI_Object &)=delete |
|
virtual int | interestingEvent (UI_EventType t, UI_DeviceEvent *event) const |
|
virtual void | deleteReferences (UI_Object *to_whom) |
|
UI_Object * | getParent () const |
|
void | setParent (UI_Object *p) |
|
bool | isAncestor (const UI_Object *who) const |
|
void | addDependent (UI_Object *who) |
|
bool | removeDependent (UI_Object *who) |
|
bool | replaceDependent (UI_Object *who, UI_Object *with) |
|
bool | isDependent (UI_Object *who) const |
|
bool | hasDependents () const |
|
const UI_ObjectList & | dependents () const |
|
void | sendEvent (const UI_Event &e) const |
|
void | distributeEvent (UI_Event *event, int upwards) |
|
void | relayEvent (UI_Event *event, UI_Object *target) |
|
void | generateEvent (UI_EventType t, UI_Object *target) |
|
void | purgeEvents (UI_EventType t, UI_Object *target, UI_EventMethod method=0) |
|
void | triggerImmediateEvent (UI_Event *event, int upwards) |
|
int | getProxyId () |
|
void | bumpQueueCount (int dir) |
|
void | setName (const char *symbolName) |
|
const char * | getName () const |
|
void | buildFullPath (UT_String &string) const |
|
void | debugQueueEventsFor (const UI_Value *value, const char *name, UI_EventType t=UI_EVENT_NO_EVENT) const |
|
const UI_ValueList & | valueInterests () const |
|
void | interestedInValue (UI_Value *) |
|
void | removeValueInterest (UI_Value *) |
|
|
static BM_InputSelector * | ourConstructor (BM_View &Viewer, PI_SelectorTemplate &templ) |
|
static BM_InputSelector * | ourConstructor (BM_View &viewer, PI_SelectorTemplate &templ) |
|
static SOP_Node * | createObjectMerge (OP_Network *network, UT_String &path, GU_SelectionHandle selection, const UT_String &creator_state_name, bool keep_original_objects, bool display_origina_objects) |
|
static void | generateMergedSelectionString (UT_String &sel_string, UT_StringArray &paths, OP3D_SelectionHandles &selections, bool ordered, bool collapse, bool use_ast_to_select_all, bool force_numeric) |
|
static bool | createSelectionFromObjects (const OP_NodeList &objects, DM_Viewport &viewport, PI_GeometryType geo_type, UT_StringArray &paths, OP3D_SelectionHandles &selections) |
|
static bool | getPickingMenuOn () |
|
static void | setPickingMenuOn (bool val) |
|
static bool | getAllowUseExistingSelection () |
|
static void | setAllowUseExistingSelection (bool val) |
|
static bool | getSelectFullLoops () |
|
static void | setSelectFullLoops (bool val) |
|
static GU_Detail * | getGeometryFromPath (const char *path) |
|
static OP_Node * | getNodeFromPath (const char *path) |
|
static const SIM_Object * | getSimObjectFromPath (const char *path) |
|
static const SIM_Data * | getSimModifierFromPath (const char *path) |
|
static const char * | getLoopSelectionHotkeyStringRepr () |
|
static bool | isTransitoryLoopSelectionHotkey (const UI_DeviceEvent &state) |
|
static bool | isTransitoryLoopSelectionHotkeyPressed (DM_Viewport *viewport) |
|
static void | showLoopSelectionMessage (DM_Workbench &workbench) |
|
static FILE * | createPreferenceFile (const char *filename) |
|
static int | mapStrToInt (const char *label, const UT_Pair< const char *, int > *map) |
|
static const char * | mapIntToStr (int index, const UT_Pair< const char *, int > *map) |
|
static void | setAppExitCode (int exit_code) |
|
static int | getAppExitCode () |
|
static bool | isAppExiting () |
| Returns true if the application is exiting. More...
|
|
static UI_Manager * | getManager () |
|
static UI_Queue * | getInputQueue () |
|
static int | keycmp (const char *, int key) |
|
static int | keycmp (const char *, int key, const UI_HotkeyEcho &) |
|
|
static const UT_Pair< const
char *, int > | theFileChooserStyleMap [] |
| Menu items and their mapping for file chooser style preference. More...
|
|
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. More...
|
|
virtual void | updateGroupMenuValue (PI_GeometryType geo_type, int &group_menu_type) override |
|
PI_GeometryType | groupMenuValueToGeometryType (int group_menu_type) const |
|
virtual void | handleSelectionTypeChange (UI_Event *event) |
|
virtual void | addToSelection (UI_Event *event, const char *path, GU_SelectionHandle sel, GU_SelectResult &added_geo) |
|
virtual bool | handleNoPick (UI_Event *event) |
|
virtual void | appendToLastNode (SOP_Node *&, const UT_String &, bool) |
|
virtual void | generateAdditionalInputNodes (SOP_Node &, SOP_Node *, const UT_String &, const UT_String &) |
|
virtual void | setNodeParameters (OP_Node &) |
|
int | singlePickMask (GU_SelectionRule sel_rule) const |
|
int | areaPickMask (GU_SelectionRule sel_rule) const |
|
int | displayPickMask () const |
|
void | overrideSelectionValues (int sel_type, int sel_rule, int sel_style, int sel_full, int locate) |
|
void | restoreSelectionValues () |
|
virtual void | saveForUndo () override |
|
virtual bool | getPickName (const OP3D_PickId &pickid, UT_String &name, bool descriptivename) const override |
|
virtual bool | needObjectPick () const override |
|
bool | emptySelections (const char *path_to_skip=0, bool refresh=true) |
|
void | dirtySelection (SOP_Node *sop_node) |
|
void | dirtySelection (const GUI_DetailLook &geo_look, int geo_idx) |
|
void | dirtySelection (const OP3D_SelectionInfo &sel_info) |
|
void | clearSelectionInfos () |
|
void | clearSelectedInfoIndices () |
|
int | computeNextPickOrder (GA_GroupType sel_type) const |
|
int | findInfo (int node_id, int detail_index) const |
|
int | findInfo (const char *path) const |
|
OP3D_View & | viewer () |
|
const OP3D_View & | viewer () const |
|
DM_Workbench & | workbench () |
|
const DM_Workbench & | workbench () const |
|
void | setFinishedValuePtr (UI_Value *new_value) |
|
UI_Value * | getFinishedValuePtr () const |
|
void | setSelectionStylePtr (UI_Value *new_value) |
|
UI_Value * | getSelectionStylePtr () const |
|
DM_SelectionStyle | selectionStyle () const |
|
void | setVisiblePickPtr (UI_Value *new_value) |
|
UI_Value * | getVisiblePickPtr () const |
|
bool | getVisiblePick () const |
|
void | setContainedPickPtr (UI_Value *new_value) |
|
UI_Value * | getContainedPickPtr () const |
|
bool | getContainedPick () const |
|
void | setSelectionRulePtr (UI_Value *new_value) |
|
UI_Value * | getSelectionRulePtr () const |
|
GU_SelectionRule | selectionRule () const |
|
void | selectionRule (GU_SelectionRule srule) |
|
SI_Brush * | getPickBrushPtr () const |
|
SI_Brush * | getPickLaserPtr () const |
|
SI_Lasso * | getPickLassoPtr () const |
|
bool | isDragSelectActive () const |
|
bool | selectModeMatchesTemplateType () |
|
bool | pickChosenOp (UT_Array< GR_PickRecord > &pick_records, bool *changed=nullptr) |
|
const GU_Detail * | getGeometryFromPickRecord (const GR_PickRecord &pick, GUI_DetailLook **detail_look=nullptr) |
|
virtual OP_Node * | switchToChosenOp (OP_Node *parent, bool *changed=nullptr) |
|
void | enablePicker (UI_Event *event) |
|
void | disablePicker () |
|
void | disableActivePicking () |
|
bool | isActivePicking () const |
|
bool | visibleSelectToggle (UI_Event *event) |
|
bool | containedSelectToggle (UI_Event *event) |
|
BM_View & | baseViewer () |
|
const BM_View & | baseViewer () const |
|
virtual void | initApplication (UI_Manager *, int c, const char **v) |
|
UI_NamedValueMap * | getValueTable (void) const |
|
UI_NamedObjectMap * | getObjectTable (void) const |
|
virtual void | getSignalList (int *signals, int max_signals) |
|
UI_ObjectList & | dependents () |
|
virtual void | preTerminateCallback () |
|
static fpreal | getTime () |
|
static void | setAppForeground () |
|
static void | setTheMainApplication (AP_Interface *app) |
|
static AP_Interface * | getMainApplication () |
|
static void | loadWindowGeometry (UI_Window *window, bool default_maximized, bool use_pref) |
|
static bool | getWindowGeometry (int &width, int &height, int &left, int &bottom, bool &maximized, bool use_pref) |
|
static bool | getSaveWindowGeoPref () |
|
static void | saveWindowGeoPref () |
|
static bool | loadWindowGeoPref (int &w, int &h, int &left, int &bottom, bool &maximized) |
|
UT_String | myName |
|
const char *const * | myValueNames |
|
UI_EventMethod const * | myMethods |
|