#include <ListValue.h>
Inheritance diagram for CListValue:
Public Methods | |
CListValue (PyTypeObject *T = &Type) | |
virtual | ~CListValue () |
void | AddConfigurationData (CValue* menuvalue) |
void | Configure (CValue* menuvalue) |
void | Add (CValue* value) |
virtual CValue* | Calc (VALUE_OPERATOR op,CValue *val) |
virtual CValue* | CalcFinal (VALUE_DATA_TYPE dtype,VALUE_OPERATOR op, CValue* val) |
virtual float | GetNumber () |
virtual CValue* | GetReplica () |
void | MergeList (CListValue* otherlist) |
bool | RemoveValue (CValue* val) |
void | SetReleaseOnDestruct (bool bReleaseContents) |
bool | SearchValue (CValue* val) |
CValue* | FindValue (const CCString & name) |
void | ReleaseAndRemoveAll () |
virtual void | SetModified (bool bModified) |
virtual bool | IsModified () |
void | Remove (int i) |
void | Resize (int num) |
void | SetValue (int i,CValue* val) |
CValue* | GetValue (int i) |
const int | GetCount () |
virtual const CCString& | GetText () |
virtual PyObject* | _getattr (char *attr) |
|
Definition at line 160 of file ListValue.cpp. Referenced by GetReplica(). |
|
Definition at line 166 of file ListValue.cpp. |
|
Definition at line 32 of file ListValue.h. Referenced by KX_Scene::AddNodeReplicaObject(), KX_Scene::AddReplicaObject(), BL_ConvertBlenderObjects(), CValue::ConvertPythonToValue(), and KX_TouchSensor::HandleCollision(). |
|
|
|
Reimplemented from CValue. Definition at line 33 of file ListValue.h. |
|
Reimplemented from CValue. Definition at line 37 of file ListValue.h. |
|
|
|
Definition at line 227 of file ListValue.cpp. |
|
Definition at line 76 of file ListValue.h. Referenced by FindValue(), IsModified(), MergeList(), KX_GameObject::PySetPosition(), RemoveValue(), SearchValue(), SetModified(), and KX_Scene::~KX_Scene(). |
|
Reimplemented from CValue. Definition at line 41 of file ListValue.h. |
|
Reimplemented from CValue. Definition at line 185 of file ListValue.cpp. |
|
Reimplemented from CValue. Definition at line 179 of file ListValue.cpp. |
|
Definition at line 75 of file ListValue.h. Referenced by BL_ConvertBlenderObjects(), KX_Scene::CalculateVisibleMeshes(), FindValue(), IsModified(), KX_Scene::LogicBeginFrame(), MergeList(), KX_GameObject::PySetPosition(), RemoveValue(), SearchValue(), and SetModified(). |
|
Reimplemented from CValue. Definition at line 64 of file ListValue.h. |
|
Definition at line 272 of file ListValue.cpp. |
|
Definition at line 220 of file ListValue.cpp. Referenced by KX_TouchSensor::EndFrame(). |
|
Definition at line 214 of file ListValue.cpp. Referenced by RemoveValue(). |
|
Definition at line 259 of file ListValue.cpp. Referenced by KX_Scene::NewRemoveObject(). |
|
Definition at line 209 of file ListValue.cpp. Referenced by MergeList(). |
|
Definition at line 246 of file ListValue.cpp. Referenced by KX_TouchSensor::HandleCollision(). |
|
Reimplemented from CValue. Definition at line 57 of file ListValue.h. |
|
Definition at line 254 of file ListValue.cpp. |
|
Definition at line 203 of file ListValue.cpp. Referenced by MergeList(). |
|
Reimplemented from CValue. Definition at line 151 of file ListValue.cpp. |