|
LMMS
|
'has string parameters containing tabular data' interface More...
#include <giface.h>
Public Member Functions | |
| virtual const table_column_info * | get_table_columns () const =0 |
| retrieve the table layout for specific parameter | |
| virtual uint32_t | get_table_rows () const =0 |
| return the fixed number of rows, or 0 if the number of rows is variable | |
| virtual | ~table_metadata_iface () |
'has string parameters containing tabular data' interface
|
inlinevirtual |
|
pure virtual |
retrieve the table layout for specific parameter
Implemented in calf_plugins::mod_matrix_metadata.
|
pure virtual |
return the fixed number of rows, or 0 if the number of rows is variable
Implemented in calf_plugins::mod_matrix_metadata.