| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
The list control drawer interface. More...
 Inheritance diagram for IListControlDrawer:
 Inheritance diagram for IListControlDrawer:| Classes | |
| struct | Row | 
| Public Member Functions | |
| virtual | ~IListControlDrawer () noexcept | 
| virtual void | drawBackground (CDrawContext *context, CRect size)=0 | 
| virtual void | drawRow (CDrawContext *context, CRect size, Row row)=0 | 
|  Public Member Functions inherited from IReference | |
| virtual void | forget ()=0 | 
| decrease refcount and delete object if refcount == 0 | |
| virtual void | remember ()=0 | 
| increase refcount | |
The list control drawer interface.
This is used to do the actual drawing of the list control.
| 
 | inlinevirtualnoexcept | 
| 
 | pure virtual | 
Implemented in StringListControlDrawer.
| 
 | pure virtual | 
Implemented in StringListControlDrawer.