Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2005, 2:20:27 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: gui: more addaptive structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/gui/gui/orxonox_gui_exec.h

    r3625 r4024  
    88
    99#include "orxonox_gui.h"
     10#include "orxonox_gui_element.h"
     11
    1012#include <stdio.h>
    1113using namespace std;
    1214
    1315//! Class that creates the execute-Options.
    14 class OrxonoxGuiExec
     16class OrxonoxGuiExec : public OrxonoxGuiElement
    1517{
    1618 private:
     
    3739  ~OrxonoxGuiExec(void);
    3840 
    39   Widget* getWidget(void);
    40 
    4141  void setConfFile(char* confFile);
    4242  void setConfDir(char* confDir);
Note: See TracChangeset for help on using the changeset viewer.