AxDataTransfer Class Reference

#include <ax/ax_datatransfer.h>

Inheritance diagram for AxDataTransfer:

AxStringDataTransfer

List of all members.

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.


Detailed Description

Includes

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).


Constructor & Destructor Documentation

AxDataTransfer::AxDataTransfer (  )  [inline]

AxDataTransfer::~AxDataTransfer (  )  [inline]


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on Thu Apr 9 15:41:06 2009 for AxTk by  doxygen 1.5.8