MCPcopy Create free account
hub / github.com/KDE/kdevelop / IconState

Function IconState

plugins/projectmanagerview/projectmodelitemdelegate.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41static QIcon::State IconState(QStyle::State state)
42{
43 return (state & QStyle::State_Open) ? QIcon::On : QIcon::Off;
44}
45
46void ProjectModelItemDelegate::paint(QPainter* painter, const QStyleOptionViewItem& opt, const QModelIndex& index) const
47{

Callers 1

paintMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected