Ignore:
Timestamp:
May 9, 2010, 11:59:35 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
e62daa
Parents:
c93262
git-author:
Frederik Heber <heber@…> (05/09/10 11:15:17)
git-committer:
Frederik Heber <heber@…> (05/09/10 11:59:35)
Message:

new query class EmptyQuery for showing text messages.

Signed-off-by: Frederik Heber <heber@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/UIElements/TextDialog.hpp

    rc93262 rb918031  
    1919  virtual ~TextDialog();
    2020
     21  virtual void queryEmpty(const char *, std::string = "");
    2122  virtual void queryInt(const char *, int *, std::string = "");
    2223  virtual void queryString(const char*, std::string *, std::string = "");
     
    2829protected:
    2930  // specialized stuff for text queries
     31  class EmptyTextQuery : public Dialog::EmptyQuery {
     32  public:
     33    EmptyTextQuery(std::string title, std::string _description = NULL);
     34    virtual ~EmptyTextQuery();
     35    virtual bool handle();
     36  };
     37
    3038  class IntTextQuery : public Dialog::IntQuery {
    3139  public:
Note: See TracChangeset for help on using the changeset viewer.