Functions | |
SInt16 | CP_EditFieldToSInt16 (CP_EditField *inEditField) |
SInt32 | CP_EditFieldToSInt32 (CP_EditField *inEditField) |
float | CP_EditFieldToFloat (CP_EditField *inEditField) |
CP_String | CP_EditFieldToString (CP_EditField *inEditField) |
SInt16 | CP_EditFieldToSInt16 (CP_View *inSuperview, UInt32 inObjectID, bool inRecrusive=kCP_NoRecrusiveSearch) |
SInt32 | CP_EditFieldToSInt32 (CP_View *inSuperview, UInt32 inObjectID, bool inRecrusive=kCP_NoRecrusiveSearch) |
UInt32 | CP_EditFieldToUInt32 (CP_View *inSuperview, UInt32 inObjectID, bool inRecrusive=kCP_NoRecrusiveSearch) |
float | CP_EditFieldToFloat (CP_View *inSuperview, UInt32 inObjectID, bool inRecrusive=kCP_NoRecrusiveSearch) |
CP_String | CP_EditFieldToString (CP_View *inSuperview, UInt32 inObjectID, bool inRecrusive=kCP_NoRecrusiveSearch) |
bool | CP_PlatformControlToBool (CP_PlatformControl *inPlatformControl) |
bool | CP_PlatformControlToBool (CP_View *inSuperview, UInt32 inObjectID, bool inRecrusive=kCP_NoRecrusiveSearch) |
SInt32 | CP_PopupMenuToSInt32 (CP_PopupMenu *inPopupMenu) |
SInt32 | CP_PopupMenuToSInt32 (CP_View *inSuperview, UInt32 inObjectID, bool inRecrusive=kCP_NoRecrusiveSearch) |
CP_RGBColor | CP_SelectColorButtonToCP_RGBColor (CP_SelectColorButton *inSelectColorButton) |
CP_RGBColor | CP_SelectColorButtonToCP_RGBColor (CP_View *inSuperview, UInt32 inObjectID, bool inRecrusive=kCP_NoRecrusiveSearch) |
CP_String | CP_TextViewToString (CP_TextView *inTextView) |
CP_String | CP_TextViewToString (CP_View *inSuperview, UInt32 inObjectID, bool inRecrusive=kCP_NoRecrusiveSearch) |
|
Gets the text of a CP_EditField and returns as a SInt16.
|
|
Gets the text of a CP_EditField and returns as a SInt32.
|
|
Gets the text of a CP_EditField and returns as a float.
|
|
Gets the text of a CP_EditField and returns as a CP_String.
|
|
Gets the text of a CP_EditField and returns as a SInt16.
|
|
Gets the text of a CP_EditField and returns as a SInt32.
|
|
Gets the text of a CP_EditField and returns as a uInt32.
|
|
Gets the text of a CP_EditField and returns as a float.
|
|
Gets the text of a CP_EditField and returns as a CP_String.
|
|
Returns true if the value of the platform control is greater than or equal to 1.
|
|
Returns true if the value of the platform control is greater than or equal to 1.
|
|
Gets the SInt32 value from a CP_PopupMenu.
|
|
Gets the SInt32 value from a CP_PopupMenu.
|
|
Gets the CP_RGBColor from a CP_SelectColorButton.
|
|
Gets the color of a CP_SelectColorButton and returns as a CP_RGBColor.
|
|
Gets the text of a CP_TextView and returns as a CP_String.
|
|
Gets the text of a CP_TextView and returns as a CP_String.
|