|
Functions |
bool | CP_SInt16ToEditField (CP_EditField *inEditField, SInt16 inValue) |
bool | CP_FloatToEditField (CP_EditField *inEditField, float inValue) |
bool | CP_SInt16ToEditField (CP_View *inSuperview, UInt32 inObjectID, SInt16 inValue, bool inRecrusive=kCP_NoRecrusiveSearch) |
bool | CP_SInt32ToEditField (CP_View *inSuperview, UInt32 inObjectID, SInt32 inValue, bool inRecrusive=kCP_NoRecrusiveSearch) |
bool | CP_UInt32ToEditField (CP_View *inSuperview, UInt32 inObjectID, UInt32 inValue, bool inRecrusive=kCP_NoRecrusiveSearch) |
bool | CP_FloatToEditField (CP_View *inSuperview, UInt32 inObjectID, float inValue, bool inRecrusive=kCP_NoRecrusiveSearch) |
bool | CP_StringToEditField (CP_View *inSuperview, UInt32 inObjectID, const CP_String &inValue, bool inRecrusive=kCP_NoRecrusiveSearch) |
bool | CP_BoolToPlatformControl (CP_PlatformControl *inPlatformControl, const bool inValue) |
bool | CP_BoolToPlatformControl (CP_View *inSuperview, UInt32 inObjectID, bool inValue, bool inRecrusive=kCP_NoRecrusiveSearch) |
bool | CP_SInt32ToPopupMenu (CP_PopupMenu *inPopupMenu, const SInt32 inValue) |
bool | CP_SInt32ToPopupMenu (CP_View *inSuperview, UInt32 inObjectID, const SInt32 inValue, bool inRecrusive=kCP_NoRecrusiveSearch) |
bool | CP_RGBColorToSelectColorButton (CP_SelectColorButton *inSelectColorButton, const CP_RGBColor &inValue) |
bool | CP_RGBColorToSelectColorButton (CP_View *inSuperview, UInt32 inObjectID, const CP_RGBColor &inValue, bool inRecrusive=kCP_NoRecrusiveSearch) |
bool | CP_StringToStaticText (CP_StaticText *inStaticText, const CP_String inValue) |
bool | CP_StringToStaticText (CP_View *inSuperview, UInt32 inObjectID, const CP_String inValue, bool inRecrusive=kCP_NoRecrusiveSearch) |
bool | CP_StringToTextView (CP_TextView *inTextView, const CP_String inValue) |
bool | CP_StringToTextView (CP_View *inSuperview, UInt32 inObjectID, const CP_String inValue, bool inRecrusive=kCP_NoRecrusiveSearch) |
bool | CP_StringToTextView (CP_StaticText *inStaticText, const CP_String inValue) |