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