Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members

FXEX::CurrencyField Class Reference

CurrencyField is a field type (which holds a currency value) for use with the DB Control object. More...

#include <DbField.h>

List of all members.

Public Methods

 CurrencyField ()
 CurrencyField (const CurrencyField &from)
 CurrencyField (const FXString &s)
 CurrencyField (FXdouble d)
CurrencyField & operator= (const CurrencyField &from)
CurrencyField & operator= (const FXString &s)
CurrencyField & operator= (const FXdouble d)
 operator FXString () const
 operator FXdouble () const
FXString asString () const
FXdouble asDouble () const
virtual ~CurrencyField ()


Detailed Description

CurrencyField is a field type (which holds a currency value) for use with the DB Control object.

Definition at line 23 of file DbField.h.


Constructor & Destructor Documentation

FXEX::CurrencyField::CurrencyField [inline]
 

Definition at line 25 of file DbField.h.

FXEX::CurrencyField::CurrencyField const CurrencyField & from [inline]
 

Definition at line 26 of file DbField.h.

FXEX::CurrencyField::CurrencyField const FXString & s [inline]
 

Definition at line 27 of file DbField.h.

FXEX::CurrencyField::CurrencyField FXdouble d [inline]
 

Definition at line 28 of file DbField.h.

virtual FXEX::CurrencyField::~CurrencyField [inline, virtual]
 

Definition at line 36 of file DbField.h.


Member Function Documentation

CurrencyField& FXEX::CurrencyField::operator= const CurrencyField & from [inline]
 

Definition at line 29 of file DbField.h.

CurrencyField& FXEX::CurrencyField::operator= const FXString & s [inline]
 

Definition at line 30 of file DbField.h.

CurrencyField& FXEX::CurrencyField::operator= const FXdouble d [inline]
 

Definition at line 31 of file DbField.h.

FXEX::CurrencyField::operator FXString const [inline]
 

Definition at line 32 of file DbField.h.

FXEX::CurrencyField::operator FXdouble const [inline]
 

Definition at line 33 of file DbField.h.

FXString FXEX::CurrencyField::asString const [inline]
 

Definition at line 34 of file DbField.h.

FXdouble FXEX::CurrencyField::asDouble const [inline]
 

Definition at line 35 of file DbField.h.