#include <listview_column_data.h>
Public Member Functions | |
Construction | |
ListViewColumnData () | |
~ListViewColumnData () | |
Attributes | |
std::string | get_text () const |
Get Text. More... | |
std::string | get_column_id () const |
Get Column id. More... | |
Operations | |
void | set_text (const std::string &text) |
Set text. More... | |
void | set_column_id (const std::string &column_id) |
Set column id. More... | |
ListView column data.