#include <mainwindow.h>
|
| void | callFun (std::function< void(void)> &&fun) |
| | Call a function.
|
| |
| void | closeEvent (QCloseEvent *event) |
| |
| void | update () |
| | Process queue events.
|
| |
Definition at line 30 of file mainwindow.h.
◆ MainWindow() [1/2]
| MainWindow::MainWindow |
( |
| ) |
|
◆ MainWindow() [2/2]
◆ ~MainWindow()
| virtual MainWindow::~MainWindow |
( |
| ) |
|
|
virtual |
◆ about
| void MainWindow::about |
( |
| ) |
|
|
privateslot |
◆ callFun()
| void ThreadedSlotsClass::callFun |
( |
std::function< void(void)> && |
fun | ) |
|
|
protectedinherited |
◆ callFunMain
| void ThreadedSlotsClass::callFunMain |
( |
| ) |
|
|
privateslotinherited |
◆ callLoadFile()
| void MainWindow::callLoadFile |
( |
| ) |
|
|
private |
◆ close
| void MainWindow::close |
( |
| ) |
|
|
privateslot |
◆ closeEvent()
| void MainWindow::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
protected |
◆ createActions()
| void MainWindow::createActions |
( |
| ) |
|
|
private |
◆ createMenus()
| void MainWindow::createMenus |
( |
| ) |
|
|
private |
◆ createStatusBar()
| void MainWindow::createStatusBar |
( |
| ) |
|
|
private |
◆ createToolBars()
| void MainWindow::createToolBars |
( |
| ) |
|
|
private |
◆ exit
| void MainWindow::exit |
( |
| ) |
|
|
slot |
◆ loadFile()
| void MainWindow::loadFile |
( |
const std::string & |
filename, |
|
|
bool |
showFailure = true |
|
) |
| |
|
private |
◆ mouseMoveEvent()
| void MainWindow::mouseMoveEvent |
( |
QMouseEvent * |
event | ) |
|
|
private |
◆ mousePressEvent()
| void MainWindow::mousePressEvent |
( |
QMouseEvent * |
event | ) |
|
|
private |
◆ mouseReleaseEvent()
| void MainWindow::mouseReleaseEvent |
( |
QMouseEvent * |
event | ) |
|
|
private |
◆ open
| void MainWindow::open |
( |
| ) |
|
|
privateslot |
◆ operator=()
◆ readSettings()
| void MainWindow::readSettings |
( |
| ) |
|
|
private |
◆ reset
| void MainWindow::reset |
( |
| ) |
|
|
privateslot |
◆ resetUnitTestRunning()
| void MainWindow::resetUnitTestRunning |
( |
| ) |
|
|
private |
◆ resizeDone
| void MainWindow::resizeDone |
( |
| ) |
|
|
privateslot |
◆ resizeEvent
| void MainWindow::resizeEvent |
( |
QResizeEvent * |
e | ) |
|
|
privateslot |
◆ runUnitTests()
| bool MainWindow::runUnitTests |
( |
const std::string & |
file | ) |
|
◆ runUnitTestsSlot
| void MainWindow::runUnitTestsSlot |
( |
| ) |
|
|
privateslot |
◆ savePerformance
| void MainWindow::savePerformance |
( |
| ) |
|
|
privateslot |
◆ setCurrentFile()
| void MainWindow::setCurrentFile |
( |
const QString & |
fileName | ) |
|
|
private |
◆ strippedName()
| QString MainWindow::strippedName |
( |
const QString & |
fullFileName | ) |
|
|
private |
◆ update()
| void ThreadedSlotsClass::update |
( |
| ) |
|
|
protectedinherited |
◆ updateDisplay()
| void MainWindow::updateDisplay |
( |
| ) |
|
|
private |
◆ writeSettings()
| void MainWindow::writeSettings |
( |
| ) |
|
|
private |
◆ aboutAct
| QAction* MainWindow::aboutAct |
|
private |
◆ closeAct
| QAction* MainWindow::closeAct |
|
private |
◆ d_callAction
| QAction* ThreadedSlotsClass::d_callAction |
|
privateinherited |
◆ d_data
◆ d_fun
| std::function<void( void )> ThreadedSlotsClass::d_fun |
|
privateinherited |
◆ d_id
| std::thread::id ThreadedSlotsClass::d_id |
|
privateinherited |
◆ d_lastPath
| std::string MainWindow::d_lastPath |
|
protected |
◆ d_mutex
| std::mutex ThreadedSlotsClass::d_mutex |
|
privateinherited |
◆ d_running
| volatile bool ThreadedSlotsClass::d_running |
|
privateinherited |
◆ editMenu
| QMenu* MainWindow::editMenu |
|
private |
◆ editToolBar
| QToolBar* MainWindow::editToolBar |
|
private |
◆ exitAct
| QAction* MainWindow::exitAct |
|
private |
◆ fileMenu
| QMenu* MainWindow::fileMenu |
|
private |
◆ fileToolBar
| QToolBar* MainWindow::fileToolBar |
|
private |
◆ gbox
| std::shared_ptr<DrawBoxClass> MainWindow::gbox |
|
private |
◆ helpMenu
| QMenu* MainWindow::helpMenu |
|
private |
◆ imageWindow
| QLabel* MainWindow::imageWindow |
|
private |
◆ mainMenu
| QMenuBar* MainWindow::mainMenu |
|
private |
◆ openAct
| QAction* MainWindow::openAct |
|
private |
◆ processorButtonMenu
| std::unique_ptr<QMenu> MainWindow::processorButtonMenu |
|
private |
◆ resetAct
| QAction* MainWindow::resetAct |
|
private |
◆ resizeTimer
| QTimer MainWindow::resizeTimer |
|
private |
◆ runUnitTestAction
| QAction* MainWindow::runUnitTestAction |
|
private |
◆ savePerformanceTimers
| QAction* MainWindow::savePerformanceTimers |
|
private |
◆ unitTestFilename
| std::string MainWindow::unitTestFilename |
|
private |
The documentation for this class was generated from the following file: