|
VSTGUI
4.4
Graphical User Interface Framework not only for VST plugins
|
Default view factory. More...
Inheritance diagram for UIViewFactory:Public Member Functions | |
| UIViewFactory () | |
| ~UIViewFactory () | |
| CView * | createView (const UIAttributes &attributes, const IUIDescription *description) const |
| bool | applyAttributeValues (CView *view, const UIAttributes &attributes, const IUIDescription *desc) const |
| IdStringPtr | getViewName (CView *view) const |
| bool | applyCustomViewAttributeValues (CView *customView, IdStringPtr baseViewName, const UIAttributes &attributes, const IUIDescription *desc) const |
Public Member Functions inherited from CBaseObject | |
| CBaseObject () | |
| virtual | ~CBaseObject () |
| virtual void | beforeDelete () |
| virtual void | forget () |
| decrease refcount and delete object if refcount == 0 More... | |
| virtual void | remember () |
| increase refcount More... | |
| virtual int32_t | getNbReference () const |
| get refcount More... | |
| virtual CMessageResult | notify (CBaseObject *sender, IdStringPtr message) |
Public Member Functions inherited from IViewFactory | |
| virtual | ~IViewFactory () |
Static Public Member Functions | |
| static void | registerViewCreator (const IViewCreator &viewCreator) |
| static void | unregisterViewCreator (const IViewCreator &viewCreator) |
Protected Member Functions | |
| void | evaluateAttributesAndRemember (CView *view, const UIAttributes &attributes, UIAttributes &evaluatedAttributes, const IUIDescription *description) const |
| CView * | createViewByName (const std::string *className, const UIAttributes &attributes, const IUIDescription *description) const |
Default view factory.
| UIViewFactory | ( | ) |
| ~UIViewFactory | ( | ) |
|
virtual |
Implements IViewFactory.
|
virtual |
Implements IViewFactory.
|
virtual |
Implements IViewFactory.
|
protected |
|
protected |
|
virtual |
Implements IViewFactory.
|
static |
|
static |