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

Class DebugModulesItemDelegate

ui/moduleswidget.h:101–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100
101class DebugModulesItemDelegate : public QStyledItemDelegate
102{
103 Q_OBJECT
104
105 QFont m_font;
106 int m_baseline, m_charWidth, m_charHeight, m_charOffset;
107
108public:
109 DebugModulesItemDelegate(QWidget* parent);
110 void updateFonts();
111 void paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& idx) const;
112 QSize sizeHint(const QStyleOptionViewItem& option, const QModelIndex& idx) const;
113};
114
115
116class DebugModulesFilterProxyModel : public QSortFilterProxyModel

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected