OROCHI
 
Loading...
Searching...
No Matches
GxProperty::GxCustomProperty Member List

This is the complete list of members for GxProperty::GxCustomProperty, including all inherited members.

CUSTOM_PROPERTY_FUNCTION_CREATE_GUI typedefGxProperty::GxCustomProperty
CUSTOM_PROPERTY_FUNCTION_DESERIALIZE_BINARY typedefGxProperty::GxCustomProperty
CUSTOM_PROPERTY_FUNCTION_FROM_STRING typedefGxProperty::GxCustomProperty
CUSTOM_PROPERTY_FUNCTION_SERIALIZE_BINARY typedefGxProperty::GxCustomProperty
CUSTOM_PROPERTY_FUNCTION_SERIALIZE_BINARY_SIZE typedefGxProperty::GxCustomProperty
CUSTOM_PROPERTY_FUNCTION_TO_STRING typedefGxProperty::GxCustomProperty
CUSTOM_PROPERTY_PARAM_COUNTGxProperty::GxCustomPropertystatic
DEFAULT_IDGxProperty::GxCustomPropertystatic
deserializeBinary(GxProperty &property, GxTypedObject *pOwner, u32 index, const void *pData)GxProperty::GxCustomPropertyinline
fromString(GxProperty &property, GxTypedObject *pOwner, u32 index, GxString *pStringTop, u32 count)GxProperty::GxCustomPropertyinline
getId(void) constGxProperty::GxCustomPropertyinline
getNext(void) constGxProperty::GxCustomPropertyinline
getRtti(void) constGxProperty::GxCustomPropertyinline
GxCustomProperty(const GxRtti *pRtti, u32 id, CUSTOM_PROPERTY_FUNCTION_TO_STRING pToStringFunction, CUSTOM_PROPERTY_FUNCTION_FROM_STRING pFromStringFunction, CUSTOM_PROPERTY_FUNCTION_SERIALIZE_BINARY_SIZE pSerializeBinarySizeFunction, CUSTOM_PROPERTY_FUNCTION_SERIALIZE_BINARY pSerializeBinaryFunction, CUSTOM_PROPERTY_FUNCTION_DESERIALIZE_BINARY pDeserializeBinaryFunction)GxProperty::GxCustomPropertyinline
serializeBinary(GxProperty &property, GxTypedObject *pOwner, u32 index, void *pData)GxProperty::GxCustomPropertyinline
serializeBinarySize(GxProperty &property, GxTypedObject *pOwner, u32 index)GxProperty::GxCustomPropertyinline
setNext(GxCustomProperty *pNext)GxProperty::GxCustomPropertyinline
toString(GxProperty &property, GxTypedObject *pOwner, u32 index, GxString *pStringTop, u32 &count)GxProperty::GxCustomPropertyinline
~GxCustomProperty(void)GxProperty::GxCustomPropertyinlinevirtual