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 = 900;
    static const int Scenegraph = 1000;
    static const int Interaction = 1001;
    static const int Recorder = 1002;
    static const int MeshDeformations = 1003;
    static const int Tools = 1004;
    static const int MigrationTools = 1050;
};

Detailed Documentation

A class to get the order of the MAGES Menu Items.

Fields

static const int MAGESPanel = 900

Order for the MAGES Panel Menu Item.

static const int Scenegraph = 1000

Order for the Scenegraph Window Menu Item.

static const int Interaction = 1001

Order for the Interaction Window Menu Item.

static const int Recorder = 1002

Order for the Recorder Window Menu Item.

static const int MeshDeformations = 1003

Order for the Mesh Deformations Window Menu Item.

static const int Tools = 1004

Order for the Tools Window Menu Item.

static const int MigrationTools = 1050

Order for the Migration Tools Window Menu Item.