|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
Default view factory. More...
Inheritance diagram for UIViewFactory:
Collaboration diagram for UIViewFactory:Public Member Functions | |
| UIViewFactory () | |
| ~UIViewFactory () | |
| CView * | createView (const UIAttributes &attributes, IUIDescription *description) |
| bool | applyAttributeValues (CView *view, const UIAttributes &attributes, IUIDescription *desc) const |
| IdStringPtr | getViewName (CView *view) const |
| bool | applyCustomViewAttributeValues (CView *customView, IdStringPtr baseViewName, const UIAttributes &attributes, IUIDescription *desc) const |
Reference Counting Methods | |
| 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... | |
Message Methods | |
| virtual CMessageResult | notify (CBaseObject *sender, IdStringPtr message) |
Static Public Member Functions | |
| static void | registerViewCreator (const IViewCreator &viewCreator) |
Protected Member Functions | |
| CView * | createViewByName (const std::string *className, const UIAttributes &attributes, IUIDescription *description) |
Default view factory.
| UIViewFactory | ( | ) |
| ~UIViewFactory | ( | ) |
|
virtual |
| bool applyCustomViewAttributeValues | ( | CView * | customView, |
| IdStringPtr | baseViewName, | ||
| const UIAttributes & | attributes, | ||
| IUIDescription * | desc | ||
| ) | const |
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
|
protected |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinevirtualinherited |
decrease refcount and delete object if refcount == 0
|
inlinevirtualinherited |
get refcount
| IdStringPtr getViewName | ( | CView * | view | ) | const |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinevirtualinherited |
Reimplemented in CView, GenericStringListDataBrowserSource, CDataBrowser, CScrollbar, CRockerSwitch, CScrollView, CViewContainer, CAnimationSplashScreen, CRowColumnView, UIDescriptionViewSwitchController, CShadowViewContainer, and CTooltipSupport.
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
|
inlinevirtualinherited |
increase refcount
Here is the caller graph for this function: