class MAGES::Editor::MAGESMenuItemPriorities¶
Overview¶
A class to get the order of the MAGES Menu Items. More…
class MAGESMenuItemPriorities
{
public:
// fields
static const int MAGESPanel = 1000;
static const int Scenegraph = 1100;
static const int Analytics = 1110;
};
Detailed Documentation¶
A class to get the order of the MAGES Menu Items.
Fields¶
static const int MAGESPanel = 1000
Order for the MAGES Panel Menu Item.
static const int Scenegraph = 1100
Order for the Scenegraph Window Menu Item.
static const int Analytics = 1110
Order for the Analytics Window Menu Item.