#include "digestactionmanager.h"#include <QAction>#include <QActionGroup>#include <QCloseEvent>#include <QFileDialog>#include <QMessageBox>#include <QIcon>#include "digestapplication.h"#include "mdidiagramwindow.h"#include "guidiagramcontroller.h"Defines | |
| #define | SHOW_STR tr("Show ") |
| #define | HIDE_STR tr("Hide ") |
| #define | TURN_STR tr("Turn ") |
| #define | ON_STR tr(" On") |
| #define | OFF_STR tr(" Off") |
| #define | GRID_STR tr("&Grid") |
| #define | SNAP_TO_GRID_STR tr("Snap-to-Grid") |
| #define | ELEMENT_INSPECTOR_STR tr("&Inspector") |
| #define | INDENT_MENU_ITEM_STR tr(" ") |
| #define | ELLIPSIS_STR "..." |
Variables | |
| static DigestActionManager * | mdiActionManagerInstance = 0 |
| #define ELEMENT_INSPECTOR_STR tr("&Inspector") |
| #define ELLIPSIS_STR "..." |
| #define GRID_STR tr("&Grid") |
| #define HIDE_STR tr("Hide ") |
| #define INDENT_MENU_ITEM_STR tr(" ") |
| #define OFF_STR tr(" Off") |
| #define ON_STR tr(" On") |
| #define SHOW_STR tr("Show ") |
| #define SNAP_TO_GRID_STR tr("Snap-to-Grid") |
| #define TURN_STR tr("Turn ") |
DigestActionManager* mdiActionManagerInstance = 0 [static] |
1.5.2