VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ITextEditListener Class Referenceabstract

Listener for a text edit. More...

+ Inheritance diagram for ITextEditListener:

Public Member Functions

virtual void onTextEditPlatformControlTookFocus (CTextEdit *textEdit)=0
 called when the native platform text edit control was created and started to listen for keyboard input.
 
virtual void onTextEditPlatformControlLostFocus (CTextEdit *textEdit)=0
 called when the natvie platform text edit control is going to be destroyed.
 

Detailed Description

Listener for a text edit.

Member Function Documentation

virtual void onTextEditPlatformControlLostFocus ( CTextEdit textEdit)
pure virtual

called when the natvie platform text edit control is going to be destroyed.

Implemented in TextEditListenerAdapter.

virtual void onTextEditPlatformControlTookFocus ( CTextEdit textEdit)
pure virtual

called when the native platform text edit control was created and started to listen for keyboard input.

Implemented in TextEditListenerAdapter.


The documentation for this class was generated from the following file: