#include <againeditor.h>
Inheritance diagram for AGainEditorView:

Public Member Functions | |
| AGainEditorView (void *controller) | |
| bool PLUGIN_API | open (void *parent) |
| void PLUGIN_API | close () |
| CMessageResult | notify (CBaseObject *sender, const char *message) |
| void | valueChanged (CControl *pControl) |
| void | controlBeginEdit (CControl *pControl) |
| void | controlEndEdit (CControl *pControl) |
| tresult PLUGIN_API | onSize (ViewRect *newSize) |
| void | update (ParamID tag, ParamValue value) |
| void | messageTextChanged () |
Protected Attributes | |
| CTextEdit * | textEdit |
| CHorizontalSlider * | gainSlider |
| CTextEdit * | gainTextEdit |
| CVuMeter * | vuMeter |
| float | lastVuMeterValue |
Definition at line 45 of file againeditor.h.
| AGainEditorView::AGainEditorView | ( | void * | controller | ) |
Definition at line 91 of file againeditor.cpp.
| void PLUGIN_API AGainEditorView::close | ( | ) | [virtual] |
Called when the editor will be closed.
Implements Steinberg::Vst::VSTGUIEditor.
Definition at line 198 of file againeditor.cpp.
| void AGainEditorView::controlBeginEdit | ( | CControl * | pControl | ) |
Definition at line 270 of file againeditor.cpp.
| void AGainEditorView::controlEndEdit | ( | CControl * | pControl | ) |
Definition at line 283 of file againeditor.cpp.
| void AGainEditorView::messageTextChanged | ( | ) |
Definition at line 188 of file againeditor.cpp.
| CMessageResult AGainEditorView::notify | ( | CBaseObject * | sender, | |
| const char * | message | |||
| ) |
| tresult PLUGIN_API AGainEditorView::onSize | ( | ViewRect * | newSize | ) |
Definition at line 103 of file againeditor.cpp.
| bool AGainEditorView::open | ( | void * | parent | ) | [virtual] |
Called when the editor will be opened.
Implements Steinberg::Vst::VSTGUIEditor.
Definition at line 110 of file againeditor.cpp.
| void AGainEditorView::update | ( | ParamID | tag, | |
| ParamValue | value | |||
| ) |
Definition at line 296 of file againeditor.cpp.
| void AGainEditorView::valueChanged | ( | CControl * | pControl | ) |
Definition at line 217 of file againeditor.cpp.
CHorizontalSlider* AGainEditorView::gainSlider [protected] |
Definition at line 72 of file againeditor.h.
CTextEdit* AGainEditorView::gainTextEdit [protected] |
Definition at line 73 of file againeditor.h.
float AGainEditorView::lastVuMeterValue [protected] |
Definition at line 75 of file againeditor.h.
CTextEdit* AGainEditorView::textEdit [protected] |
Definition at line 71 of file againeditor.h.
CVuMeter* AGainEditorView::vuMeter [protected] |
Definition at line 74 of file againeditor.h.