wex v24.04.0
Classes | Enumerations
listview.h File Reference
#include <wex/factory/control.h>
#include <wex/factory/window.h>
#include <wx/listctrl.h>
#include <string>
#include <vector>
Include dependency graph for listview.h:

Classes

class  wex::column
 Offers a column to be used in a wxListCtrl. Facilitates sorting. More...
 
class  wex::factory::listview
 Offers interface to listview. More...
 

Enumerations

enum  wex::sort_t { wex::SORT_TOGGLE = 0 , wex::SORT_KEEP , wex::SORT_ASCENDING , wex::SORT_DESCENDING }
 Sort types. More...
 

Enumeration Type Documentation

◆ sort_t

Sort types.

Enumerator
SORT_TOGGLE 

toggle sort order

SORT_KEEP 

keep current order, just resort

SORT_ASCENDING 

sort ascending

SORT_DESCENDING 

sort descending