5 #ifndef __uitextfield__ 6 #define __uitextfield__ 8 #include "../../iplatformtextedit.h" 15 @class VSTGUI_UITextFieldDelegate;
19 struct VSTGUI_UITextFieldDelegate;
24 class UITextEdit :
public IPlatformTextEdit
27 UITextEdit (UIView* parent, IPlatformTextEditCallback* textEdit);
30 UTF8String getText ()
override;
31 bool setText (
const UTF8String& text)
override;
32 bool updateSize ()
override;
35 UITextField* platformControl;
36 VSTGUI_UITextFieldDelegate* delegate;
42 #endif // TARGET_OS_IPHONE 44 #endif // __uitextfield__ Definition: customcontrols.cpp:8