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

CIntValue Class Reference

#include <IntValue.h>

Inheritance diagram for CIntValue:

CPropValue CValue PyObjectPlus PyObject List of all members.

Public Methods

virtual const CCStringGetText ()
virtual float GetNumber ()
int GetInt ()
 CIntValue ()
 CIntValue (int innie)
 CIntValue (int innie,CCString name,AllocationTYPE alloctype=CValue::HEAPVALUE)
virtual CValueCalc (VALUE_OPERATOR op, CValue *val)
virtual CValueCalcFinal (VALUE_DATA_TYPE dtype, VALUE_OPERATOR op, CValue *val)
virtual void SetValue (CValue* newval)
void Configure (CValue* menuvalue)
void AddConfigurationData (CValue* menuvalue)
virtual CValueGetReplica ()
virtual PyObjectConvertValueToPython ()

Protected Methods

virtual ~CIntValue ()

Constructor & Destructor Documentation

CIntValue::CIntValue ( )
 

Definition at line 28 of file IntValue.cpp.

Referenced by GetReplica().

CIntValue::CIntValue ( int innie )
 

Definition at line 41 of file IntValue.cpp.

CIntValue::CIntValue ( int innie,
CCString name,
AllocationTYPE alloctype = CValue::HEAPVALUE )
 

Definition at line 50 of file IntValue.cpp.

CIntValue::~CIntValue ( ) [protected, virtual]
 

Definition at line 64 of file IntValue.cpp.


Member Function Documentation

void CIntValue::AddConfigurationData ( CValue * menuvalue )
 

CValue * CIntValue::Calc ( VALUE_OPERATOR op,
CValue * val ) [virtual]
 

Reimplemented from CValue.

Definition at line 75 of file IntValue.cpp.

CValue * CIntValue::CalcFinal ( VALUE_DATA_TYPE dtype,
VALUE_OPERATOR op,
CValue * val ) [virtual]
 

Reimplemented from CValue.

Definition at line 100 of file IntValue.cpp.

void CIntValue::Configure ( CValue * menuvalue )
 

PyObject * CIntValue::ConvertValueToPython ( ) [inline, virtual]
 

Reimplemented from CValue.

Definition at line 44 of file IntValue.h.

int CIntValue::GetInt ( )
 

Definition at line 259 of file IntValue.cpp.

float CIntValue::GetNumber ( ) [virtual]
 

Reimplemented from CValue.

Definition at line 270 of file IntValue.cpp.

CValue * CIntValue::GetReplica ( ) [virtual]
 

Reimplemented from CValue.

Definition at line 285 of file IntValue.cpp.

const CCString & CIntValue::GetText ( ) [virtual]
 

Reimplemented from CValue.

Definition at line 276 of file IntValue.cpp.

Referenced by BL_ConvertActuators(), BL_ConvertControllers(), and BL_ConvertSensors().

void CIntValue::SetValue ( CValue * newval ) [inline, virtual]
 

Reimplemented from CValue.

Definition at line 35 of file IntValue.h.


The documentation for this class was generated from the following files:
Generated at Thu Feb 1 13:03:33 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000