kdevelop/kdevplatform/debugger
breakpointmodel.h
Go to the documentation of this file.
90 NumColumns
94 EnableColumnFlag = 1 << EnableColumn,
95 StateColumnFlag = 1 << StateColumn,
96 KindColumnFlag = 1 << KindColumn,
97 LocationColumnFlag = 1 << LocationColumn,
98 ConditionColumnFlag = 1 << ConditionColumn,
99 HitCountColumnFlag = 1 << HitCountColumn,
100 IgnoreHitsColumnFlag = 1 << IgnoreHitsColumn
116 bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole) override;
149 AllBreakpointMarks = BreakpointMark | ReachedBreakpointMark | DisabledBreakpointMark | PendingBreakpointMark
164 void markChanged(KTextEditor::Document *document, KTextEditor::Mark mark, KTextEditor::MarkInterface::MarkChangeAction action);
Definition: breakpoint.h:38
How many hits of the breakpoint will be ignored before the breakpoint actually stops the program (can...
Definition: breakpointmodel.h:88
Definition: breakpointmodel.h:43
Condition for conditional breakpoints (modifiable by user).
Definition: breakpointmodel.h:77
Whether the breakpoint is active or not (settable by user): value is Qt::Checked or Qt::Unchecked...
Definition: breakpointmodel.h:53
The number of times this breakpoint has been hit (cannot be modified by the user).
Definition: breakpointmodel.h:82
Synchronization state of the breakpoint (not settable by user): value is one of the BreakpointState e...
Definition: breakpointmodel.h:59
Location of the breakpoint (modifiable by user); value is a string describing the location; note that...
Definition: breakpointmodel.h:72
Kind/type of breakpoint (never changes): value is one of the BreakpointKind enum values.
Definition: breakpointmodel.h:65
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Dec 6 2019 04:49:47 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Dec 6 2019 04:49:47 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.