Workspace 6.21.5
Public Slots | Signals | Public Member Functions | List of all members
ExecutionCallstack Class Reference

A Widget to show Callstack of a currently selected thread in ExecutionDebugger. More...

#include <Workspace/Presentation/executioncallstack.h>

Inherits QWidget.

Public Slots

void updateCallstack (const QThread *selectedThread)
 

Signals

void itemFocused (const QString &idPath, int stepType, const QString &ioName)
 

Public Member Functions

 ExecutionCallstack (QWidget *parent=nullptr)
 
 ~ExecutionCallstack () override
 

Detailed Description

See also
Breakpoint, WorkspaceThreadsWidget

Constructor & Destructor Documentation

◆ ExecutionCallstack()

ExecutionCallstack ( QWidget *  parent = nullptr)
explicit

◆ ~ExecutionCallstack()

~ExecutionCallstack ( )
overridedefault

Member Function Documentation

◆ itemFocused

void itemFocused ( const QString &  idPath,
int  stepType,
const QString &  ioName 
)
signal

◆ updateCallstack

void updateCallstack ( const QThread *  selectedThread)
slot