Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Menu/MenuItem.hpp

    rf9352d r8f113e  
    2121 */
    2222class MenuItem {
     23private:
     24  char trigger;
     25  string *description;
     26  bool added;
     27
    2328public:
    2429  MenuItem(char,const char*,Menu*);
     
    3641  bool wasAdded();
    3742
    38   virtual bool isActive();
    39 
    4043protected:
    4144  void setDescription(string);
    42 
    43 private:
    44   char trigger;
    45   string *description;
    46   bool added;
    4745};
    4846
Note: See TracChangeset for help on using the changeset viewer.