|
| | UI_Value () |
| |
| | UI_Value (int32 i) |
| |
| | UI_Value (int64 i) |
| |
| | UI_Value (fpreal32 f) |
| |
| | UI_Value (fpreal64 f) |
| |
| | UI_Value (fpreal32 fp[], exint n) |
| |
| | UI_Value (fpreal64 dp[], exint n) |
| |
| | UI_Value (int32 ip[], exint n) |
| |
| | UI_Value (int64 ip[], exint n) |
| |
| | UI_Value (const UT_StringArray &ssp) |
| |
| | UI_Value (const char *s) |
| |
| | UI_Value (const UI_Value &v) |
| |
| | ~UI_Value () override |
| |
| virtual void | setValue (int32 i) |
| |
| virtual void | setValue (int64 i) |
| |
| virtual void | setValue (fpreal64 f) |
| |
| virtual void | setValue (fpreal64 f, exint n) |
| |
| virtual void | setValue (int32 i, exint n) |
| |
| virtual void | setValue (int64 i, exint n) |
| |
| virtual void | setValue (const fpreal32 fp[], exint n) |
| |
| virtual void | setValue (const fpreal64 dp[], exint n) |
| |
| virtual void | setValue (const int32 ip[], exint n) |
| |
| virtual void | setValue (const int64 ip[], exint n) |
| |
| virtual void | setValue (const UT_StringArray &ssp) |
| |
| virtual void | setValue (const char *s) |
| |
| virtual void | setValue (const UI_Value &v) |
| |
| void | setValue (const UT_Color &c) |
| |
| void | setPointerValue (void *p) |
| |
| void | stringPrintf (const char *fmt,...) |
| |
| virtual void | changed (UI_Object *by, UI_Reason reason=UI_VALUE_CHANGED, UI_DeviceEvent *state=0) |
| |
| void | triggerImmediate (UI_Object *by, UI_Reason reason=UI_VALUE_CHANGED, UI_DeviceEvent *state=0) |
| |
| void | triggerDependents (UI_Object *by, UI_Reason reason=UI_VALUE_CHANGED, UI_DeviceEvent *state=0) |
| |
| virtual void | enable (bool state) |
| |
| virtual void | visible (bool state) |
| |
| virtual void | override (bool state, int) |
| |
| virtual void | open (bool state) |
| |
| virtual void | refresh () |
| |
| bool | areAnyFeelClientsOpen () const |
| |
| void | handleEvent (UI_Event *event) override |
| |
| void | deleteReferences (UI_Object *to_whom) override |
| |
| virtual void | setSteps (fpreal mysmall, fpreal large) |
| |
| virtual void | setRange (fpreal min, fpreal max) |
| |
| virtual void | getRange (fpreal *min, fpreal *max) const |
| |
| virtual void | rangeCheck () |
| |
| virtual int | step (UI_StepType how) |
| |
| int | save (std::ostream &os) const |
| |
| bool | load (UT_IStream &is) |
| |
| void | setFormat (const char *fmt) |
| |
| const char * | getFormat () const |
| |
| void | getValue (int32 *ip) const |
| |
| void | getValue (int64 *ip) const |
| |
| void | getValue (fpreal32 *fp) const |
| |
| void | getValue (fpreal64 *fp) const |
| |
| void | getValue (fpreal32 *fp, exint n) const |
| |
| void | getValue (fpreal64 *dp, exint n) const |
| |
| void | getValue (int32 *ip, exint n) const |
| |
| void | getValue (int64 *ip, exint n) const |
| |
| void | getValue (char *sp, exint bufsize) const |
| |
| void | getValue (char *sp, exint bufsize, const char *format) const |
| |
| void | getValue (UT_String &s) const |
| |
| void | getValue (UT_StringHolder &s) const |
| |
| void | getValue (UT_StringArray &ssp, exint n) const |
| |
| void | getValue (UI_Value &v) const |
| |
| void | getValue (UT_Color &color) const |
| |
| void | getValue (void **pp) const |
| |
| void | getValuePrecise (UT_StringHolder &s) const |
| |
| void | getArrayValue (fpreal *d, exint index) const |
| |
| void | getArrayValue (int32 *d, exint index) const |
| |
| void | getArrayValue (int64 *d, exint index) const |
| |
| exint | getArrayLength () const |
| |
| SYS_FORCE_INLINE UI_ValueType | getType () const |
| |
| virtual int | isVector () const |
| |
| void | addInterest (UI_Object *client, UI_EventMethod method, bool check_dup=false) |
| |
| void | addPriorityInterest (UI_Object *client, UI_EventMethod method, bool check_dup=false) |
| |
| bool | hasInterest (UI_Object *in, UI_EventMethod method) |
| |
| bool | hasInterest (UI_Object *obj) |
| |
| void | removeInterest (UI_Object *in, UI_EventMethod method) |
| |
| void | removeInterest (UI_Object *client) |
| |
| void | removeAllInterests () |
| |
| const char * | getString () const |
| |
| void | setString (char *sp) |
| |
| char * | stealString () |
| |
| void | expandEnvironment () |
| |
| | operator const char * () const |
| |
| | operator bool () const |
| |
| | operator int32 () const |
| |
| | operator int64 () const |
| |
| | operator fpreal32 () const |
| |
| | operator fpreal64 () const |
| |
| | operator void * () const |
| |
| void | operator= (int32 i) |
| |
| void | operator= (int64 i) |
| |
| void | operator= (fpreal32 f) |
| |
| void | operator= (fpreal64 f) |
| |
| void | operator= (const char *s) |
| |
| void | operator= (const UI_Value &v) |
| |
| void | operator= (const UT_Color &c) |
| |
| bool | operator== (const UI_Value &v) const |
| |
| bool | operator== (const fpreal32 fp[]) const |
| |
| bool | operator== (const fpreal64 fp[]) const |
| |
| bool | operator== (const int32 ip[]) const |
| |
| bool | operator== (const int64 ip[]) const |
| |
| bool | operator== (const UT_StringArray &ssp) const |
| |
| bool | operator== (fpreal64 f) const |
| |
| bool | operator== (fpreal32 f) const |
| |
| bool | operator== (int32 i) const |
| |
| bool | operator== (int64 i) const |
| |
| bool | operator== (const char *s) const |
| |
| const char * | className () const override |
| |
| int | getNumInterested () const |
| |
| UI_Object * | getInterest (int index) const |
| |
| void | dumpInterests (std::ostream &os, const char *prefix=0) const |
| |
| bool | isTraced () const |
| |
| virtual void | setTraceLevel (TraceLevel tl) |
| |
| TraceLevel | getTraceLevel () const |
| |
| | 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 |
| |
| 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_WorkBuffer &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 *) |
| |
| void | addKeyDelegateClientship (UI_KeyDelegate *) |
| |
| void | removeKeyDelegateClientship (UI_KeyDelegate *) |
| |