DebugActions¶
-
class DebugActions : public QObject¶
Public Functions
-
explicit DebugActions(QToolBar *toolBar, MainWindow *main)¶
-
void addToToolBar(QToolBar *toolBar)¶
Public Members
-
QAction *actionStart¶
-
QAction *actionStartRemote¶
-
QAction *actionStartEmul¶
-
QAction *actionAttach¶
-
QAction *actionContinue¶
-
QAction *actionContinueUntilMain¶
-
QAction *actionContinueUntilCall¶
-
QAction *actionContinueUntilSyscall¶
-
QAction *actionContinueBack¶
-
QAction *actionStep¶
-
QAction *actionStepOver¶
-
QAction *actionStepOut¶
-
QAction *actionStepBack¶
-
QAction *actionStop¶
-
QAction *actionAllContinues¶
-
QAction *actionTrace¶
-
QIcon continueIcon¶
-
QIcon suspendIcon¶
-
QIcon restartIcon¶
-
QIcon startDebugIcon¶
-
QIcon startTraceIcon¶
-
QIcon stopTraceIcon¶
-
QString continueLabel¶
-
QString suspendLabel¶
-
QString restartDebugLabel¶
-
QString startDebugLabel¶
-
QString startTraceLabel¶
-
QString stopTraceLabel¶
-
QIcon detachIcon¶
-
QIcon stopIcon¶
-
explicit DebugActions(QToolBar *toolBar, MainWindow *main)¶