| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QDBusConnectionPrivate::objectDestroyed| Name: | QDBusConnectionPrivate::objectDestroyed | | Prototype: | void QDBusConnectionPrivate::objectDestroyed(QObject *obj) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1227-1241 |
| | 8 | 3 |
QDBusConnectionPrivate::isServiceRegisteredByThread| Name: | QDBusConnectionPrivate::isServiceRegisteredByThread | | Prototype: | bool QDBusConnectionPrivate::isServiceRegisteredByThread(const QString &serviceName) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2594-2603 |
| | 6 | 3 |
QDBusConnectionPrivate::findSlot| Name: | QDBusConnectionPrivate::findSlot | | Prototype: | int QDBusConnectionPrivate::findSlot(QObject* obj, const QByteArray &normalizedName, QVector<int> ¶ms) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1301-1314 |
| | 8 | 3 |
QDBusConnectionPrivate::disconnectSignal| Name: | QDBusConnectionPrivate::disconnectSignal | | Prototype: | bool QDBusConnectionPrivate::disconnectSignal(const QString &service, const QString &path, const QString &interface, const QString &name, const QStringList &argumentMatch, const QString &signature, QObject *receiver, const char *slot) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2268-2286 |
| | 10 | 3 |
QDBusConnectionPrivate::connectSignal| Name: | QDBusConnectionPrivate::connectSignal | | Prototype: | bool QDBusConnectionPrivate::connectSignal(const QString &service, const QString &path, const QString &interface, const QString &name, const QStringList &argumentMatch, const QString &signature, QObject *receiver, const char *slot) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2190-2209 |
| | 11 | 3 |
QDBusConnectionPrivate::collectAllObjects| Name: | QDBusConnectionPrivate::collectAllObjects | | Prototype: | void QDBusConnectionPrivate::collectAllObjects(QDBusConnectionPrivate::ObjectTreeNode &haystack, QSet<QObject *> &set) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1086-1098 |
| | 6 | 3 |
QDBusConnectionPrivate::activateSignal| Name: | QDBusConnectionPrivate::activateSignal | | Prototype: | void QDBusConnectionPrivate::activateSignal(const QDBusConnectionPrivate::SignalHook& hook, const QDBusMessage &msg) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 797-816 |
| | 7 | 3 |
QDBusConnectionPrivate::QDBusConnectionPrivate| Name: | QDBusConnectionPrivate::QDBusConnectionPrivate | | Prototype: | QDBusConnectionPrivate::QDBusConnectionPrivate(QObject *p) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1017-1055 |
| | 19 | 3 |
QDBusConnectionManager::run| Name: | QDBusConnectionManager::run | | Prototype: | void QDBusConnectionManager::run() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 169-189 |
| | 11 | 3 |
QDBusConnection::unregisterService| Name: | QDBusConnection::unregisterService | | Prototype: | bool QDBusConnection::unregisterService(const QString &serviceName) | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 1152-1159 |
| | 4 | 3 |
QDBusConnection::send| Name: | QDBusConnection::send | | Prototype: | bool QDBusConnection::send(const QDBusMessage &message) const | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 569-579 |
| | 7 | 3 |
QDBusConnection::registerService| Name: | QDBusConnection::registerService | | Prototype: | bool QDBusConnection::registerService(const QString &serviceName) | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 1136-1143 |
| | 4 | 3 |
QDBusConnection::operator=| Name: | QDBusConnection::operator= | | Prototype: | QDBusConnection &QDBusConnection::operator=(const QDBusConnection &other) | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 469-477 |
| | 6 | 3 |
QDBusConnection::disconnectFromPeer| Name: | QDBusConnection::disconnectFromPeer | | Prototype: | void QDBusConnection::disconnectFromPeer(const QString &name) | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 551-560 |
| | 6 | 3 |
QDBusConnection::disconnectFromBus| Name: | QDBusConnection::disconnectFromBus | | Prototype: | void QDBusConnection::disconnectFromBus(const QString &name) | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 530-539 |
| | 6 | 3 |
QDBusConnection::callWithCallback| Name: | QDBusConnection::callWithCallback | | Prototype: | bool QDBusConnection::callWithCallback(const QDBusMessage &message, QObject *receiver, const char *returnMethod, const char *errorMethod, int timeout) const | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 600-612 |
| | 7 | 3 |
QDBusConnection::QDBusConnection| Name: | QDBusConnection::QDBusConnection | | Prototype: | QDBusConnection::QDBusConnection(const QString &name) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 419-429 |
| | 6 | 3 |
QDBusBlockingCallWatcher::~QDBusBlockingCallWatcher| Name: | QDBusBlockingCallWatcher::~QDBusBlockingCallWatcher | | Prototype: | ~QDBusBlockingCallWatcher() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2013-2024 |
| | 7 | 3 |
QDBusArgumentPrivate::checkRead| Name: | QDBusArgumentPrivate::checkRead | | Prototype: | bool QDBusArgumentPrivate::checkRead(QDBusArgumentPrivate *d) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 128-142 |
| | 6 | 3 |
QDBusArgument::currentType| Name: | QDBusArgument::currentType | | Prototype: | QDBusArgument::ElementType QDBusArgument::currentType() const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 583-590 |
| | 5 | 3 |
QDBusArgument::currentSignature| Name: | QDBusArgument::currentSignature | | Prototype: | QString QDBusArgument::currentSignature() const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 564-572 |
| | 5 | 3 |
QDBusAbstractInterfacePrivate::canMakeCalls| Name: | QDBusAbstractInterfacePrivate::canMakeCalls | | Prototype: | bool QDBusAbstractInterfacePrivate::canMakeCalls() const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 135-144 |
| | 5 | 3 |
QCursorData::setBitmap| Name: | QCursorData::setBitmap | | Prototype: | QCursorData *QCursorData::setBitmap(const QBitmap &bitmap, const QBitmap &mask, int hotX, int hotY, qreal devicePixelRatio) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 659-677 |
| | 14 | 3 |
QCursorData::initialize| Name: | QCursorData::initialize | | Prototype: | void QCursorData::initialize() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 650-657 |
| | 5 | 3 |
QCursor::pos| Name: | QCursor::pos | | Prototype: | QPoint QCursor::pos(const QScreen *screen) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 179-190 |
| | 7 | 3 |
QCursor::QCursor| Name: | QCursor::QCursor | | Prototype: | QCursor::QCursor() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 445-457 |
| | 8 | 3 |
QCursor::QCursor| Name: | QCursor::QCursor | | Prototype: | QCursor::QCursor(const QPixmap &pixmap, int hotX, int hotY) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 377-398 |
| | 13 | 3 |
QCssScanner_Generated::handleCommentStart| Name: | QCssScanner_Generated::handleCommentStart | | Prototype: | int QCssScanner_Generated::handleCommentStart() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2097-2108 |
| | 7 | 3 |
QCosmeticStroker::renderCubicSubdivision| Name: | QCosmeticStroker::renderCubicSubdivision | | Prototype: | void QCosmeticStroker::renderCubicSubdivision(QCosmeticStroker::PointF *points, int level, int caps) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | | Lines: | 679-698 |
| | 12 | 3 |
QCoreApplicationPrivate::notify_helper| Name: | QCoreApplicationPrivate::notify_helper | | Prototype: | bool QCoreApplicationPrivate::notify_helper(QObject *receiver, QEvent * event) | | Coverage: | 63.636% (7/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1138-1150 |
| | 7 | 3 |
QCoreApplicationPrivate::appendApplicationPathToLibraryPaths| Name: | QCoreApplicationPrivate::appendApplicationPathToLibraryPaths | | Prototype: | void QCoreApplicationPrivate::appendApplicationPathToLibraryPaths() | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 575-591 |
| | 8 | 3 |
QCoreApplication::setOrganizationName| Name: | QCoreApplication::setOrganizationName | | Prototype: | void QCoreApplication::setOrganizationName(const QString &orgName) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2346-2355 |
| | 5 | 3 |
QCoreApplication::setOrganizationDomain| Name: | QCoreApplication::setOrganizationDomain | | Prototype: | void QCoreApplication::setOrganizationDomain(const QString &orgDomain) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2386-2395 |
| | 5 | 3 |
QCoreApplication::setLibraryPaths| Name: | QCoreApplication::setLibraryPaths | | Prototype: | void QCoreApplication::setLibraryPaths(const QStringList &paths) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2576-2593 |
| | 8 | 3 |
QCoreApplication::setApplicationVersion| Name: | QCoreApplication::setApplicationVersion | | Prototype: | void QCoreApplication::setApplicationVersion(const QString &version) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2468-2477 |
| | 5 | 3 |
QCoreApplication::installNativeEventFilter| Name: | QCoreApplication::installNativeEventFilter | | Prototype: | void QCoreApplication::installNativeEventFilter(QAbstractNativeEventFilter *filterObj) | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2712-2723 |
| | 7 | 3 |
QCoreApplication::exit| Name: | QCoreApplication::exit | | Prototype: | void QCoreApplication::exit(int returnCode) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1316-1339 |
| | 7 | 3 |
QCoreApplication::arguments| Name: | QCoreApplication::arguments | | Prototype: | QStringList QCoreApplication::arguments() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2273-2317 |
| | 10 | 3 |
QCoreApplication::applicationDirPath| Name: | QCoreApplication::applicationDirPath | | Prototype: | QString QCoreApplication::applicationDirPath() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2088-2099 |
| | 7 | 3 |
QConfFileSettingsPrivate::sync| Name: | QConfFileSettingsPrivate::sync | | Prototype: | void QConfFileSettingsPrivate::sync() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1353-1365 |
| | 5 | 3 |
QConfFileSettingsPrivate::isWritable| Name: | QConfFileSettingsPrivate::isWritable | | Prototype: | bool QConfFileSettingsPrivate::isWritable() const | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1380-1390 |
| | 6 | 3 |
QConfFileSettingsPrivate::initFormat| Name: | QConfFileSettingsPrivate::initFormat | | Prototype: | void QConfFileSettingsPrivate::initFormat() | | Coverage: | 90.909% (10/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 938-962 |
| | 14 | 3 |
QConfFileSettingsPrivate::ensureAllSectionsParsed| Name: | QConfFileSettingsPrivate::ensureAllSectionsParsed | | Prototype: | void QConfFileSettingsPrivate::ensureAllSectionsParsed(QConfFile *confFile) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1907-1917 |
| | 6 | 3 |
QConfFile::mergedKeyMap| Name: | QConfFile::mergedKeyMap | | Prototype: | ParsedSettingsMap QConfFile::mergedKeyMap() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 158-168 |
| | 7 | 3 |
QCompletionModel::setSourceModel| Name: | QCompletionModel::setSourceModel | | Prototype: | void QCompletionModel::setSourceModel(QAbstractItemModel *source) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 168-190 |
| | 14 | 3 |
QCompletionEngine::lookupCache| Name: | QCompletionEngine::lookupCache | | Prototype: | bool QCompletionEngine::lookupCache(QString part, const QModelIndex& parent, QMatchData *m) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 506-515 |
| | 7 | 3 |
QCompleter::splitPath| Name: | QCompleter::splitPath | | Prototype: | QStringList QCompleter::splitPath(const QString& path) const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1808-1847 |
| | 13 | 3 |
QCompleter::setFilterMode| Name: | QCompleter::setFilterMode | | Prototype: | void QCompleter::setFilterMode(Qt::MatchFlags filterMode) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1144-1161 |
| | 11 | 3 |
QCompleter::setCompletionColumn| Name: | QCompleter::setCompletionColumn | | Prototype: | void QCompleter::setCompletionColumn(int column) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1569-1580 |
| | 7 | 3 |
QCommonListViewBase::updateVerticalScrollBar| Name: | QCommonListViewBase::updateVerticalScrollBar | | Prototype: | void QCommonListViewBase::updateVerticalScrollBar(const QSize &step) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1898-1926 |
| | 13 | 3 |
QCommonListViewBase::updateHorizontalScrollBar| Name: | QCommonListViewBase::updateHorizontalScrollBar | | Prototype: | void QCommonListViewBase::updateHorizontalScrollBar(const QSize &step) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1868-1896 |
| | 13 | 3 |
QCommandLineParser::values| Name: | QCommandLineParser::values | | Prototype: | QStringList QCommandLineParser::values(const QString &optionName) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 857-871 |
| | 10 | 3 |
QCommandLineParser::addVersionOption| Name: | QCommandLineParser::addVersionOption | | Prototype: | QCommandLineOption QCommandLineParser::addVersionOption() | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 402-408 |
| | 3 | 3 |
QCommandLineParser::addHelpOption| Name: | QCommandLineParser::addHelpOption | | Prototype: | QCommandLineOption QCommandLineParser::addHelpOption() | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 422-433 |
| | 7 | 3 |
QComboBoxPrivateContainer::topMargin| Name: | QComboBoxPrivateContainer::topMargin | | Prototype: | int QComboBoxPrivateContainer::topMargin() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 590-599 |
| | 5 | 3 |
QComboBoxPrivateContainer::timerEvent| Name: | QComboBoxPrivateContainer::timerEvent | | Prototype: | void QComboBoxPrivateContainer::timerEvent(QTimerEvent *timerEvent) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 380-390 |
| | 6 | 3 |
QComboBoxPrivateContainer::spacing| Name: | QComboBoxPrivateContainer::spacing | | Prototype: | int QComboBoxPrivateContainer::spacing() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 604-615 |
| | 7 | 3 |
QComboBoxPrivateContainer::resizeEvent| Name: | QComboBoxPrivateContainer::resizeEvent | | Prototype: | void QComboBoxPrivateContainer::resizeEvent(QResizeEvent *e) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 392-406 |
| | 9 | 3 |
QComboBoxPrivate::updateLineEditGeometry| Name: | QComboBoxPrivate::updateLineEditGeometry | | Prototype: | void QComboBoxPrivate::updateLineEditGeometry() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1164-1181 |
| | 13 | 3 |
QComboBoxPrivate::updateLayoutDirection| Name: | QComboBoxPrivate::updateLayoutDirection | | Prototype: | void QComboBoxPrivate::updateLayoutDirection() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 366-377 |
| | 9 | 3 |
QComboBoxPrivate::computeWidthHint| Name: | QComboBoxPrivate::computeWidthHint | | Prototype: | int QComboBoxPrivate::computeWidthHint() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 282-304 |
| | 15 | 3 |
QComboBoxPrivate::_q_modelReset| Name: | QComboBoxPrivate::_q_modelReset | | Prototype: | void QComboBoxPrivate::_q_modelReset() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 220-231 |
| | 8 | 3 |
QComboBoxPrivate::_q_itemSelected| Name: | QComboBoxPrivate::_q_itemSelected | | Prototype: | void QComboBoxPrivate::_q_itemSelected(const QModelIndex &item) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1272-1282 |
| | 7 | 3 |
QComboBoxPrivate::_q_editingFinished| Name: | QComboBoxPrivate::_q_editingFinished | | Prototype: | void QComboBoxPrivate::_q_editingFinished() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1195-1206 |
| | 6 | 3 |
QComboBoxPrivate::_q_completerActivated| Name: | QComboBoxPrivate::_q_completerActivated | | Prototype: | void QComboBoxPrivate::_q_completerActivated(const QModelIndex &index) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 187-206 |
| | 6 | 3 |
QComboBox::setView| Name: | QComboBox::setView | | Prototype: | void QComboBox::setView(QAbstractItemView *itemView) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 2400-2411 |
| | 7 | 3 |
QComboBox::setModelColumn| Name: | QComboBox::setModelColumn | | Prototype: | void QComboBox::setModelColumn(int visibleColumn) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 3425-3438 |
| | 9 | 3 |
QComboBox::setMinimumContentsLength| Name: | QComboBox::setMinimumContentsLength | | Prototype: | void QComboBox::setMinimumContentsLength(int characters) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1626-1641 |
| | 10 | 3 |
QComboBox::setMaxCount| Name: | QComboBox::setMaxCount | | Prototype: | void QComboBox::setMaxCount(int max) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1395-1407 |
| | 7 | 3 |
QComboBox::setCurrentText| Name: | QComboBox::setCurrentText | | Prototype: | void QComboBox::setCurrentText(const QString &text) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 2085-2094 |
| | 5 | 3 |
QComboBox::setCompleter| Name: | QComboBox::setCompleter | | Prototype: | void QComboBox::setCompleter(QCompleter *c) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1873-1883 |
| | 7 | 3 |
QComboBox::inputMethodEvent| Name: | QComboBox::inputMethodEvent | | Prototype: | void QComboBox::inputMethodEvent(QInputMethodEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 3331-3342 |
| | 6 | 3 |
QComboBox::focusInEvent| Name: | QComboBox::focusInEvent | | Prototype: | void QComboBox::focusInEvent(QFocusEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 2877-2888 |
| | 6 | 3 |
QComboBox::currentText| Name: | QComboBox::currentText | | Prototype: | QString QComboBox::currentText() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 2138-2147 |
| | 6 | 3 |
QColumnViewPrivate::setPreviewWidget| Name: | QColumnViewPrivate::setPreviewWidget | | Prototype: | void QColumnViewPrivate::setPreviewWidget(QWidget *widget) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 831-850 |
| | 16 | 3 |
QColumnView::setSelectionModel| Name: | QColumnView::setSelectionModel | | Prototype: | void QColumnView::setSelectionModel(QItemSelectionModel *newSelectionModel) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 492-502 |
| | 6 | 3 |
QColumnView::setColumnWidths| Name: | QColumnView::setColumnWidths | | Prototype: | void QColumnView::setColumnWidths(const QList<int> &list) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 860-874 |
| | 10 | 3 |
QColumnView::scrollContentsBy| Name: | QColumnView::scrollContentsBy | | Prototype: | void QColumnView::scrollContentsBy(int dx, int dy) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 235-246 |
| | 8 | 3 |
QColumnView::resizeEvent| Name: | QColumnView::resizeEvent | | Prototype: | void QColumnView::resizeEvent(QResizeEvent *event) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 380-393 |
| | 9 | 3 |
QColumnView::indexAt| Name: | QColumnView::indexAt | | Prototype: | QModelIndex QColumnView::indexAt(const QPoint &point) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 200-211 |
| | 8 | 3 |
QColormap::initialize| Name: | QColormap::initialize | | Prototype: | void QColormap::initialize() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 58-75 |
| | 12 | 3 |
QColormap::colorAt| Name: | QColormap::colorAt | | Prototype: | const QColor QColormap::colorAt(uint pixel) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 188-215 |
| | 12 | 3 |
QColorWell::mouseMoveEvent| Name: | QColorWell::mouseMoveEvent | | Prototype: | void QColorWell::mouseMoveEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 619-643 |
| | 19 | 3 |
QColorShowLabel::mouseMoveEvent| Name: | QColorShowLabel::mouseMoveEvent | | Prototype: | void QColorShowLabel::mouseMoveEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1107-1129 |
| | 15 | 3 |
QColorPicker::resizeEvent| Name: | QColorPicker::resizeEvent | | Prototype: | void QColorPicker::resizeEvent(QResizeEvent *ev) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 951-973 |
| | 17 | 3 |
QColorLuminancePicker::paintEvent| Name: | QColorLuminancePicker::paintEvent | | Prototype: | void QColorLuminancePicker::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 814-844 |
| | 25 | 3 |
QColorDialogPrivate::initWidgets| Name: | QColorDialogPrivate::initWidgets | | Prototype: | void QColorDialogPrivate::initWidgets() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1687-1828 |
| | 73 | 3 |
QColorDialogPrivate::handleColorPickingKeyPress| Name: | QColorDialogPrivate::handleColorPickingKeyPress | | Prototype: | bool QColorDialogPrivate::handleColorPickingKeyPress(QKeyEvent *e) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2251-2263 |
| | 9 | 3 |
QColorDialogPrivate::_q_updateColorPicking| Name: | QColorDialogPrivate::_q_updateColorPicking | | Prototype: | void QColorDialogPrivate::_q_updateColorPicking() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2206-2223 |
| | 7 | 3 |
QColorDialog::done| Name: | QColorDialog::done | | Prototype: | void QColorDialog::done(int result) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2272-2288 |
| | 11 | 3 |
QColor::setRedF| Name: | QColor::setRedF | | Prototype: | void QColor::setRedF(qreal red) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1194-1201 |
| | 4 | 3 |
QColor::setRed| Name: | QColor::setRed | | Prototype: | void QColor::setRed(int red) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1110-1117 |
| | 4 | 3 |
QColor::setGreenF| Name: | QColor::setGreenF | | Prototype: | void QColor::setGreenF(qreal green) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1222-1229 |
| | 4 | 3 |
QColor::setGreen| Name: | QColor::setGreen | | Prototype: | void QColor::setGreen(int green) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1137-1144 |
| | 4 | 3 |
QColor::setBlueF| Name: | QColor::setBlueF | | Prototype: | void QColor::setBlueF(qreal blue) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1249-1256 |
| | 4 | 3 |
QColor::setBlue| Name: | QColor::setBlue | | Prototype: | void QColor::setBlue(int blue) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1166-1173 |
| | 4 | 3 |
QColor::name| Name: | QColor::name | | Prototype: | QString QColor::name(NameFormat format) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 520-530 |
| | 4 | 3 |
QColor::fromHslF| Name: | QColor::fromHslF | | Prototype: | QColor QColor::fromHslF(qreal h, qreal s, qreal l, qreal a) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2105-2125 |
| | 16 | 3 |
QColor::dark| Name: | QColor::dark | | Prototype: | QColor QColor::dark(int factor) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2377-2389 |
| | 7 | 3 |
QCollator::detach| Name: | QCollator::detach | | Prototype: | void QCollator::detach() | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | | Lines: | 142-154 |
| | 9 | 3 |