Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/gui/guicc/orxonox_gui_video.h @ 1978

Last change on this file since 1978 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: 326 bytes
Line 
1#ifndef _ORXONOX_GUI_VIDEO_H
2#define _ORXONOX_GUI_VIDEO_H
3
4#include "orxonox_gui.h"
5
6class OrxonoxGuiVideo
7{
8 private:
9  Frame* videoFrame;
10  Box* videoBox;
11  CheckButton* fullscreen;
12  CheckButton* wireframe;
13 public:
14  OrxonoxGuiVideo ();
15  ~OrxonoxGuiVideo ();
16 
17  Frame* getFrame ();
18};
19#endif /* _ORXONOX_GUI_VIDEO_H */
Note: See TracBrowser for help on using the repository browser.