![]() |
nsbaci 1.0
|
Widget displaying runtime execution state. More...
#include <runtimeView.h>


Public Slots | |
| void | updateThreads (const std::vector< ThreadInfo > &threads) |
| void | updateVariables (const std::vector< VariableInfo > &variables) |
| void | updateCurrentInstruction (const QString &instruction) |
| void | updateExecutionState (bool running, bool halted) |
| void | appendOutput (const QString &text) |
| void | requestInput (const QString &prompt) |
| void | clearConsole () |
| void | onProgramLoaded (const QString &programName) |
| void | onProgramHalted () |
Public Member Functions | |
| RuntimeView (QWidget *parent=nullptr) | |
Widget displaying runtime execution state.
Shows: