source:
orxonox.OLD/trunk/src/lib/gui/qt/gui_audio.h
@
10772
Last change on this file since 10772 was 8145, checked in by bensch, 18 years ago | |
---|---|
File size: 458 bytes |
Rev | Line | |
---|---|---|
[2588] | 1 | /*! |
[7495] | 2 | \file gui_audio.h |
3 | \brief File that holds the class that creates the Audio-Options. | |
[2588] | 4 | */ |
[7495] | 5 | #ifndef _GUI_AUDIO_H |
6 | #define _GUI_AUDIO_H | |
[1809] | 7 | |
[7484] | 8 | #include "../gui_element.h" |
[7481] | 9 | #include <vector> |
10 | #include <string> | |
[7534] | 11 | #include <QtGui/QGroupBox> |
[1809] | 12 | |
[7481] | 13 | namespace OrxGui |
[2018] | 14 | { |
[7495] | 15 | //! Class that creates the Audio-Options. |
16 | class GuiAudio : public OrxGui::Element, public QGroupBox | |
[7481] | 17 | { |
18 | public: | |
[7549] | 19 | GuiAudio(OrxGui::Gui* gui); |
[7495] | 20 | virtual ~GuiAudio(); |
[6981] | 21 | |
[7481] | 22 | }; |
23 | } | |
[3624] | 24 | |
[7495] | 25 | #endif /* _GUI_AUDIO_H */ |
Note: See TracBrowser
for help on using the repository browser.