# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLGEORGES::CTypeUnit Class Reference

#include <type_unit.h>

Inheritance diagram for NLGEORGES::CTypeUnit:

NLGEORGES::CTypeUnitDouble NLGEORGES::CTypeUnitFileName NLGEORGES::CTypeUnitIntSigned NLGEORGES::CTypeUnitIntUnsigned NLGEORGES::CTypeUnitString List of all members.

Public Methods

 CTypeUnit (const CStringEx _sxll, const CStringEx _sxhl, const CStringEx _sxdv, const CStringEx _sxf)
virtual ~CTypeUnit ()
CStringEx GetFormula () const
CStringEx GetDefaultValue () const
CStringEx GetLowLimit () const
CStringEx GetHighLimit () const
virtual void SetDefaultValue (const CStringEx _sxdv)
virtual void SetLowLimit (const CStringEx _sxll)
virtual void SetHighLimit (const CStringEx _sxhl)
virtual CStringEx Format (const CStringEx _sxvalue) const
virtual CStringEx CalculateResult (const CStringEx _sxbasevalue, const CStringEx _sxvalue) const

Protected Attributes

CStringEx sxformula
CStringEx sxhighlimit
CStringEx sxlowlimit
CStringEx sxdefaultvalue

Constructor & Destructor Documentation

NLGEORGES::CTypeUnit::CTypeUnit const CStringEx    _sxll,
const CStringEx    _sxhl,
const CStringEx    _sxdv,
const CStringEx    _sxf
 

Definition at line 36 of file type_unit.cpp.

References sxdefaultvalue, sxformula, sxhighlimit, and sxlowlimit.

NLGEORGES::CTypeUnit::~CTypeUnit   [virtual]
 

Definition at line 44 of file type_unit.cpp.


Member Function Documentation

CStringEx NLGEORGES::CTypeUnit::CalculateResult const CStringEx    _sxbasevalue,
const CStringEx    _sxvalue
const [virtual]
 

Reimplemented in NLGEORGES::CTypeUnitDouble.

Definition at line 73 of file type_unit.cpp.

CStringEx NLGEORGES::CTypeUnit::Format const CStringEx    _sxvalue const [virtual]
 

Reimplemented in NLGEORGES::CTypeUnitDouble.

Definition at line 68 of file type_unit.cpp.

CStringEx NLGEORGES::CTypeUnit::GetDefaultValue   const
 

Definition at line 53 of file type_unit.cpp.

References sxdefaultvalue.

CStringEx NLGEORGES::CTypeUnit::GetFormula   const
 

Definition at line 48 of file type_unit.cpp.

References sxformula.

CStringEx NLGEORGES::CTypeUnit::GetHighLimit   const
 

Definition at line 63 of file type_unit.cpp.

References sxhighlimit.

CStringEx NLGEORGES::CTypeUnit::GetLowLimit   const
 

Definition at line 58 of file type_unit.cpp.

References sxlowlimit.

void NLGEORGES::CTypeUnit::SetDefaultValue const CStringEx    _sxdv [virtual]
 

Reimplemented in NLGEORGES::CTypeUnitDouble.

Definition at line 78 of file type_unit.cpp.

References sxdefaultvalue.

void NLGEORGES::CTypeUnit::SetHighLimit const CStringEx    _sxhl [virtual]
 

Reimplemented in NLGEORGES::CTypeUnitDouble.

Definition at line 88 of file type_unit.cpp.

References sxhighlimit.

void NLGEORGES::CTypeUnit::SetLowLimit const CStringEx    _sxll [virtual]
 

Reimplemented in NLGEORGES::CTypeUnitDouble.

Definition at line 83 of file type_unit.cpp.

References sxlowlimit.


Member Data Documentation

CStringEx NLGEORGES::CTypeUnit::sxdefaultvalue [protected]
 

Definition at line 40 of file type_unit.h.

Referenced by CTypeUnit, NLGEORGES::CTypeUnitDouble::CTypeUnitDouble, NLGEORGES::CTypeUnitIntSigned::CTypeUnitIntSigned, NLGEORGES::CTypeUnitIntUnsigned::CTypeUnitIntUnsigned, GetDefaultValue, NLGEORGES::CTypeUnitString::SetDefaultValue, NLGEORGES::CTypeUnitIntUnsigned::SetDefaultValue, NLGEORGES::CTypeUnitIntSigned::SetDefaultValue, NLGEORGES::CTypeUnitFileName::SetDefaultValue, NLGEORGES::CTypeUnitDouble::SetDefaultValue, and SetDefaultValue.

CStringEx NLGEORGES::CTypeUnit::sxformula [protected]
 

Definition at line 37 of file type_unit.h.

Referenced by CTypeUnit, NLGEORGES::CTypeUnitDouble::CTypeUnitDouble, NLGEORGES::CTypeUnitFileName::CTypeUnitFileName, NLGEORGES::CTypeUnitIntSigned::CTypeUnitIntSigned, NLGEORGES::CTypeUnitIntUnsigned::CTypeUnitIntUnsigned, NLGEORGES::CTypeUnitString::CTypeUnitString, and GetFormula.

CStringEx NLGEORGES::CTypeUnit::sxhighlimit [protected]
 

Definition at line 38 of file type_unit.h.

Referenced by CTypeUnit, NLGEORGES::CTypeUnitDouble::CTypeUnitDouble, NLGEORGES::CTypeUnitIntSigned::CTypeUnitIntSigned, NLGEORGES::CTypeUnitIntUnsigned::CTypeUnitIntUnsigned, NLGEORGES::CTypeUnitString::CTypeUnitString, GetHighLimit, NLGEORGES::CTypeUnitString::SetHighLimit, NLGEORGES::CTypeUnitIntUnsigned::SetHighLimit, NLGEORGES::CTypeUnitIntSigned::SetHighLimit, NLGEORGES::CTypeUnitFileName::SetHighLimit, NLGEORGES::CTypeUnitDouble::SetHighLimit, and SetHighLimit.

CStringEx NLGEORGES::CTypeUnit::sxlowlimit [protected]
 

Definition at line 39 of file type_unit.h.

Referenced by CTypeUnit, NLGEORGES::CTypeUnitDouble::CTypeUnitDouble, NLGEORGES::CTypeUnitIntSigned::CTypeUnitIntSigned, NLGEORGES::CTypeUnitIntUnsigned::CTypeUnitIntUnsigned, GetLowLimit, NLGEORGES::CTypeUnitString::SetLowLimit, NLGEORGES::CTypeUnitIntUnsigned::SetLowLimit, NLGEORGES::CTypeUnitIntSigned::SetLowLimit, NLGEORGES::CTypeUnitFileName::SetLowLimit, NLGEORGES::CTypeUnitDouble::SetLowLimit, and SetLowLimit.


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