| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QInputDialog::setDoubleDecimals| Name: | QInputDialog::setDoubleDecimals | | Prototype: | void QInputDialog::setDoubleDecimals(int decimals) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1009-1014 |
| | 3 | 1 |
QInputDialog::setDoubleMaximum| Name: | QInputDialog::setDoubleMaximum | | Prototype: | void QInputDialog::setDoubleMaximum(double max) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 971-976 |
| | 3 | 1 |
QInputDialog::setDoubleMinimum| Name: | QInputDialog::setDoubleMinimum | | Prototype: | void QInputDialog::setDoubleMinimum(double min) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 946-951 |
| | 3 | 1 |
QInputDialog::setDoubleRange| Name: | QInputDialog::setDoubleRange | | Prototype: | void QInputDialog::setDoubleRange(double min, double max) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 993-998 |
| | 3 | 1 |
QInputDialog::setDoubleValue| Name: | QInputDialog::setDoubleValue | | Prototype: | void QInputDialog::setDoubleValue(double value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 921-926 |
| | 3 | 1 |
QInputDialog::setIntMaximum| Name: | QInputDialog::setIntMaximum | | Prototype: | void QInputDialog::setIntMaximum(int max) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 859-864 |
| | 3 | 1 |
QInputDialog::setIntMinimum| Name: | 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: | 834-839 |
| | 3 | 1 |
QInputDialog::setIntRange| Name: | 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: | 881-886 |
| | 3 | 1 |
QInputDialog::setIntStep| Name: | 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: | 896-901 |
| | 3 | 1 |
QInputDialog::setIntValue| Name: | 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: | 809-814 |
| | 3 | 1 |
QInputDialog::setOkButtonText| Name: | 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: | 1033-1038 |
| | 3 | 1 |
QInputDialog::setTextEchoMode| Name: | 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: | 723-728 |
| | 3 | 1 |
QInputDialog::sizeHint| Name: | 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: | 1106-1111 |
| | 3 | 1 |
QInputDialog::testOption| Name: | 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: | 641-645 |
| | 2 | 1 |
QInputDialog::textValue| Name: | 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: | 707-711 |
| | 2 | 1 |
QInputDialogDoubleSpinBox::QInputDialogDoubleSpinBox| Name: | 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: | 136-140 |
| | 2 | 1 |
QInputDialogDoubleSpinBox::mousePressEvent| Name: | 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: | 160-163 |
| | 2 | 1 |
QInputDialogDoubleSpinBox::notifyTextChanged| Name: | 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: | 146-146 |
| | 1 | 1 |
QInputDialogPrivate::QInputDialogPrivate| Name: | 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: | 208-212 |
| | 2 | 1 |
QInputDialogPrivate::_q_currentRowChanged| Name: | 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: | 458-463 |
| | 2 | 1 |
QInputDialogPrivate::ensureLayout| Name: | 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: | 186-186 |
| | 1 | 1 |
QInputDialogPrivate::useComboBoxOrListView| Name: | QInputDialogPrivate::useComboBoxOrListView | | Prototype: | bool useComboBoxOrListView() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 187-187 |
| | 1 | 1 |
QInputDialogSpinBox::QInputDialogSpinBox| Name: | 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: | 101-105 |
| | 2 | 1 |
QInputDialogSpinBox::mousePressEvent| Name: | 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: | 125-128 |
| | 2 | 1 |
QInputDialogSpinBox::notifyTextChanged| Name: | 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: | 111-111 |
| | 1 | 1 |
QInputEvent::QInputEvent| Name: | 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: | 143-145 |
| | 1 | 1 |
QInputMethod::QInputMethod| Name: | 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: | 47-50 |
| | 2 | 1 |
QInputMethod::inputItemRectangle| Name: | 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: | 104-108 |
| | 2 | 1 |
QInputMethod::inputItemTransform| Name: | 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: | 75-79 |
| | 2 | 1 |
QInputMethod::setInputItemRectangle| Name: | 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: | 117-121 |
| | 2 | 1 |
QInputMethod::setVisible| Name: | 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: | 220-223 |
| | 1 | 1 |
QInputMethodEvent::QInputMethodEvent| Name: | 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: | 2008-2011 |
| | 2 | 1 |
QInputMethodEvent::QInputMethodEvent| Name: | 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: | 2023-2027 |
| | 2 | 1 |
QInputMethodEvent::QInputMethodEvent| Name: | 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: | 2032-2036 |
| | 2 | 1 |
QInputMethodEvent::setCommitString| Name: | 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: | 2059-2064 |
| | 3 | 1 |
QInputMethodQueryEvent::QInputMethodQueryEvent| Name: | 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: | 2142-2146 |
| | 2 | 1 |
QInt64Set::isValid| Name: | 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: | 473-473 |
| | 1 | 1 |
QIntValidator::QIntValidator| Name: | 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: | 332-337 |
| | 2 | 1 |
QIntValidator::QIntValidator| Name: | 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: | 345-351 |
| | 2 | 1 |
QIntValidator::setBottom| Name: | 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: | 487-490 |
| | 1 | 1 |
QIntValidator::setTop| Name: | 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: | 501-504 |
| | 1 | 1 |
QInternalMimeData::QInternalMimeData| Name: | 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: | 187-190 |
| | 2 | 1 |
QInternalMimeData::canReadData| Name: | 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: | 266-269 |
| | 1 | 1 |
QIntersectionPoint::isAccurate| Name: | QIntersectionPoint::isAccurate | | Prototype: | inline bool isAccurate() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 223-223 |
| | 1 | 1 |
QIntersectionPoint::isValid| Name: | QIntersectionPoint::isValid | | Prototype: | inline bool isValid() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 221-221 |
| | 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: | 226-226 |
| | 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: | 229-229 |
| | 1 | 1 |
QIntersectionPoint::operator ==| Name: | QIntersectionPoint::operator == | | Prototype: | bool QIntersectionPoint::operator == (const QIntersectionPoint &other) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 330-333 |
| | 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: | 227-227 |
| | 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: | 228-228 |
| | 1 | 1 |
QIsciiCodec::mibEnum| Name: | 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: | 85-89 |
| | 1 | 1 |
QIsciiCodec::name| Name: | 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: | 80-83 |
| | 1 | 1 |
QItemDelegate::QItemDelegate| Name: | 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: | 294-298 |
| | 3 | 1 |
QItemDelegate::eventFilter| Name: | 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: | 1101-1105 |
| | 2 | 1 |
QItemDelegate::hasClipping| Name: | 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: | 318-322 |
| | 2 | 1 |
QItemDelegate::itemEditorFactory| Name: | 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: | 566-570 |
| | 2 | 1 |
QItemDelegate::setClipping| Name: | 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: | 324-328 |
| | 2 | 1 |
QItemDelegate::setItemEditorFactory| Name: | 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: | 579-583 |
| | 2 | 1 |
QItemDelegate::textRectangle| Name: | 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: | 1058-1071 |
| | 9 | 1 |
QItemDelegatePrivate::QItemDelegatePrivate| Name: | QItemDelegatePrivate::QItemDelegatePrivate | | Prototype: | QItemDelegatePrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 76-76 |
| | 1 | 1 |
QItemDelegatePrivate::editorFactory| Name: | QItemDelegatePrivate::editorFactory | | Prototype: | inline const QItemEditorFactory *editorFactory() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 78-79 |
| | 1 | 1 |
QItemDelegatePrivate::iconState| Name: | QItemDelegatePrivate::iconState | | Prototype: | inline QIcon::State iconState(QStyle::State state) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 88-89 |
| | 1 | 1 |
QItemDelegatePrivate::valueToText| Name: | 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: | 330-333 |
| | 1 | 1 |
QItemDelegatePrivate::widget| Name: | 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: | 110-113 |
| | 1 | 1 |
QItemEditorFactory::setDefaultFactory| Name: | 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: | 338-343 |
| | 2 | 1 |
QItemEditorFactory::~QItemEditorFactory| Name: | 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: | 182-188 |
| | 2 | 1 |
QItemSelection::QItemSelection| Name: | 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: | 409-412 |
| | 1 | 1 |
QItemSelectionModel::QItemSelectionModel| Name: | 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: | 1135-1139 |
| | 1 | 1 |
QItemSelectionModel::QItemSelectionModel| Name: | 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: | 1117-1121 |
| | 1 | 1 |
QItemSelectionModel::QItemSelectionModel| Name: | 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: | 1126-1130 |
| | 1 | 1 |
QItemSelectionModel::clear| Name: | 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: | 1302-1306 |
| | 2 | 1 |
QItemSelectionModel::currentIndex| Name: | 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: | 1385-1388 |
| | 1 | 1 |
QItemSelectionModel::model| Name: | 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: | 1765-1768 |
| | 1 | 1 |
QItemSelectionModel::model| Name: | 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: | 1773-1776 |
| | 1 | 1 |
QItemSelectionModel::reset| Name: | 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: | 1326-1330 |
| | 2 | 1 |
QItemSelectionModel::select| Name: | 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: | 1154-1158 |
| | 2 | 1 |
QItemSelectionModel::selectedIndexes| Name: | 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: | 1638-1644 |
| | 4 | 1 |
QItemSelectionRange::indexes| Name: | 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: | 349-354 |
| | 3 | 1 |
QItemSelectionRange::intersects| Name: | QItemSelectionRange::intersects | | Prototype: | bool QItemSelectionRange::intersects(const QItemSelectionRange &other) const | | Coverage: | 92.000% (23/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 214-223 |
| | 7 | 1 |
QJsonArray::QJsonArray| Name: | 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: | 128-131 |
| | 2 | 1 |
QJsonArray::QJsonArray| Name: | 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: | 148-154 |
| | 3 | 1 |
QJsonArray::append| Name: | 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: | 406-409 |
| | 1 | 1 |
QJsonArray::detach| Name: | 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: | 1163-1168 |
| | 3 | 1 |
QJsonArray::first| Name: | 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: | 372-375 |
| | 1 | 1 |
QJsonArray::initialize| Name: | 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: | 163-167 |
| | 2 | 1 |
QJsonArray::last| Name: | 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: | 384-387 |
| | 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: | 583-587 |
| | 2 | 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: | 624-627 |
| | 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: | 594-597 |
| | 1 | 1 |
QJsonArray::prepend| Name: | 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: | 396-399 |
| | 1 | 1 |
QJsonDocument::QJsonDocument| Name: | 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: | 87-91 |
| | 1 | 1 |
QJsonDocument::QJsonDocument| Name: | 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: | 96-100 |
| | 1 | 1 |
QJsonDocument::QJsonDocument| Name: | 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: | 79-82 |
| | 2 | 1 |
QJsonDocument::QJsonDocument| Name: | 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: | 105-110 |
| | 2 | 1 |
QJsonDocument::fromJson| Name: | 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: | 365-369 |
| | 2 | 1 |
QJsonDocument::isNull| Name: | 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: | 557-560 |
| | 1 | 1 |
QJsonDocument::toJson| Name: | 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: | 302-305 |
| | 1 | 1 |
QJsonObject::QJsonObject| Name: | 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: | 106-109 |
| | 2 | 1 |
QJsonObject::QJsonObject| Name: | 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: | 128-134 |
| | 3 | 1 |
QJsonObject::detach| Name: | 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: | 1106-1111 |
| | 3 | 1 |