|
wiRedPanda
Logic Circuit Simulator
|
Hand-written UI descriptor for the BeWavedDolphin main window. More...
#include <BeWavedDolphinUI.h>
Public Member Functions | |
| BewavedDolphinUi ()=default | |
| BewavedDolphinUi (const BewavedDolphinUi &)=delete | |
| BewavedDolphinUi & | operator= (const BewavedDolphinUi &)=delete |
| void | retranslateUi (QMainWindow *BewavedDolphin) |
| Updates all translatable strings in the window. | |
| void | setupUi (QMainWindow *BewavedDolphin) |
| Creates and lays out all child widgets inside BewavedDolphin. | |
Public Attributes | |
| QAction * | actionAbout = nullptr |
| QAction * | actionAboutQt = nullptr |
| QAction * | actionAutoCrop = nullptr |
| QAction * | actionClear = nullptr |
| QAction * | actionCombinational = nullptr |
| QAction * | actionCopy = nullptr |
| QAction * | actionCut = nullptr |
| QAction * | actionExit = nullptr |
| QAction * | actionExportToPdf = nullptr |
| QAction * | actionExportToPng = nullptr |
| QAction * | actionFitScreen = nullptr |
| QAction * | actionInvert = nullptr |
| QAction * | actionLoad = nullptr |
| QAction * | actionMerge = nullptr |
| QAction * | actionPaste = nullptr |
| QAction * | actionRedo = nullptr |
| QAction * | actionResetZoom = nullptr |
| QAction * | actionSave = nullptr |
| QAction * | actionSaveAs = nullptr |
| QAction * | actionSetClockWave = nullptr |
| QAction * | actionSetLength = nullptr |
| QAction * | actionSetTo0 = nullptr |
| QAction * | actionSetTo1 = nullptr |
| QAction * | actionShowNumbers = nullptr |
| QAction * | actionShowWaveforms = nullptr |
| QAction * | actionSplit = nullptr |
| QAction * | actionUndo = nullptr |
| QAction * | actionZoomIn = nullptr |
| QAction * | actionZoomOut = nullptr |
| QWidget * | centralwidget = nullptr |
| QToolBar * | mainToolBar = nullptr |
| QMenu * | menuAbout = nullptr |
| QMenuBar * | menubar = nullptr |
| QMenu * | menuEdit = nullptr |
| QMenu * | menuFile = nullptr |
| QMenu * | menuView = nullptr |
| QStatusBar * | statusbar = nullptr |
| QVBoxLayout * | verticalLayout = nullptr |
Hand-written UI descriptor for the BeWavedDolphin main window.
Replaces the Qt Designer .ui workflow. Call setupUi() once after construction to build the widget hierarchy, and retranslateUi() whenever the application language changes.
Definition at line 28 of file BeWavedDolphinUI.h.
|
default |
Referenced by BewavedDolphinUi(), and operator=().
|
delete |
References BewavedDolphinUi().
|
delete |
References BewavedDolphinUi().
| void BewavedDolphinUi::retranslateUi | ( | QMainWindow * | BewavedDolphin | ) |
Updates all translatable strings in the window.
| BewavedDolphin | The host QMainWindow. |
Definition at line 255 of file BeWavedDolphinUI.cpp.
References actionAbout, actionAboutQt, actionAutoCrop, actionClear, actionCombinational, actionCopy, actionCut, actionExit, actionExportToPdf, actionExportToPng, actionFitScreen, actionInvert, actionLoad, actionMerge, actionPaste, actionRedo, actionResetZoom, actionSave, actionSaveAs, actionSetClockWave, actionSetLength, actionSetTo0, actionSetTo1, actionShowNumbers, actionShowWaveforms, actionSplit, actionUndo, actionZoomIn, actionZoomOut, mainToolBar, menuAbout, menuEdit, menuFile, and menuView.
Referenced by setupUi().
| void BewavedDolphinUi::setupUi | ( | QMainWindow * | BewavedDolphin | ) |
Creates and lays out all child widgets inside BewavedDolphin.
| BewavedDolphin | The host QMainWindow. |
Definition at line 10 of file BeWavedDolphinUI.cpp.
References actionAbout, actionAboutQt, actionAutoCrop, actionClear, actionCombinational, actionCopy, actionCut, actionExit, actionExportToPdf, actionExportToPng, actionFitScreen, actionInvert, actionLoad, actionMerge, actionPaste, actionRedo, actionResetZoom, actionSave, actionSaveAs, actionSetClockWave, actionSetLength, actionSetTo0, actionSetTo1, actionShowNumbers, actionShowWaveforms, actionSplit, actionUndo, actionZoomIn, actionZoomOut, centralwidget, mainToolBar, menuAbout, menubar, menuEdit, menuFile, menuView, retranslateUi(), statusbar, and verticalLayout.
| QAction* BewavedDolphinUi::actionAbout = nullptr |
Definition at line 86 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionAboutQt = nullptr |
Definition at line 87 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionAutoCrop = nullptr |
Definition at line 71 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionClear = nullptr |
Definition at line 64 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionCombinational = nullptr |
Definition at line 70 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionCopy = nullptr |
Definition at line 61 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionCut = nullptr |
Definition at line 62 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionExit = nullptr |
Definition at line 55 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionExportToPdf = nullptr |
Definition at line 53 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionExportToPng = nullptr |
Definition at line 54 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionFitScreen = nullptr |
Definition at line 81 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionInvert = nullptr |
Definition at line 65 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionLoad = nullptr |
Definition at line 50 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionMerge = nullptr |
Definition at line 72 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionPaste = nullptr |
Definition at line 63 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionRedo = nullptr |
Definition at line 60 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionResetZoom = nullptr |
Definition at line 82 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionSave = nullptr |
Definition at line 51 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionSaveAs = nullptr |
Definition at line 52 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionSetClockWave = nullptr |
Definition at line 68 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionSetLength = nullptr |
Definition at line 69 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionSetTo0 = nullptr |
Definition at line 66 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionSetTo1 = nullptr |
Definition at line 67 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionShowNumbers = nullptr |
Definition at line 77 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionShowWaveforms = nullptr |
Definition at line 78 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionSplit = nullptr |
Definition at line 73 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionUndo = nullptr |
Definition at line 59 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionZoomIn = nullptr |
Definition at line 79 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QAction* BewavedDolphinUi::actionZoomOut = nullptr |
Definition at line 80 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QWidget* BewavedDolphinUi::centralwidget = nullptr |
Definition at line 91 of file BeWavedDolphinUI.h.
Referenced by setupUi().
| QToolBar* BewavedDolphinUi::mainToolBar = nullptr |
Definition at line 94 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QMenu* BewavedDolphinUi::menuAbout = nullptr |
Definition at line 100 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QMenuBar* BewavedDolphinUi::menubar = nullptr |
Definition at line 98 of file BeWavedDolphinUI.h.
Referenced by setupUi().
| QMenu* BewavedDolphinUi::menuEdit = nullptr |
Definition at line 101 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QMenu* BewavedDolphinUi::menuFile = nullptr |
Definition at line 99 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QMenu* BewavedDolphinUi::menuView = nullptr |
Definition at line 102 of file BeWavedDolphinUI.h.
Referenced by retranslateUi(), and setupUi().
| QStatusBar* BewavedDolphinUi::statusbar = nullptr |
Definition at line 93 of file BeWavedDolphinUI.h.
Referenced by setupUi().
| QVBoxLayout* BewavedDolphinUi::verticalLayout = nullptr |
Definition at line 92 of file BeWavedDolphinUI.h.
Referenced by setupUi().