This is the complete list of members for GxProperty::GxCustomProperty, including all inherited members.
CUSTOM_PROPERTY_FUNCTION_CREATE_GUI typedef | GxProperty::GxCustomProperty | |
CUSTOM_PROPERTY_FUNCTION_DESERIALIZE_BINARY typedef | GxProperty::GxCustomProperty | |
CUSTOM_PROPERTY_FUNCTION_FROM_STRING typedef | GxProperty::GxCustomProperty | |
CUSTOM_PROPERTY_FUNCTION_SERIALIZE_BINARY typedef | GxProperty::GxCustomProperty | |
CUSTOM_PROPERTY_FUNCTION_SERIALIZE_BINARY_SIZE typedef | GxProperty::GxCustomProperty | |
CUSTOM_PROPERTY_FUNCTION_TO_STRING typedef | GxProperty::GxCustomProperty | |
CUSTOM_PROPERTY_PARAM_COUNT | GxProperty::GxCustomProperty | static |
DEFAULT_ID | GxProperty::GxCustomProperty | static |
deserializeBinary(GxProperty &property, GxTypedObject *pOwner, u32 index, const void *pData) | GxProperty::GxCustomProperty | inline |
fromString(GxProperty &property, GxTypedObject *pOwner, u32 index, GxString *pStringTop, u32 count) | GxProperty::GxCustomProperty | inline |
getId(void) const | GxProperty::GxCustomProperty | inline |
getNext(void) const | GxProperty::GxCustomProperty | inline |
getRtti(void) const | GxProperty::GxCustomProperty | inline |
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::GxCustomProperty | inline |
serializeBinary(GxProperty &property, GxTypedObject *pOwner, u32 index, void *pData) | GxProperty::GxCustomProperty | inline |
serializeBinarySize(GxProperty &property, GxTypedObject *pOwner, u32 index) | GxProperty::GxCustomProperty | inline |
setNext(GxCustomProperty *pNext) | GxProperty::GxCustomProperty | inline |
toString(GxProperty &property, GxTypedObject *pOwner, u32 index, GxString *pStringTop, u32 &count) | GxProperty::GxCustomProperty | inline |
~GxCustomProperty(void) | GxProperty::GxCustomProperty | inlinevirtual |