DebugActions¶
-
class
DebugActions
: public QObject¶ Public Functions
-
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 *
actionStep
¶
-
QAction *
actionStepOver
¶
-
QAction *
actionStepOut
¶
-
QAction *
actionStop
¶
-
QAction *
actionAllContinues
¶
-
QIcon
continueIcon
¶
-
QIcon
suspendIcon
¶
-
QIcon
restartIcon
¶
-
QIcon
startDebugIcon
¶
-
QString
suspendLabel
¶
-
QString
continueLabel
¶
-
QString
restartDebugLabel
¶
-
QString
startDebugLabel
¶
-
QIcon
detachIcon
¶
-
QIcon
stopIcon
¶
-