| VSTGUI 4.10
    Graphical User Interface Framework not only for VST plugins | 
A list control configurator implementation. More...
#include <clistcontrol.h>
 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 | 
| virtual CListControlRowDesc | getRowDesc (int32_t row) const =0 | 
| virtual void | forget ()=0 | 
| decrease refcount and delete object if refcount == 0  More... | |
| virtual void | remember ()=0 | 
| increase refcount  More... | |
|  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  More... | |
| void | remember () override | 
| increase refcount  More... | |
| virtual int32_t | getNbReference () const | 
| get refcount  More... | |
A list control configurator implementation.
Returns the same row description for all row indices
| 
 | inline | 
| 
 | inline | 
| 
 | inlineoverridevirtual | 
Implements IListControlConfigurator.
| 
 | inline | 
| 
 | inline | 
| 
 | inline |