~fighting-bytes/hexwars/trunk

« back to all changes in this revision

Viewing changes to src/shared/gui/MenuItem.hpp

  • Committer: Patrik Schönfeldt
  • Date: 2013-10-30 14:48:25 UTC
  • Revision ID: patrik@proxima.snft.de-20131030144825-zipv41a0nq8xemxp
* more cleanup: removed "virtual" directory for GUI classes

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
// begin of class UI_MenuItem will follow after some definitions
24
24
 
25
 
enum MenuItemModes {
 
25
enum MENUITEMMODE {
26
26
        DISABLED = 0,
27
27
        ENABLED = 1,
28
28
        SELECTED = 2,
31
31
        NUMOFMODES = 4
32
32
}; // needed to track the items state
33
33
 
34
 
typedef unsigned int MENUITEMMODE;
35
 
// this typedef is needed by the following class only
36
 
 
37
 
 
38
34
/**
39
35
 * MenuItems consist of a text
40
36
 * and a status (defined via