AGainEditorView Class Reference

#include <againeditor.h>

Inheritance diagram for AGainEditorView:

Steinberg::Vst::VSTGUIEditor Steinberg::Vst::EditorView List of all members.

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

Detailed Description

Definition at line 45 of file againeditor.h.


Constructor & Destructor Documentation

AGainEditorView::AGainEditorView ( void *  controller  ) 

Definition at line 91 of file againeditor.cpp.


Member Function Documentation

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 
)

Reimplemented from Steinberg::Vst::VSTGUIEditor.

Definition at line 325 of file againeditor.cpp.

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.


Member Data Documentation

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.


The documentation for this class was generated from the following files: Empty

Copyright ©2008 Steinberg Media Technologies. All Rights Reserved.