kdevplatform/debugger
KDevelop::IFrameStackModel::FrameItem Struct Reference
#include <iframestackmodel.h>
Public Attributes | |
QUrl | file |
int | line |
QString | name |
int | nr |
Detailed Description
Stack frame.
Definition at line 56 of file iframestackmodel.h.
Member Data Documentation
◆ file
QUrl KDevelop::IFrameStackModel::FrameItem::file |
Definition at line 59 of file iframestackmodel.h.
◆ line
int KDevelop::IFrameStackModel::FrameItem::line |
Definition at line 62 of file iframestackmodel.h.
◆ name
QString KDevelop::IFrameStackModel::FrameItem::name |
Definition at line 58 of file iframestackmodel.h.
◆ nr
int KDevelop::IFrameStackModel::FrameItem::nr |
Definition at line 57 of file iframestackmodel.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Mar 3 2021 00:36:55 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Mar 3 2021 00:36:55 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.