MCPcopy Create free account
hub / github.com/Vector35/debugger / DebugBreakpointsItemDelegate

Class DebugBreakpointsItemDelegate

ui/breakpointswidget.h:95–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94
95class DebugBreakpointsItemDelegate : public QStyledItemDelegate
96{
97 Q_OBJECT
98
99 QFont m_font;
100 int m_baseline, m_charWidth, m_charHeight, m_charOffset;
101
102public:
103 DebugBreakpointsItemDelegate(QWidget* parent);
104 void updateFonts();
105 void paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& idx) const;
106 QSize sizeHint(const QStyleOptionViewItem& option, const QModelIndex& idx) const;
107};
108
109
110class DebugBreakpointsWidget : public QTableView

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected