| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
A list control configurator implementation. More...
 Inheritance diagram for StaticListControlConfigurator:
 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 &) | |
| ReferenceCounted & | operator= (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 | |
A list control configurator implementation.
Returns the same row description for all row indices
| 
 | inline | 
| 
 | inline | 
| 
 | inlineoverridevirtual | 
Implements IListControlConfigurator.
| 
 | inline | 
| 
 | inline | 
| 
 | inline |