#include <Frame.h>
Public Member Functions | |
Controls (wxWindow *parent) | |
Construstor. | |
~Controls () | |
Destructor. | |
void | Update () |
Trigger update. | |
void | OnScroll (wxScrollWinEvent &event) |
Scroll event handler. | |
void | OnResize (wxSizeEvent &event) |
Resize event handler. | |
Private Attributes | |
TrackControls | controls |
List of TrackControl objects. |
Area containing a set of TrackControl objects, each for one track.
|
Construstor. Create an area with track controls.
|
|
Destructor. Cleanup. |
|
Resize event handler. Manages the resize event.
|
|
Scroll event handler. Manages the scroll event.
|
|
Trigger update. Recreates all TrackControl objects. |
|
List of TrackControl objects.
|