#include <ax/ax_datatransfer.h>
Public Member Functions | |
AxDataTransfer () | |
~AxDataTransfer () | |
virtual bool | TransferDataFromWindow () |
Override to pass a value from the UI to a data structure. | |
virtual bool | TransferDataToWindow () |
Override to pass a value from a data structure to the UI. |
Styles and types
Forward declarations
AxDataTransfer class declaration Used to transfer data between the UI and data structures. You don't need to implement TransferDataToWindow/TransferDataFromWindow if you just need to call custom function to transfer specific data (i.e. we don't have an association between a control and some data; we just know we want to set some data).
AxDataTransfer::AxDataTransfer | ( | ) | [inline] |
AxDataTransfer::~AxDataTransfer | ( | ) | [inline] |
virtual bool AxDataTransfer::TransferDataFromWindow | ( | ) | [inline, virtual] |
Override to pass a value from the UI to a data structure.
virtual bool AxDataTransfer::TransferDataToWindow | ( | ) | [inline, virtual] |
Override to pass a value from a data structure to the UI.