Main Page |
Namespaces |
Classes |
Compounds |
Files |
Compound Members |
Related
SynthGUI::EnvDialog Class ReferenceClass for manipulating the Envelope module.
More...
#include <envDialog.h>
Inheritance diagram for SynthGUI::EnvDialog:
List of all members.
|
Public Methods |
| EnvDialog (mod *md) |
| Create the dialog for mod 'md'.
|
| ~EnvDialog () |
| Destructor.
|
void | drawEnv () |
| Updates envelope graph.
|
void | MessageLoop () |
| Enter infinite loop.
|
void | HandleEvents (event ev) |
| Private event handler (called by components on dialog window).
|
void | EnvToScreen (float xx, float yy, int &x, int &y) |
| Converts from Envelope coordinate to Screen coordinates.
|
void | ScreenToEnv (int x, int y, float &xx, float &yy) |
| Converts from Screen coordinates to Envelope coordinates.
|
Detailed Description
Class for manipulating the Envelope module.
Definition at line 29 of file envDialog.h.
Constructor & Destructor Documentation
SynthGUI::EnvDialog::~EnvDialog |
( |
|
) |
|
|
The documentation for this class was generated from the following files:
Syntopia Project. Visit the web page,
or the SourceForge page.
Docs made by Doxygen.
Email: Mikael Christensen
|