Ares
|
#include <src/UI/PopupMenu.h>
Static Public Attributes | |
static Point2D | PixelCoords |
static CellStruct | CellCoords |
static CoordStruct | LeptonCoords |
static RectangleStruct | MenuBox = {0, 0, 0, 0} |
static RectangleStruct | MenuItem = {0, 0, 0, 0} |
static short | HighlightedItem = -1 |
static bool | Drawing = false |
CellStruct PopupMenu::CellCoords [static] |
bool PopupMenu::Drawing = false [static] |
short PopupMenu::HighlightedItem = -1 [static] |
CoordStruct PopupMenu::LeptonCoords [static] |
RectangleStruct PopupMenu::MenuBox = {0, 0, 0, 0} [static] |
RectangleStruct PopupMenu::MenuItem = {0, 0, 0, 0} [static] |
Point2D PopupMenu::PixelCoords [static] |