From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/classNLGEORGES_1_1CTypeUnit.html | 605 ++++++++++++++++++++++ 1 file changed, 605 insertions(+) create mode 100644 docs/doxygen/nel/classNLGEORGES_1_1CTypeUnit.html (limited to 'docs/doxygen/nel/classNLGEORGES_1_1CTypeUnit.html') diff --git a/docs/doxygen/nel/classNLGEORGES_1_1CTypeUnit.html b/docs/doxygen/nel/classNLGEORGES_1_1CTypeUnit.html new file mode 100644 index 00000000..2b1cdb16 --- /dev/null +++ b/docs/doxygen/nel/classNLGEORGES_1_1CTypeUnit.html @@ -0,0 +1,605 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1