Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/gui/guicc/orxonox_gui_audio.h @ 2003

Last change on this file since 2003 was 1978, checked in by bensch, 20 years ago

orxonox/branches/gui/guicc: added video and audio frames. made default signal connection to slider and checkbutton

File size: 349 bytes
Line 
1#ifndef _ORXONOX_GUI_AUDIO_H
2#define _ORXONOX_GUI_AUDIO_H
3
4#include "orxonox_gui.h"
5
6class OrxonoxGuiAudio
7{
8 private:
9  Frame* audioFrame;
10  Box* audioBox;
11  CheckButton* enableSound;
12  Slider* musicVolume;
13  Slider* effectsVolume;
14 public:
15  OrxonoxGuiAudio ();
16  ~OrxonoxGuiAudio ();
17 
18  Frame* getFrame ();
19};
20#endif /* _ORXONOX_GUI_AUDIO_H */
Note: See TracBrowser for help on using the repository browser.