|
wex v25.10.0
|
Offers a column to be used in a wxListCtrl. Facilitates sorting. More...
#include <wex/factory/listview.h>
Public Types | |
| enum | type_t { INVALID , INT = 1 , DATE , FLOAT , STRING_SMALL , STRING_MEDIUM , STRING_LARGE } |
| get_column types. More... | |
Public Member Functions | |
| column () | |
| Default constructor. | |
| column (const std::string &name, type_t type=INT, int width=0) | |
| Constructor. | |
| bool | is_sorted_ascending () const |
| Returns whether sorting is ascending. | |
| void | set_is_sorted_ascending (sort_t type) |
| Sets the sort ascending member. | |
| auto | type () const |
| Returns the column type. | |
Offers a column to be used in a wxListCtrl. Facilitates sorting.
| enum wex::column::type_t |