wiRedPanda
Logic Circuit Simulator
Loading...
Searching...
No Matches
BewavedDolphinUi Class Reference

Hand-written UI descriptor for the BeWavedDolphin main window. More...

#include <BeWavedDolphinUI.h>

Public Member Functions

 BewavedDolphinUi ()=default
 BewavedDolphinUi (const BewavedDolphinUi &)=delete
BewavedDolphinUioperator= (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

Detailed Description

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.

Constructor & Destructor Documentation

◆ BewavedDolphinUi() [1/2]

BewavedDolphinUi::BewavedDolphinUi ( )
default

Referenced by BewavedDolphinUi(), and operator=().

◆ BewavedDolphinUi() [2/2]

BewavedDolphinUi::BewavedDolphinUi ( const BewavedDolphinUi & )
delete

References BewavedDolphinUi().

Member Function Documentation

◆ operator=()

BewavedDolphinUi & BewavedDolphinUi::operator= ( const BewavedDolphinUi & )
delete

References BewavedDolphinUi().

◆ retranslateUi()

◆ setupUi()

Member Data Documentation

◆ actionAbout

QAction* BewavedDolphinUi::actionAbout = nullptr

Definition at line 86 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionAboutQt

QAction* BewavedDolphinUi::actionAboutQt = nullptr

Definition at line 87 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionAutoCrop

QAction* BewavedDolphinUi::actionAutoCrop = nullptr

Definition at line 71 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionClear

QAction* BewavedDolphinUi::actionClear = nullptr

Definition at line 64 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionCombinational

QAction* BewavedDolphinUi::actionCombinational = nullptr

Definition at line 70 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionCopy

QAction* BewavedDolphinUi::actionCopy = nullptr

Definition at line 61 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionCut

QAction* BewavedDolphinUi::actionCut = nullptr

Definition at line 62 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionExit

QAction* BewavedDolphinUi::actionExit = nullptr

Definition at line 55 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionExportToPdf

QAction* BewavedDolphinUi::actionExportToPdf = nullptr

Definition at line 53 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionExportToPng

QAction* BewavedDolphinUi::actionExportToPng = nullptr

Definition at line 54 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionFitScreen

QAction* BewavedDolphinUi::actionFitScreen = nullptr

Definition at line 81 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionInvert

QAction* BewavedDolphinUi::actionInvert = nullptr

Definition at line 65 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionLoad

QAction* BewavedDolphinUi::actionLoad = nullptr

Definition at line 50 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionMerge

QAction* BewavedDolphinUi::actionMerge = nullptr

Definition at line 72 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionPaste

QAction* BewavedDolphinUi::actionPaste = nullptr

Definition at line 63 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionRedo

QAction* BewavedDolphinUi::actionRedo = nullptr

Definition at line 60 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionResetZoom

QAction* BewavedDolphinUi::actionResetZoom = nullptr

Definition at line 82 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionSave

QAction* BewavedDolphinUi::actionSave = nullptr

Definition at line 51 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionSaveAs

QAction* BewavedDolphinUi::actionSaveAs = nullptr

Definition at line 52 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionSetClockWave

QAction* BewavedDolphinUi::actionSetClockWave = nullptr

Definition at line 68 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionSetLength

QAction* BewavedDolphinUi::actionSetLength = nullptr

Definition at line 69 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionSetTo0

QAction* BewavedDolphinUi::actionSetTo0 = nullptr

Definition at line 66 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionSetTo1

QAction* BewavedDolphinUi::actionSetTo1 = nullptr

Definition at line 67 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionShowNumbers

QAction* BewavedDolphinUi::actionShowNumbers = nullptr

Definition at line 77 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionShowWaveforms

QAction* BewavedDolphinUi::actionShowWaveforms = nullptr

Definition at line 78 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionSplit

QAction* BewavedDolphinUi::actionSplit = nullptr

Definition at line 73 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionUndo

QAction* BewavedDolphinUi::actionUndo = nullptr

Definition at line 59 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionZoomIn

QAction* BewavedDolphinUi::actionZoomIn = nullptr

Definition at line 79 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ actionZoomOut

QAction* BewavedDolphinUi::actionZoomOut = nullptr

Definition at line 80 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ centralwidget

QWidget* BewavedDolphinUi::centralwidget = nullptr

Definition at line 91 of file BeWavedDolphinUI.h.

Referenced by setupUi().

◆ mainToolBar

QToolBar* BewavedDolphinUi::mainToolBar = nullptr

Definition at line 94 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ menuAbout

QMenu* BewavedDolphinUi::menuAbout = nullptr

Definition at line 100 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ menubar

QMenuBar* BewavedDolphinUi::menubar = nullptr

Definition at line 98 of file BeWavedDolphinUI.h.

Referenced by setupUi().

◆ menuEdit

QMenu* BewavedDolphinUi::menuEdit = nullptr

Definition at line 101 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ menuFile

QMenu* BewavedDolphinUi::menuFile = nullptr

Definition at line 99 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ menuView

QMenu* BewavedDolphinUi::menuView = nullptr

Definition at line 102 of file BeWavedDolphinUI.h.

Referenced by retranslateUi(), and setupUi().

◆ statusbar

QStatusBar* BewavedDolphinUi::statusbar = nullptr

Definition at line 93 of file BeWavedDolphinUI.h.

Referenced by setupUi().

◆ verticalLayout

QVBoxLayout* BewavedDolphinUi::verticalLayout = nullptr

Definition at line 92 of file BeWavedDolphinUI.h.

Referenced by setupUi().


The documentation for this class was generated from the following files: