VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
|
#include <itexteditlistener.h>
Public Member Functions | |
void | onTextEditPlatformControlTookFocus (CTextEdit *textEdit) override |
called when the native platform text edit control was created and started to listen for keyboard input. More... | |
void | onTextEditPlatformControlLostFocus (CTextEdit *textEdit) override |
called when the natvie platform text edit control is going to be destroyed. More... | |
virtual void | onTextEditPlatformControlTookFocus (CTextEdit *textEdit)=0 |
called when the native platform text edit control was created and started to listen for keyboard input. More... | |
virtual void | onTextEditPlatformControlLostFocus (CTextEdit *textEdit)=0 |
called when the natvie platform text edit control is going to be destroyed. More... | |
|
inlineoverridevirtual |
called when the natvie platform text edit control is going to be destroyed.
Implements ITextEditListener.
|
inlineoverridevirtual |
called when the native platform text edit control was created and started to listen for keyboard input.
Implements ITextEditListener.