Macros | |
| #define | OBJ_ALIAS_MainWindow "Window.Main" |
| #define | OBJ_ALIAS_DockOutput "Dock.Output" |
| #define | OBJ_ALIAS_DockDebug "Dock.Debug" |
| #define | OBJ_ALIAS_DockProperties "Dock.Properties" |
| #define | OBJ_ALIAS_DockTree "Dock.Tree" |
| #define | OBJ_ALIAS_BlockPicker "Dock.BlockPicker" |
| #define | LOG_IN_IMAGE_NAME "OpenTwin" |
| #define | WELCOME_SCREEN_ID_RECENTS 0 |
| #define | WELCOME_SCREEN_ID_OPEN 1 |
| #define | WELCOME_SCREEN_ID_NEW 2 |
| #define | STATE_NAME_VERSIONVIEWMODE "VersionView" |
| #define | STATE_NAME_WINDOW "UISettings" |
| #define | STATE_NAME_VIEW "ViewSettings" |
| #define | STATE_NAME_COLORSTYLE "ColorStyle" |
| #define | STATE_POS_X "WindowPosX" |
| #define | STATE_POS_Y "WindowPosY" |
| #define | COLOR_STYLE_NAME_DARK "Default_Dark" |
| #define | COLOR_STYLE_NAME_DEFAULT "Default" |
| #define | TITLE_DOCK_OUTPUT "Output" |
| #define | TITLE_DOCK_PROJECTNAVIGATION "Project navigation" |
| #define | TITLE_DOCK_PROPERTIES "Properties" |
| #define | APP_SETTINGS_VERSION "1.0" |
| #define | BUILD_INFO "Open Twin - Build " + QString(__DATE__) + " - " + QString(__TIME__) + "\n\n" |
| #define | WAITING_ANIMATION_NAME "OpenTwinLoading" |
Variables | |
| const QString | c_promtIcoError = "DialogError" |
| const QString | c_promtIcoWarning = "DialogWarning" |
| const QString | c_promtIcoInfo = "DialogInformation" |
| const QString | c_promtIcoPath = "Default" |
| static AppBase * | g_app { nullptr } |
| #define APP_SETTINGS_VERSION "1.0" |
| #define BUILD_INFO "Open Twin - Build " + QString(__DATE__) + " - " + QString(__TIME__) + "\n\n" |
| #define COLOR_STYLE_NAME_DARK "Default_Dark" |
| #define COLOR_STYLE_NAME_DEFAULT "Default" |
| #define LOG_IN_IMAGE_NAME "OpenTwin" |
| #define OBJ_ALIAS_BlockPicker "Dock.BlockPicker" |
| #define OBJ_ALIAS_DockDebug "Dock.Debug" |
| #define OBJ_ALIAS_DockOutput "Dock.Output" |
| #define OBJ_ALIAS_DockProperties "Dock.Properties" |
| #define OBJ_ALIAS_DockTree "Dock.Tree" |
| #define OBJ_ALIAS_MainWindow "Window.Main" |
| #define STATE_NAME_COLORSTYLE "ColorStyle" |
| #define STATE_NAME_VERSIONVIEWMODE "VersionView" |
| #define STATE_NAME_VIEW "ViewSettings" |
| #define STATE_NAME_WINDOW "UISettings" |
| #define STATE_POS_X "WindowPosX" |
| #define STATE_POS_Y "WindowPosY" |
| #define TITLE_DOCK_OUTPUT "Output" |
| #define TITLE_DOCK_PROJECTNAVIGATION "Project navigation" |
| #define TITLE_DOCK_PROPERTIES "Properties" |
| #define WAITING_ANIMATION_NAME "OpenTwinLoading" |
| #define WELCOME_SCREEN_ID_NEW 2 |
| #define WELCOME_SCREEN_ID_OPEN 1 |
| #define WELCOME_SCREEN_ID_RECENTS 0 |
| const QString c_promtIcoError = "DialogError" |
| const QString c_promtIcoInfo = "DialogInformation" |
| const QString c_promtIcoPath = "Default" |
| const QString c_promtIcoWarning = "DialogWarning" |
|
static |