Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

VolumeSlider Class Reference

Volume slider. More...

#include <Frame.h>

List of all members.

Public Member Functions

 VolumeSlider (wxWindow *parent, const wxWindowID id, const track_t chan, const volume_t inivol)
 Constructor.

track_t GetChannel () const
 Get the output channel the slider belongs to.


Private Attributes

track_t channel
 Output channel.


Detailed Description

Volume slider.

A slider for controling output channel volume of a track.


Constructor & Destructor Documentation

VolumeSlider::VolumeSlider wxWindow *  parent,
const wxWindowID  id,
const track_t  chan,
const volume_t  inivol
 

Constructor.

Create a slider (derived from wxSlider) for controling volume of an output channel of a track.

Parameters:
parent Parent window containing the slider.
id ID of the slider (for event handling).
chan Output channel the slider controls.
inivol Initial slider position.


Member Function Documentation

track_t VolumeSlider::GetChannel  )  const
 

Get the output channel the slider belongs to.

Returns:
Output channel the slider belongs to.


Member Data Documentation

track_t VolumeSlider::channel [private]
 

Output channel.


The documentation for this class was generated from the following files:
Generated on Wed Jul 28 17:17:43 2004 for FinalMix by doxygen 1.3.5