|
| | EditorView (EditController *controller, ViewRect *size=nullptr) |
| | ~EditorView () override |
| EditController * | getController () const |
| void | attachedToParent () SMTG_OVERRIDE |
| void | removedFromParent () SMTG_OVERRIDE |
| | CPluginView (const ViewRect *rect=nullptr) |
| virtual | ~CPluginView () |
| const ViewRect & | getRect () const |
| void | setRect (const ViewRect &r) |
| bool | isAttached () const |
| tresult PLUGIN_API | isPlatformTypeSupported (FIDString type) SMTG_OVERRIDE |
| tresult PLUGIN_API | attached (void *parent, FIDString type) SMTG_OVERRIDE |
| tresult PLUGIN_API | removed () SMTG_OVERRIDE |
| tresult PLUGIN_API | onWheel (float) SMTG_OVERRIDE |
| tresult PLUGIN_API | onKeyDown (char16, int16, int16) SMTG_OVERRIDE |
| tresult PLUGIN_API | onKeyUp (char16, int16, int16) SMTG_OVERRIDE |
| tresult PLUGIN_API | getSize (ViewRect *size) SMTG_OVERRIDE |
| tresult PLUGIN_API | onSize (ViewRect *newSize) SMTG_OVERRIDE |
| tresult PLUGIN_API | onFocus (TBool) SMTG_OVERRIDE |
| tresult PLUGIN_API | setFrame (IPlugFrame *frame) SMTG_OVERRIDE |
| tresult PLUGIN_API | canResize () SMTG_OVERRIDE |
| tresult PLUGIN_API | checkSizeConstraint (ViewRect *) SMTG_OVERRIDE |
| | FObject () |
| | default constructor...
|
| | FObject (const FObject &) |
| | overloaded constructor...
|
| virtual | ~FObject () |
| | destructor...
|
| FObject & | operator= (const FObject &) |
| | overloads operator "=" as the reference assignment
|
| virtual FClassID | isA () const |
| | a local alternative to getFClassID ()
|
| virtual bool | isA (FClassID s) const |
| | evaluates if the passed ID is of the FObject type
|
| virtual bool | isTypeOf (FClassID s, bool=true) const |
| | evaluates if the passed ID is of the FObject type
|
| int32 | getRefCount () |
| | returns the current interface reference count
|
| FUnknown * | unknownCast () |
| | get FUnknown interface from object
|
| tresult PLUGIN_API | queryInterface (const TUID _iid, void **obj) SMTG_OVERRIDE |
| | please refer to FUnknown::queryInterface ()
|
| uint32 PLUGIN_API | addRef () SMTG_OVERRIDE |
| | please refer to FUnknown::addref ()
|
| uint32 PLUGIN_API | release () SMTG_OVERRIDE |
| | please refer to FUnknown::release ()
|
| void PLUGIN_API | update (FUnknown *, int32) SMTG_OVERRIDE |
| | empty virtual method that should be overridden by derived classes for data updates upon changes
|
| virtual void | addDependent (IDependent *dep) |
| | adds dependency to the object
|
| virtual void | removeDependent (IDependent *dep) |
| | removes dependency from the object
|
| virtual void | changed (int32 msg=kChanged) |
| | Inform all dependents, that the object has changed.
|
| virtual void | deferUpdate (int32 msg=kChanged) |
| | Similar to triggerUpdates, except only delivered in idle (usefull in collecting updates).
|
| virtual void | updateDone (int32) |
| | empty virtual method that should be overridden by derived classes
|
| virtual bool | isEqualInstance (FUnknown *d) |
View related to an edit controller.