Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QJsonObject::initializeName: | QJsonObject::initialize | Prototype: | void QJsonObject::initialize() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 150-154 |
| | 2 | 1 |
QJsonObject::detachName: | QJsonObject::detach | Prototype: | void QJsonObject::detach(uint reserve) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 1193-1198 |
| | 3 | 1 |
QJsonObject::QJsonObjectName: | QJsonObject::QJsonObject | Prototype: | QJsonObject::QJsonObject() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 112-115 |
| | 2 | 1 |
QJsonObject::QJsonObjectName: | QJsonObject::QJsonObject | Prototype: | QJsonObject::QJsonObject(QJsonPrivate::Data *data, QJsonPrivate::Object *object) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 134-140 |
| | 3 | 1 |
QJsonDocument::toJsonName: | QJsonDocument::toJson | Prototype: | QByteArray QJsonDocument::toJson() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | Lines: | 305-308 |
| | 1 | 1 |
QJsonDocument::isNullName: | QJsonDocument::isNull | Prototype: | bool QJsonDocument::isNull() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | Lines: | 560-563 |
| | 1 | 1 |
QJsonDocument::fromJsonName: | QJsonDocument::fromJson | Prototype: | QJsonDocument QJsonDocument::fromJson(const QByteArray &json, QJsonParseError *error) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | Lines: | 368-372 |
| | 2 | 1 |
QJsonDocument::QJsonDocumentName: | QJsonDocument::QJsonDocument | Prototype: | QJsonDocument::QJsonDocument(const QJsonObject &object) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | Lines: | 93-97 |
| | 1 | 1 |
QJsonDocument::QJsonDocumentName: | QJsonDocument::QJsonDocument | Prototype: | QJsonDocument::QJsonDocument(const QJsonArray &array) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | Lines: | 102-106 |
| | 1 | 1 |
QJsonDocument::QJsonDocumentName: | QJsonDocument::QJsonDocument | Prototype: | QJsonDocument::QJsonDocument() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | Lines: | 85-88 |
| | 2 | 1 |
QJsonDocument::QJsonDocumentName: | QJsonDocument::QJsonDocument | Prototype: | QJsonDocument::QJsonDocument(QJsonPrivate::Data *data) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | Lines: | 111-116 |
| | 2 | 1 |
QJsonArray::prependName: | QJsonArray::prepend | Prototype: | void QJsonArray::prepend(const QJsonValue &value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 402-405 |
| | 1 | 1 |
QJsonArray::operator[]Name: | QJsonArray::operator[] | Prototype: | QJsonValue QJsonArray::operator[](int i) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 600-603 |
| | 1 | 1 |
QJsonArray::operator!=Name: | QJsonArray::operator!= | Prototype: | bool QJsonArray::operator!=(const QJsonArray &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 630-633 |
| | 1 | 1 |
QJsonArray::operator []Name: | QJsonArray::operator [] | Prototype: | QJsonValueRef QJsonArray::operator [](int i) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 589-593 |
| | 2 | 1 |
QJsonArray::lastName: | QJsonArray::last | Prototype: | QJsonValue QJsonArray::last() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 390-393 |
| | 1 | 1 |
QJsonArray::initializeName: | QJsonArray::initialize | Prototype: | void QJsonArray::initialize() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 169-173 |
| | 2 | 1 |
QJsonArray::firstName: | QJsonArray::first | Prototype: | QJsonValue QJsonArray::first() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 378-381 |
| | 1 | 1 |
QJsonArray::detachName: | QJsonArray::detach | Prototype: | void QJsonArray::detach(uint reserve) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 1169-1174 |
| | 3 | 1 |
QJsonArray::appendName: | QJsonArray::append | Prototype: | void QJsonArray::append(const QJsonValue &value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 412-415 |
| | 1 | 1 |
QJsonArray::QJsonArrayName: | QJsonArray::QJsonArray | Prototype: | QJsonArray::QJsonArray() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 134-137 |
| | 2 | 1 |
QJsonArray::QJsonArrayName: | QJsonArray::QJsonArray | Prototype: | QJsonArray::QJsonArray(QJsonPrivate::Data *data, QJsonPrivate::Array *array) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 154-160 |
| | 3 | 1 |
QItemSelectionRange::intersectsName: | QItemSelectionRange::intersects | Prototype: | bool QItemSelectionRange::intersects(const QItemSelectionRange &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 220-229 |
| | 7 | 1 |
QItemSelectionRange::indexesName: | QItemSelectionRange::indexes | Prototype: | QModelIndexList QItemSelectionRange::indexes() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 364-369 |
| | 3 | 1 |
QItemSelectionModel::selection::[lambda]Name: | QItemSelectionModel::selection::[lambda] | Prototype: | [](const QItemSelectionRange& range) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1722-1724 |
| | 1 | 1 |
QItemSelectionModel::selectedIndexesName: | QItemSelectionModel::selectedIndexes | Prototype: | QModelIndexList QItemSelectionModel::selectedIndexes() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1640-1646 |
| | 4 | 1 |
QItemSelectionModel::selectName: | QItemSelectionModel::select | Prototype: | void QItemSelectionModel::select(const QModelIndex &index, QItemSelectionModel::SelectionFlags command) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1156-1160 |
| | 2 | 1 |
QItemSelectionModel::resetName: | QItemSelectionModel::reset | Prototype: | void QItemSelectionModel::reset() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1328-1332 |
| | 2 | 1 |
QItemSelectionModel::modelName: | QItemSelectionModel::model | Prototype: | QAbstractItemModel *QItemSelectionModel::model() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1767-1770 |
| | 1 | 1 |
QItemSelectionModel::modelName: | QItemSelectionModel::model | Prototype: | const QAbstractItemModel *QItemSelectionModel::model() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1775-1778 |
| | 1 | 1 |
QItemSelectionModel::currentIndexName: | QItemSelectionModel::currentIndex | Prototype: | QModelIndex QItemSelectionModel::currentIndex() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1387-1390 |
| | 1 | 1 |
QItemSelectionModel::clearName: | QItemSelectionModel::clear | Prototype: | void QItemSelectionModel::clear() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1304-1308 |
| | 2 | 1 |
QItemSelectionModel::QItemSelectionModelName: | QItemSelectionModel::QItemSelectionModel | Prototype: | QItemSelectionModel::QItemSelectionModel(QItemSelectionModelPrivate &dd, QAbstractItemModel *model) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1137-1141 |
| | 1 | 1 |
QItemSelectionModel::QItemSelectionModelName: | QItemSelectionModel::QItemSelectionModel | Prototype: | QItemSelectionModel::QItemSelectionModel(QAbstractItemModel *model) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1119-1123 |
| | 1 | 1 |
QItemSelectionModel::QItemSelectionModelName: | QItemSelectionModel::QItemSelectionModel | Prototype: | QItemSelectionModel::QItemSelectionModel(QAbstractItemModel *model, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1128-1132 |
| | 1 | 1 |
QItemSelection::indexesName: | QItemSelection::indexes | Prototype: | QModelIndexList QItemSelection::indexes() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 479-482 |
| | 1 | 1 |
QItemSelection::QItemSelectionName: | QItemSelection::QItemSelection | Prototype: | QItemSelection::QItemSelection(const QModelIndex &topLeft, const QModelIndex &bottomRight) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 424-427 |
| | 1 | 1 |
QItemEditorFactory::~QItemEditorFactoryName: | QItemEditorFactory::~QItemEditorFactory | Prototype: | QItemEditorFactory::~QItemEditorFactory() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 189-195 |
| | 2 | 1 |
QItemEditorFactory::setDefaultFactoryName: | QItemEditorFactory::setDefaultFactory | Prototype: | void QItemEditorFactory::setDefaultFactory(QItemEditorFactory *factory) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 345-350 |
| | 2 | 1 |
QItemDelegatePrivate::widgetName: | QItemDelegatePrivate::widget | Prototype: | const QWidget *widget(const QStyleOptionViewItem &option) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 116-119 |
| | 1 | 1 |
QItemDelegatePrivate::valueToTextName: | QItemDelegatePrivate::valueToText | Prototype: | QString QItemDelegatePrivate::valueToText(const QVariant &value, const QStyleOptionViewItem &option) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 336-339 |
| | 1 | 1 |
QItemDelegatePrivate::iconStateName: | QItemDelegatePrivate::iconState | Prototype: | inline QIcon::State iconState(QStyle::State state) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 94-95 |
| | 1 | 1 |
QItemDelegatePrivate::editorFactoryName: | QItemDelegatePrivate::editorFactory | Prototype: | inline const QItemEditorFactory *editorFactory() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 84-85 |
| | 1 | 1 |
QItemDelegatePrivate::QItemDelegatePrivateName: | QItemDelegatePrivate::QItemDelegatePrivate | Prototype: | QItemDelegatePrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 82-82 |
| | 1 | 1 |
QItemDelegate::textRectangleName: | QItemDelegate::textRectangle | Prototype: | QRect QItemDelegate::textRectangle(QPainter * , const QRect &rect, const QFont &font, const QString &text) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 1064-1077 |
| | 9 | 1 |
QItemDelegate::setItemEditorFactoryName: | QItemDelegate::setItemEditorFactory | Prototype: | void QItemDelegate::setItemEditorFactory(QItemEditorFactory *factory) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 585-589 |
| | 2 | 1 |
QItemDelegate::setClippingName: | QItemDelegate::setClipping | Prototype: | void QItemDelegate::setClipping(bool clip) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 330-334 |
| | 2 | 1 |
QItemDelegate::itemEditorFactoryName: | QItemDelegate::itemEditorFactory | Prototype: | QItemEditorFactory *QItemDelegate::itemEditorFactory() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 572-576 |
| | 2 | 1 |
QItemDelegate::hasClippingName: | QItemDelegate::hasClipping | Prototype: | bool QItemDelegate::hasClipping() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 324-328 |
| | 2 | 1 |
QItemDelegate::eventFilterName: | QItemDelegate::eventFilter | Prototype: | bool QItemDelegate::eventFilter(QObject *object, QEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 1107-1111 |
| | 2 | 1 |
QItemDelegate::QItemDelegateName: | QItemDelegate::QItemDelegate | Prototype: | QItemDelegate::QItemDelegate(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 300-304 |
| | 3 | 1 |
QIsciiCodec::nameName: | QIsciiCodec::name | Prototype: | QByteArray QIsciiCodec::name() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qisciicodec.cpp | Lines: | 86-89 |
| | 1 | 1 |
QIsciiCodec::mibEnumName: | QIsciiCodec::mibEnum | Prototype: | int QIsciiCodec::mibEnum() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qisciicodec.cpp | Lines: | 91-95 |
| | 1 | 1 |
QIntersectionPoint::operator >=Name: | QIntersectionPoint::operator >= | Prototype: | inline bool operator >= (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 234-234 |
| | 1 | 1 |
QIntersectionPoint::operator >Name: | QIntersectionPoint::operator > | Prototype: | inline bool operator > (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 233-233 |
| | 1 | 1 |
QIntersectionPoint::operator ==Name: | QIntersectionPoint::operator == | Prototype: | bool QIntersectionPoint::operator == (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 336-339 |
| | 1 | 1 |
QIntersectionPoint::operator <=Name: | QIntersectionPoint::operator <= | Prototype: | inline bool operator <= (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 235-235 |
| | 1 | 1 |
QIntersectionPoint::operator !=Name: | QIntersectionPoint::operator != | Prototype: | inline bool operator != (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 232-232 |
| | 1 | 1 |
QIntersectionPoint::isValidName: | QIntersectionPoint::isValid | Prototype: | inline bool isValid() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 227-227 |
| | 1 | 1 |
QIntersectionPoint::isAccurateName: | QIntersectionPoint::isAccurate | Prototype: | inline bool isAccurate() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 229-229 |
| | 1 | 1 |
QInternalMimeData::canReadDataName: | QInternalMimeData::canReadData | Prototype: | bool QInternalMimeData::canReadData(const QString &mimeType) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | Lines: | 272-275 |
| | 1 | 1 |
QInternalMimeData::QInternalMimeDataName: | QInternalMimeData::QInternalMimeData | Prototype: | QInternalMimeData::QInternalMimeData() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | Lines: | 193-196 |
| | 2 | 1 |
QIntValidator::setTopName: | QIntValidator::setTop | Prototype: | void QIntValidator::setTop(int top) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 508-511 |
| | 1 | 1 |
QIntValidator::setBottomName: | QIntValidator::setBottom | Prototype: | void QIntValidator::setBottom(int bottom) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 494-497 |
| | 1 | 1 |
QIntValidator::QIntValidatorName: | QIntValidator::QIntValidator | Prototype: | QIntValidator::QIntValidator(QObject * parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 339-344 |
| | 2 | 1 |
QIntValidator::QIntValidatorName: | QIntValidator::QIntValidator | Prototype: | QIntValidator::QIntValidator(int minimum, int maximum, QObject * parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 352-358 |
| | 2 | 1 |
QInt64Set::isValidName: | QInt64Set::isValid | Prototype: | inline bool isValid() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 479-479 |
| | 1 | 1 |
QInputMethodQueryEvent::QInputMethodQueryEventName: | QInputMethodQueryEvent::QInputMethodQueryEvent | Prototype: | QInputMethodQueryEvent::QInputMethodQueryEvent(Qt::InputMethodQueries queries) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 2208-2212 |
| | 2 | 1 |
QInputMethodEvent::setCommitStringName: | QInputMethodEvent::setCommitString | Prototype: | void QInputMethodEvent::setCommitString(const QString &commitString, int replaceFrom, int replaceLength) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 2125-2130 |
| | 3 | 1 |
QInputMethodEvent::QInputMethodEventName: | QInputMethodEvent::QInputMethodEvent | Prototype: | QInputMethodEvent::QInputMethodEvent() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 2074-2077 |
| | 2 | 1 |
QInputMethodEvent::QInputMethodEventName: | QInputMethodEvent::QInputMethodEvent | Prototype: | QInputMethodEvent::QInputMethodEvent(const QString &preeditText, const QList<Attribute> &attributes) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 2089-2093 |
| | 2 | 1 |
QInputMethodEvent::QInputMethodEventName: | QInputMethodEvent::QInputMethodEvent | Prototype: | QInputMethodEvent::QInputMethodEvent(const QInputMethodEvent &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 2098-2102 |
| | 2 | 1 |
QInputMethod::setVisibleName: | QInputMethod::setVisible | Prototype: | void QInputMethod::setVisible(bool visible) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | Lines: | 254-257 |
| | 1 | 1 |
QInputMethod::setInputItemRectangleName: | QInputMethod::setInputItemRectangle | Prototype: | void QInputMethod::setInputItemRectangle(const QRectF &rect) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | Lines: | 124-128 |
| | 2 | 1 |
QInputMethod::inputItemTransformName: | QInputMethod::inputItemTransform | Prototype: | QTransform QInputMethod::inputItemTransform() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | Lines: | 81-85 |
| | 2 | 1 |
QInputMethod::inputItemRectangleName: | QInputMethod::inputItemRectangle | Prototype: | QRectF QInputMethod::inputItemRectangle() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | Lines: | 111-115 |
| | 2 | 1 |
QInputMethod::inputItemClipRectangleName: | QInputMethod::inputItemClipRectangle | Prototype: | QRectF QInputMethod::inputItemClipRectangle() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | Lines: | 192-196 |
| | 2 | 1 |
QInputMethod::cursorRectangleName: | QInputMethod::cursorRectangle | Prototype: | QRectF QInputMethod::cursorRectangle() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | Lines: | 150-154 |
| | 2 | 1 |
QInputMethod::anchorRectangleName: | QInputMethod::anchorRectangle | Prototype: | QRectF QInputMethod::anchorRectangle() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | Lines: | 163-167 |
| | 2 | 1 |
QInputMethod::QInputMethodName: | QInputMethod::QInputMethod | Prototype: | QInputMethod::QInputMethod() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | Lines: | 53-56 |
| | 2 | 1 |
QInputEvent::QInputEventName: | QInputEvent::QInputEvent | Prototype: | QInputEvent::QInputEvent(Type type, Qt::KeyboardModifiers modifiers) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 150-152 |
| | 1 | 1 |
QInputDialogSpinBox::notifyTextChangedName: | QInputDialogSpinBox::notifyTextChanged | Prototype: | void notifyTextChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 117-117 |
| | 1 | 1 |
QInputDialogSpinBox::mousePressEventName: | QInputDialogSpinBox::mousePressEvent | Prototype: | void mousePressEvent(QMouseEvent *event) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 131-134 |
| | 2 | 1 |
QInputDialogSpinBox::QInputDialogSpinBoxName: | QInputDialogSpinBox::QInputDialogSpinBox | Prototype: | QInputDialogSpinBox(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 107-111 |
| | 2 | 1 |
QInputDialogPrivate::useComboBoxOrListViewName: | QInputDialogPrivate::useComboBoxOrListView | Prototype: | bool useComboBoxOrListView() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 193-193 |
| | 1 | 1 |
QInputDialogPrivate::ensureLayoutName: | QInputDialogPrivate::ensureLayout | Prototype: | void ensureLayout() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 192-192 |
| | 1 | 1 |
QInputDialogPrivate::_q_currentRowChangedName: | QInputDialogPrivate::_q_currentRowChanged | Prototype: | void QInputDialogPrivate::_q_currentRowChanged(const QModelIndex &newIndex, const QModelIndex & ) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 464-469 |
| | 2 | 1 |
QInputDialogPrivate::QInputDialogPrivateName: | QInputDialogPrivate::QInputDialogPrivate | Prototype: | QInputDialogPrivate::QInputDialogPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 214-218 |
| | 2 | 1 |
QInputDialogDoubleSpinBox::notifyTextChangedName: | QInputDialogDoubleSpinBox::notifyTextChanged | Prototype: | void notifyTextChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 152-152 |
| | 1 | 1 |
QInputDialogDoubleSpinBox::mousePressEventName: | QInputDialogDoubleSpinBox::mousePressEvent | Prototype: | void mousePressEvent(QMouseEvent *event) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 166-169 |
| | 2 | 1 |
QInputDialogDoubleSpinBox::QInputDialogDoubleSpinBoxName: | QInputDialogDoubleSpinBox::QInputDialogDoubleSpinBox | Prototype: | QInputDialogDoubleSpinBox(QWidget *parent = 0) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 142-146 |
| | 2 | 1 |
QInputDialog::textValueName: | QInputDialog::textValue | Prototype: | QString QInputDialog::textValue() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 713-717 |
| | 2 | 1 |
QInputDialog::testOptionName: | QInputDialog::testOption | Prototype: | bool QInputDialog::testOption(InputDialogOption option) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 647-651 |
| | 2 | 1 |
QInputDialog::sizeHintName: | QInputDialog::sizeHint | Prototype: | QSize QInputDialog::sizeHint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 1112-1117 |
| | 3 | 1 |
QInputDialog::setTextEchoModeName: | QInputDialog::setTextEchoMode | Prototype: | void QInputDialog::setTextEchoMode(QLineEdit::EchoMode mode) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 729-734 |
| | 3 | 1 |
QInputDialog::setOkButtonTextName: | QInputDialog::setOkButtonText | Prototype: | void QInputDialog::setOkButtonText(const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 1039-1044 |
| | 3 | 1 |
QInputDialog::setIntValueName: | QInputDialog::setIntValue | Prototype: | void QInputDialog::setIntValue(int value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 815-820 |
| | 3 | 1 |
QInputDialog::setIntStepName: | QInputDialog::setIntStep | Prototype: | void QInputDialog::setIntStep(int step) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 902-907 |
| | 3 | 1 |
QInputDialog::setIntRangeName: | QInputDialog::setIntRange | Prototype: | void QInputDialog::setIntRange(int min, int max) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 887-892 |
| | 3 | 1 |
QInputDialog::setIntMinimumName: | QInputDialog::setIntMinimum | Prototype: | void QInputDialog::setIntMinimum(int min) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 840-845 |
| | 3 | 1 |