VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StaticListControlConfigurator Class Reference

A list control configurator implementation. More...

+ Inheritance diagram for StaticListControlConfigurator:

Public Member Functions

 StaticListControlConfigurator (CCoord inRowHeight, int32_t inFlags=CListControlRowDesc::Selectable|CListControlRowDesc::Hoverable)
 
void setRowHeight (CCoord height)
 
void setFlags (int32_t f)
 
CCoord getRowHeight () const
 
int32_t getFlags () const
 
CListControlRowDesc getRowDesc (int32_t row) const override
 
- Public Member Functions inherited from IListControlConfigurator
virtual ~IListControlConfigurator () noexcept
 
- Public Member Functions inherited from ReferenceCounted< T >
 ReferenceCounted ()=default
 
virtual ~ReferenceCounted () noexcept=default
 
 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
 

Detailed Description

A list control configurator implementation.

Returns the same row description for all row indices

Constructor & Destructor Documentation

Member Function Documentation

int32_t getFlags ( ) const
inline
CListControlRowDesc getRowDesc ( int32_t  row) const
inlineoverridevirtual
CCoord getRowHeight ( ) const
inline
void setFlags ( int32_t  f)
inline
void setRowHeight ( CCoord  height)
inline

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