#include <IntValue.h>
Inheritance diagram for CIntValue:
Public Methods | |
virtual const CCString& | GetText () |
virtual float | GetNumber () |
int | GetInt () |
CIntValue () | |
CIntValue (int innie) | |
CIntValue (int innie,CCString name,AllocationTYPE alloctype=CValue::HEAPVALUE) | |
virtual CValue* | Calc (VALUE_OPERATOR op, CValue *val) |
virtual CValue* | CalcFinal (VALUE_DATA_TYPE dtype, VALUE_OPERATOR op, CValue *val) |
virtual void | SetValue (CValue* newval) |
void | Configure (CValue* menuvalue) |
void | AddConfigurationData (CValue* menuvalue) |
virtual CValue* | GetReplica () |
virtual PyObject* | ConvertValueToPython () |
Protected Methods | |
virtual | ~CIntValue () |
|
Definition at line 28 of file IntValue.cpp. Referenced by GetReplica(). |
|
Definition at line 41 of file IntValue.cpp. |
|
Definition at line 50 of file IntValue.cpp. |
|
Definition at line 64 of file IntValue.cpp. |
|
|
|
Reimplemented from CValue. Definition at line 75 of file IntValue.cpp. |
|
Reimplemented from CValue. Definition at line 100 of file IntValue.cpp. |
|
|
|
Reimplemented from CValue. Definition at line 44 of file IntValue.h. |
|
Definition at line 259 of file IntValue.cpp. |
|
Reimplemented from CValue. Definition at line 270 of file IntValue.cpp. |
|
Reimplemented from CValue. Definition at line 285 of file IntValue.cpp. |
|
Reimplemented from CValue. Definition at line 276 of file IntValue.cpp. Referenced by BL_ConvertActuators(), BL_ConvertControllers(), and BL_ConvertSensors(). |
|
Reimplemented from CValue. Definition at line 35 of file IntValue.h. |