logo
Main Page | Namespaces | Classes | Compounds | Files | Compound Members | Related

SynthGUI::EnvDialog Class Reference

Class for manipulating the Envelope module. More...

#include <envDialog.h>

Inheritance diagram for SynthGUI::EnvDialog:

GUIToolkit::EventHandler 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  
 

Destructor.

Todo:
create this

Definition at line 222 of file envDialog.cpp.


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