#include <CATComboBox.h>
Definition at line 25 of file CATComboBox.h.
Public Member Functions | |
CATComboBox (const CATString &element, const CATString &rootDir) | |
Constructor - mirrors CATXMLObject() constructor for now. | |
virtual | ~CATComboBox () |
virtual CATResult | Load (CATPROGRESSCB progressCB=0, void *progressParam=0, CATFloat32 progMin=0.0f, CATFloat32 progMax=1.0f) |
Load() loads the skin in. | |
virtual void | OnParentCreate () |
virtual void | OnParentDestroy () |
virtual void | OnCommand (CATCommand &command, CATControl *ctrl) |
virtual CATResult | OnEvent (const CATEvent &event, CATInt32 &retVal) |
Event handler. | |
virtual CATEditBox * | GetEditBox () |
virtual CATMenu * | GetMenu () |
Protected Member Functions | |
virtual CATResult | ParseAttributes () |
ParseAttributes() parses the known attributes for an object. | |
void | RebuildCombo () |
void | AddComboString (const CATString &string) |
Protected Attributes | |
CATEditBox * | fComboEdit |
CATMenu * | fComboMenu |
std::vector< CATString > | fMenuList |
CATUInt32 | fMaxMenuLength |
CATString | fPrefName |