#include <ui_MainWindow.h>
Inheritance diagram for Ui::MainWindow:
Public Member Functions | |
void | setupUi (QMainWindow *MainWindow) |
void | retranslateUi (QMainWindow *MainWindow) |
Public Attributes | |
QAction * | m_actionOpen |
QAction * | m_actionSave |
QAction * | m_actionSaveAs |
QAction * | m_actionQuit |
QAction * | m_actionZoomNormal |
QAction * | m_actionZoomIn |
QAction * | m_actionZoomOut |
QAction * | m_actionZoomFit |
QWidget * | centralwidget |
QToolBox * | m_toolBox |
QWidget * | m_snakeTools |
QPushButton * | m_initEllipseButton |
QPushButton * | m_snakeButton |
QGroupBox * | m_iterationBox |
QRadioButton * | m_iterationOn |
QRadioButton * | m_iterationOff |
QRadioButton * | m_iterationStep |
QPushButton * | m_demoButton |
QWidget * | m_preprocessingTools |
QFrame * | m_imageFrame |
QMenuBar * | menubar |
QMenu * | m_menuFile |
QMenu * | menu_View |
QStatusBar * | statusbar |
Definition at line 170 of file ui_MainWindow.h.
void Ui_MainWindow::retranslateUi | ( | QMainWindow * | MainWindow | ) | [inline, inherited] |
Definition at line 142 of file ui_MainWindow.h.
References Ui_MainWindow::m_actionOpen, Ui_MainWindow::m_actionQuit, Ui_MainWindow::m_actionSave, Ui_MainWindow::m_actionSaveAs, Ui_MainWindow::m_actionZoomFit, Ui_MainWindow::m_actionZoomIn, Ui_MainWindow::m_actionZoomNormal, Ui_MainWindow::m_actionZoomOut, Ui_MainWindow::m_demoButton, Ui_MainWindow::m_initEllipseButton, Ui_MainWindow::m_iterationBox, Ui_MainWindow::m_iterationOff, Ui_MainWindow::m_iterationOn, Ui_MainWindow::m_iterationStep, Ui_MainWindow::m_menuFile, Ui_MainWindow::m_preprocessingTools, Ui_MainWindow::m_snakeButton, Ui_MainWindow::m_snakeTools, Ui_MainWindow::m_toolBox, and Ui_MainWindow::menu_View.
Referenced by Ui_MainWindow::setupUi().
void Ui_MainWindow::setupUi | ( | QMainWindow * | MainWindow | ) | [inline, inherited] |
Definition at line 47 of file ui_MainWindow.h.
References Ui_MainWindow::centralwidget, Ui_MainWindow::m_actionOpen, Ui_MainWindow::m_actionQuit, Ui_MainWindow::m_actionSave, Ui_MainWindow::m_actionSaveAs, Ui_MainWindow::m_actionZoomFit, Ui_MainWindow::m_actionZoomIn, Ui_MainWindow::m_actionZoomNormal, Ui_MainWindow::m_actionZoomOut, Ui_MainWindow::m_demoButton, Ui_MainWindow::m_imageFrame, Ui_MainWindow::m_initEllipseButton, Ui_MainWindow::m_iterationBox, Ui_MainWindow::m_iterationOff, Ui_MainWindow::m_iterationOn, Ui_MainWindow::m_iterationStep, Ui_MainWindow::m_menuFile, Ui_MainWindow::m_preprocessingTools, Ui_MainWindow::m_snakeButton, Ui_MainWindow::m_snakeTools, Ui_MainWindow::m_toolBox, Ui_MainWindow::menu_View, Ui_MainWindow::menubar, Ui_MainWindow::retranslateUi(), and Ui_MainWindow::statusbar.
Referenced by MainWindow::MainWindow().
Here is the call graph for this function:
QWidget* Ui_MainWindow::centralwidget [inherited] |
QAction* Ui_MainWindow::m_actionOpen [inherited] |
Definition at line 22 of file ui_MainWindow.h.
Referenced by MainWindow::MainWindow(), Ui_MainWindow::retranslateUi(), and Ui_MainWindow::setupUi().
QAction* Ui_MainWindow::m_actionQuit [inherited] |
Definition at line 25 of file ui_MainWindow.h.
Referenced by Ui_MainWindow::retranslateUi(), and Ui_MainWindow::setupUi().
QAction* Ui_MainWindow::m_actionSave [inherited] |
Definition at line 23 of file ui_MainWindow.h.
Referenced by Ui_MainWindow::retranslateUi(), and Ui_MainWindow::setupUi().
QAction* Ui_MainWindow::m_actionSaveAs [inherited] |
Definition at line 24 of file ui_MainWindow.h.
Referenced by Ui_MainWindow::retranslateUi(), and Ui_MainWindow::setupUi().
QAction* Ui_MainWindow::m_actionZoomFit [inherited] |
Definition at line 29 of file ui_MainWindow.h.
Referenced by Ui_MainWindow::retranslateUi(), and Ui_MainWindow::setupUi().
QAction* Ui_MainWindow::m_actionZoomIn [inherited] |
Definition at line 27 of file ui_MainWindow.h.
Referenced by Ui_MainWindow::retranslateUi(), and Ui_MainWindow::setupUi().
QAction* Ui_MainWindow::m_actionZoomNormal [inherited] |
Definition at line 26 of file ui_MainWindow.h.
Referenced by MainWindow::MainWindow(), Ui_MainWindow::retranslateUi(), and Ui_MainWindow::setupUi().
QAction* Ui_MainWindow::m_actionZoomOut [inherited] |
Definition at line 28 of file ui_MainWindow.h.
Referenced by Ui_MainWindow::retranslateUi(), and Ui_MainWindow::setupUi().
QPushButton* Ui_MainWindow::m_demoButton [inherited] |
Definition at line 39 of file ui_MainWindow.h.
Referenced by MainWindow::MainWindow(), Ui_MainWindow::retranslateUi(), and Ui_MainWindow::setupUi().
QFrame* Ui_MainWindow::m_imageFrame [inherited] |
Definition at line 41 of file ui_MainWindow.h.
Referenced by MainWindow::MainWindow(), and Ui_MainWindow::setupUi().
QPushButton* Ui_MainWindow::m_initEllipseButton [inherited] |
Definition at line 33 of file ui_MainWindow.h.
Referenced by MainWindow::MainWindow(), Ui_MainWindow::retranslateUi(), and Ui_MainWindow::setupUi().
QGroupBox* Ui_MainWindow::m_iterationBox [inherited] |
Definition at line 35 of file ui_MainWindow.h.
Referenced by Ui_MainWindow::retranslateUi(), and Ui_MainWindow::setupUi().
QRadioButton* Ui_MainWindow::m_iterationOff [inherited] |
Definition at line 37 of file ui_MainWindow.h.
Referenced by MainWindow::MainWindow(), Ui_MainWindow::retranslateUi(), Ui_MainWindow::setupUi(), and MainWindow::slotIterationOff().
QRadioButton* Ui_MainWindow::m_iterationOn [inherited] |
Definition at line 36 of file ui_MainWindow.h.
Referenced by MainWindow::MainWindow(), Ui_MainWindow::retranslateUi(), Ui_MainWindow::setupUi(), and MainWindow::slotIterationOn().
QRadioButton* Ui_MainWindow::m_iterationStep [inherited] |
Definition at line 38 of file ui_MainWindow.h.
Referenced by MainWindow::MainWindow(), Ui_MainWindow::retranslateUi(), Ui_MainWindow::setupUi(), and MainWindow::slotIterationStep().
QMenu* Ui_MainWindow::m_menuFile [inherited] |
Definition at line 43 of file ui_MainWindow.h.
Referenced by Ui_MainWindow::retranslateUi(), and Ui_MainWindow::setupUi().
QWidget* Ui_MainWindow::m_preprocessingTools [inherited] |
Definition at line 40 of file ui_MainWindow.h.
Referenced by Ui_MainWindow::retranslateUi(), and Ui_MainWindow::setupUi().
QPushButton* Ui_MainWindow::m_snakeButton [inherited] |
Definition at line 34 of file ui_MainWindow.h.
Referenced by MainWindow::MainWindow(), Ui_MainWindow::retranslateUi(), and Ui_MainWindow::setupUi().
QWidget* Ui_MainWindow::m_snakeTools [inherited] |
Definition at line 32 of file ui_MainWindow.h.
Referenced by Ui_MainWindow::retranslateUi(), and Ui_MainWindow::setupUi().
QToolBox* Ui_MainWindow::m_toolBox [inherited] |
Definition at line 31 of file ui_MainWindow.h.
Referenced by Ui_MainWindow::retranslateUi(), and Ui_MainWindow::setupUi().
QMenu* Ui_MainWindow::menu_View [inherited] |
Definition at line 44 of file ui_MainWindow.h.
Referenced by Ui_MainWindow::retranslateUi(), and Ui_MainWindow::setupUi().
QMenuBar* Ui_MainWindow::menubar [inherited] |
QStatusBar* Ui_MainWindow::statusbar [inherited] |