~ares-developers/ares/gd03

« back to all changes in this revision

Viewing changes to UI/PopupMenu.h

  • Committer: Renegade
  • Date: 2010-05-29 08:12:17 UTC
  • Revision ID: git-v1:0a1bb6321f04d723afe64d1b843dc87b4da783ec
Creating /trunk/src.

git-svn-id: svn://svn.renegadeprojects.com/ares/trunk@622 859b54a9-7a54-0410-aeb3-f8d2f1fa40fd

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef ARES_POPUPMENU_H_
2
 
#define ARES_POPUPMENU_H_
3
 
 
4
 
#include <GeneralStructures.h>
5
 
 
6
 
class PopupMenu {
7
 
public:
8
 
        static Point2D PixelCoords;
9
 
        static CellStruct CellCoords;
10
 
        static CoordStruct LeptonCoords;
11
 
 
12
 
        static RectangleStruct MenuBox;
13
 
        static RectangleStruct MenuItem;
14
 
 
15
 
        static short HighlightedItem;
16
 
        static bool Drawing;
17
 
};
18
 
#endif