#include <wx/listctrl.h>#include <wx/timer.h>#include <vector>#include <utility>#include <map>#include "useractions.h"#include "Helper/sortutil.h"#include "utils/isink.h"#include "utils/mixins.hh"#include "customvirtlistctrl.cpp"

Go to the source code of this file.
Data Structures | |
| class | ListctrlSortEvent |
| class | CustomVirtListCtrl< DataImp, ListCtrlImp > |
| Used as base class for some ListCtrls throughout SL Provides generic functionality, such as column tooltips, possiblity to prohibit column resizing and selection modifiers. More... | |
| struct | CustomVirtListCtrl< DataImp, ListCtrlImp >::colInfo |
| struct | CustomVirtListCtrl< DataImp, ListCtrlImp >::ItemComparator< ObjImp > |
| generic comparator that gets it's real functionality in derived classes via comapre callbakc func that performs the actual comparison of two items More... | |
| class | SelectionSaver< ListCtrlType > |
Defines | |
| #define | IDD_TIP_TIMER 696 |
| #define | IDD_SORT_TIMER 697 |
Typedefs | |
| typedef wxListCtrl | ListBaseType |
Variables | |
| const wxEventType | ListctrlDoSortEventType = wxNewEventType() |
| #define IDD_SORT_TIMER 697 |
Definition at line 14 of file customvirtlistctrl.h.
| #define IDD_TIP_TIMER 696 |
Definition at line 13 of file customvirtlistctrl.h.
| typedef wxListCtrl ListBaseType |
Definition at line 6 of file customvirtlistctrl.h.
| const wxEventType ListctrlDoSortEventType = wxNewEventType() |
Definition at line 26 of file customvirtlistctrl.h.
1.6.3