wex  v20.04.0
Classes | Enumerations
listview.h File Reference
#include <list>
#include <map>
#include <vector>
#include <wx/artprov.h>
#include <wx/listctrl.h>
#include <wex/listview-data.h>
Include dependency graph for listview.h:

Classes

class  wex::column
 Offers a column to be used in a wxListCtrl. Facilitates sorting. More...
 
class  wex::listview
 Adds printing, popup menu, images, columns and items to wxListView. More...
 

Enumerations

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

Enumeration Type Documentation

◆ sort_t

Sort types.

Enumerator
SORT_KEEP 

keep current order, just resort

SORT_ASCENDING 

sort ascending

SORT_DESCENDING 

sort descending

SORT_TOGGLE 

toggle sort order