Module: Client Data
Definition in file TMDClientData.h.
#include <boost/shared_ptr.hpp>
#include <wx/clntdata.h>
Go to the source code of this file.
Classes | |
class | TMDClientData< T > |
Defines | |
#define | DECLARE_CLIENT_DATA(c) |
#define | GET_FROM_CONTROL(type, control, index) dynamic_cast< type##CDPtr >( control->GetClientObject(index))->get() |
#define DECLARE_CLIENT_DATA | ( | c | ) |
Value:
typedef TMDClientData< c > c##CD; \ typedef c##CD * c##CDPtr
Definition at line 38 of file TMDClientData.h.
#define GET_FROM_CONTROL | ( | type, | |||
control, | |||||
index | ) | dynamic_cast< type##CDPtr >( control->GetClientObject(index))->get() |
Definition at line 43 of file TMDClientData.h.
Referenced by CEvidenceRecordVerifierDlg::TransferDataFromWindow().