VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
Loading...
Searching...
No Matches
ITextEditorController Struct Referenceabstract

text editor controller interface More...

#include <ctexteditor.h>

+ Inheritance diagram for ITextEditorController:

Public Member Functions

virtual ~ITextEditorController () noexcept=default
 
virtual void onTextEditorCreated (const ITextEditor &te)=0
 
virtual void onTextEditorDestroyed (const ITextEditor &te)=0
 
virtual void onTextEditorTextChanged (const ITextEditor &te)=0
 

Detailed Description

text editor controller interface

Constructor & Destructor Documentation

◆ ~ITextEditorController()

virtual ~ITextEditorController ( )
virtualdefaultnoexcept

Member Function Documentation

◆ onTextEditorCreated()

virtual void onTextEditorCreated ( const ITextEditor & te)
pure virtual

Implemented in TextEditorControllerAdapter.

◆ onTextEditorDestroyed()

virtual void onTextEditorDestroyed ( const ITextEditor & te)
pure virtual

Implemented in TextEditorControllerAdapter.

◆ onTextEditorTextChanged()

virtual void onTextEditorTextChanged ( const ITextEditor & te)
pure virtual

Implemented in TextEditorControllerAdapter.


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