Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2006, 12:22:03 AM (18 years ago)
Author:
bensch
Message:

orxonox/qt_gui: more guo-elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/gui/qt_gui/qt_gui_elements.h

    r7555 r7585  
    7070  };
    7171
     72  class QtGuiInputLine : public QLineEdit, public OrxGui::Saveable
     73  {
     74    Q_OBJECT
     75
     76  public:
     77    QtGuiInputLine(const std::string& name, SaveableGroup* group);
     78
     79    virtual void load(const MultiType& value);
     80    virtual const MultiType& save();
     81  };
     82
    7283}
    7384
Note: See TracChangeset for help on using the changeset viewer.