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

The description of one row for the CListControl. More...

Public Types

enum  Flags { Selectable = 1 << 0, Hoverable = 1 << 1 }
 

Public Member Functions

 CListControlRowDesc ()=default
 
 CListControlRowDesc (CCoord h, int32_t f)
 

Public Attributes

CCoord height {0}
 The height of the row.
 
int32_t flags {Selectable}
 The flags of the row, see the Flags enum above.
 

Detailed Description

The description of one row for the CListControl.

This is returned by an instance of IListControlConfigurator for every row.

Member Enumeration Documentation

enum Flags
Enumerator
Selectable 

Indicates that the row is selectable.

Hoverable 

Indicates that the row should be redrawn when the mouse hovers it.

Constructor & Destructor Documentation

CListControlRowDesc ( )
default
CListControlRowDesc ( CCoord  h,
int32_t  f 
)
inline

Member Data Documentation

int32_t flags {Selectable}

The flags of the row, see the Flags enum above.

CCoord height {0}

The height of the row.


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