ASPiK SDK
VSTGUI::UIDescriptionViewSwitchController Class Reference
Inheritance diagram for VSTGUI::UIDescriptionViewSwitchController:
VSTGUI::CBaseObject VSTGUI::IViewSwitchController VSTGUI::IControlListener VSTGUI::ReferenceCounted< T > VSTGUI::IReference

Public Member Functions

 UIDescriptionViewSwitchController (UIViewSwitchContainer *viewSwitch, const IUIDescription *uiDescription, IController *uiController)
 
CViewcreateViewForIndex (int32_t index) override
 
void switchContainerAttached () override
 
void switchContainerRemoved () override
 
void setTemplateNames (UTF8StringPtr templateNames)
 
void getTemplateNames (std::string &str)
 
void setSwitchControlTag (int32_t tag)
 
int32_t getSwitchControlTag () const
 
- Public Member Functions inherited from VSTGUI::CBaseObject
 CBaseObject (const CBaseObject &o)
 
CBaseObjectoperator= (const CBaseObject &obj)
 
virtual CMessageResult notify (CBaseObject *sender, IdStringPtr message)
 
- Public Member Functions inherited from VSTGUI::ReferenceCounted< T >
 ReferenceCounted (const ReferenceCounted &)
 
ReferenceCountedoperator= (const ReferenceCounted &)
 
void forget () override
 decrease refcount and delete object if refcount == 0
 
void remember () override
 increase refcount
 
virtual int32_t getNbReference () const
 get refcount
 
virtual void beforeDelete ()
 
- Public Member Functions inherited from VSTGUI::IViewSwitchController
 IViewSwitchController (UIViewSwitchContainer *viewSwitch)
 
void init ()
 
UIViewSwitchContainergetViewSwitchContainer () const
 
- Public Member Functions inherited from VSTGUI::IControlListener
virtual int32_t controlModifierClicked (CControl *pControl, CButtonState button)
 return 1 if you want the control to not handle it, otherwise 0
 
virtual void controlBeginEdit (CControl *pControl)
 
virtual void controlEndEdit (CControl *pControl)
 
virtual void controlTagWillChange (CControl *pControl)
 
virtual void controlTagDidChange (CControl *pControl)
 

Protected Member Functions

void valueChanged (CControl *pControl) override
 

Protected Attributes

const IUIDescriptionuiDescription
 
IControlleruiController
 
int32_t switchControlTag
 
int32_t currentIndex
 
SharedPointer< CControlswitchControl
 
std::vector< std::string > templateNames
 
- Protected Attributes inherited from VSTGUI::IViewSwitchController
UIViewSwitchContainerviewSwitch
 

The documentation for this class was generated from the following files: