GME
13
|
#include <SyncObjsListCtrl.h>
Public Member Functions | |
CSyncObjsListCtrl () | |
virtual | ~CSyncObjsListCtrl () |
Static Public Member Functions | |
static int CALLBACK | ObjsCompare (LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort) |
Protected Member Functions | |
afx_msg void | OnColumnclick (NMHDR *pNMHDR, LRESULT *pResult) |
Static Protected Attributes | |
static bool | isAscending [3] = {true, true, true} |
Definition at line 13 of file SyncObjsListCtrl.h.
Definition at line 21 of file SyncObjsListCtrl.cpp.
CSyncObjsListCtrl::~CSyncObjsListCtrl | ( | ) | [virtual] |
Definition at line 25 of file SyncObjsListCtrl.cpp.
int CALLBACK CSyncObjsListCtrl::ObjsCompare | ( | LPARAM | lParam1, |
LPARAM | lParam2, | ||
LPARAM | lParamSort | ||
) | [static] |
Definition at line 48 of file SyncObjsListCtrl.cpp.
void CSyncObjsListCtrl::OnColumnclick | ( | NMHDR * | pNMHDR, |
LRESULT * | pResult | ||
) | [protected] |
Definition at line 39 of file SyncObjsListCtrl.cpp.
bool CSyncObjsListCtrl::isAscending = {true, true, true} [static, protected] |
Definition at line 40 of file SyncObjsListCtrl.h.