MCPcopy Create free account
hub / github.com/KDAB/GammaRay / propertyEnum

Function propertyEnum

plugins/textdocumentinspector/textdocumentformatmodel.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20using namespace GammaRay;
21
22static QMetaEnum propertyEnum()
23{
24 const int index = QTextFormat::staticMetaObject.indexOfEnumerator("Property");
25 Q_ASSERT(index >= 0);
26 return QTextFormat::staticMetaObject.enumerator(index);
27}
28
29TextDocumentFormatModel::TextDocumentFormatModel(QObject *parent)
30 : QAbstractTableModel(parent)

Callers 2

rowCountMethod · 0.85
dataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected