#include <ax/ax_datatransfer.h>
Public Member Functions | |
AxStringDataTransfer (wxString *ptr) | |
AxStringDataTransfer () | |
~AxStringDataTransfer () | |
void | Init () |
Initialize variables. | |
virtual bool | SetValue (const wxString &value) |
Set the value in the string variable. | |
Protected Attributes | |
wxString * | m_stringPtr |
AxStringDataTransfer::AxStringDataTransfer | ( | wxString * | ptr | ) | [inline] |
AxStringDataTransfer::AxStringDataTransfer | ( | ) | [inline] |
AxStringDataTransfer::~AxStringDataTransfer | ( | ) | [inline] |
void AxStringDataTransfer::Init | ( | ) | [inline] |
Initialize variables.
bool AxStringDataTransfer::SetValue | ( | const wxString & | value | ) | [virtual] |
Set the value in the string variable.
wxString* AxStringDataTransfer::m_stringPtr [protected] |