Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QLocalServer::hasPendingConnectionsName: | QLocalServer::hasPendingConnections | Prototype: | bool QLocalServer::hasPendingConnections() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 218-222 |
| | 2 | 1 |
QLocalServer::isListeningName: | QLocalServer::isListening | Prototype: | bool QLocalServer::isListening() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 254-258 |
| | 2 | 1 |
QLocalServer::maxPendingConnectionsName: | QLocalServer::maxPendingConnections | Prototype: | int QLocalServer::maxPendingConnections() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 345-349 |
| | 2 | 1 |
QLocalServer::serverErrorName: | QLocalServer::serverError | Prototype: | QAbstractSocket::SocketError QLocalServer::serverError() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 437-441 |
| | 2 | 1 |
QLocalServer::serverNameName: | QLocalServer::serverName | Prototype: | QString QLocalServer::serverName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 413-417 |
| | 2 | 1 |
QLocalServer::setMaxPendingConnectionsName: | QLocalServer::setMaxPendingConnections | Prototype: | void QLocalServer::setMaxPendingConnections(int numConnections) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 456-460 |
| | 2 | 1 |
QLocalServer::setSocketOptionsName: | QLocalServer::setSocketOptions | Prototype: | void QLocalServer::setSocketOptions(SocketOptions options) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 160-165 |
| | 2 | 1 |
QLocalServer::socketOptionsName: | QLocalServer::socketOptions | Prototype: | QLocalServer::SocketOptions QLocalServer::socketOptions() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 173-177 |
| | 2 | 1 |
QLocalServer::~QLocalServerName: | QLocalServer::~QLocalServer | Prototype: | QLocalServer::~QLocalServer() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 123-127 |
| | 2 | 2 |
QLocalSocket::QLocalSocketName: | QLocalSocket::QLocalSocket | Prototype: | QLocalSocket::QLocalSocket(QObject * parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | Lines: | 341-346 |
| | 2 | 1 |
QLocalSocket::abortName: | QLocalSocket::abort | Prototype: | void QLocalSocket::abort() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 399-403 |
| | 2 | 1 |
QLocalSocket::bytesAvailableName: | QLocalSocket::bytesAvailable | Prototype: | qint64 QLocalSocket::bytesAvailable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 405-409 |
| | 2 | 1 |
QLocalSocket::bytesToWriteName: | QLocalSocket::bytesToWrite | Prototype: | qint64 QLocalSocket::bytesToWrite() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 411-415 |
| | 2 | 1 |
QLocalSocket::canReadLineName: | QLocalSocket::canReadLine | Prototype: | bool QLocalSocket::canReadLine() const | Coverage: | 60.000% (3/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 417-421 |
| | 2 | 1 |
QLocalSocket::connectToServerName: | QLocalSocket::connectToServer | Prototype: | void QLocalSocket::connectToServer(const QString &name, OpenMode openMode) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | Lines: | 377-381 |
| | 2 | 1 |
QLocalSocket::disconnectFromServerName: | QLocalSocket::disconnectFromServer | Prototype: | void QLocalSocket::disconnectFromServer() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 450-454 |
| | 2 | 1 |
QLocalSocket::flushName: | QLocalSocket::flush | Prototype: | bool QLocalSocket::flush() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 444-448 |
| | 2 | 1 |
QLocalSocket::fullServerNameName: | QLocalSocket::fullServerName | Prototype: | QString QLocalSocket::fullServerName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | Lines: | 421-425 |
| | 2 | 1 |
QLocalSocket::isValidName: | QLocalSocket::isValid | Prototype: | bool QLocalSocket::isValid() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 489-493 |
| | 2 | 1 |
QLocalSocket::openName: | QLocalSocket::open | Prototype: | bool QLocalSocket::open(OpenMode openMode) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | Lines: | 360-364 |
| | 2 | 1 |
QLocalSocket::readBufferSizeName: | QLocalSocket::readBufferSize | Prototype: | qint64 QLocalSocket::readBufferSize() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 495-499 |
| | 2 | 1 |
QLocalSocket::readDataName: | QLocalSocket::readData | Prototype: | qint64 QLocalSocket::readData(char *data, qint64 c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 387-391 |
| | 2 | 1 |
QLocalSocket::serverNameName: | QLocalSocket::serverName | Prototype: | QString QLocalSocket::serverName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | Lines: | 408-412 |
| | 2 | 1 |
QLocalSocket::setReadBufferSizeName: | QLocalSocket::setReadBufferSize | Prototype: | void QLocalSocket::setReadBufferSize(qint64 size) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 501-505 |
| | 2 | 1 |
QLocalSocket::socketDescriptorName: | QLocalSocket::socketDescriptor | Prototype: | qintptr QLocalSocket::socketDescriptor() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 381-385 |
| | 2 | 1 |
QLocalSocket::stateName: | QLocalSocket::state | Prototype: | QLocalSocket::LocalSocketState QLocalSocket::state() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | Lines: | 432-436 |
| | 2 | 1 |
QLocalSocket::waitForBytesWrittenName: | QLocalSocket::waitForBytesWritten | Prototype: | bool QLocalSocket::waitForBytesWritten(int msecs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 438-442 |
| | 2 | 1 |
QLocalSocket::writeDataName: | QLocalSocket::writeData | Prototype: | qint64 QLocalSocket::writeData(const char *data, qint64 c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 393-397 |
| | 2 | 1 |
QLocalSocketPrivate::QLocalSocketPrivateName: | QLocalSocketPrivate::QLocalSocketPrivate | Prototype: | QLocalSocketPrivate::QLocalSocketPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 59-66 |
| | 2 | 1 |
QLocalSocketPrivate::_q_abortConnectionAttemptName: | QLocalSocketPrivate::_q_abortConnectionAttempt | Prototype: | void QLocalSocketPrivate::_q_abortConnectionAttempt() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 363-367 |
| | 2 | 1 |
QLocale::QLocaleName: | QLocale::QLocale | Prototype: | QLocale::QLocale(Language language, Script script, Country country) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 834-837 |
| | 2 | 1 |
QLocale::QLocaleName: | QLocale::QLocale | Prototype: | QLocale::QLocale(const QString &name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 768-771 |
| | 2 | 1 |
QLocale::QLocaleName: | QLocale::QLocale | Prototype: | QLocale::QLocale() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 781-784 |
| | 2 | 1 |
QLocale::QLocaleName: | QLocale::QLocale | Prototype: | QLocale::QLocale(Language language, Country country) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 805-808 |
| | 2 | 1 |
QLocale::operator=Name: | QLocale::operator= | Prototype: | QLocale &QLocale::operator=(const QLocale &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 861-865 |
| | 2 | 1 |
QLocaleData::cName: | QLocaleData::c | Prototype: | const QLocaleData *QLocaleData::c() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 654-658 |
| | 2 | 1 |
QLocaleData::doubleToStringName: | QLocaleData::doubleToString | Prototype: | QString QLocaleData::doubleToString(double d, int precision, DoubleForm form, int width, unsigned flags) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2742-2747 |
| | 2 | 1 |
QLocaleData::longLongToStringName: | QLocaleData::longLongToString | Prototype: | QString QLocaleData::longLongToString(qlonglong l, int precision, int base, int width, unsigned flags) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2874-2880 |
| | 2 | 1 |
QLocaleData::unsLongLongToStringName: | QLocaleData::unsLongLongToString | Prototype: | QString QLocaleData::unsLongLongToString(qulonglong l, int precision, int base, int width, unsigned flags) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2969-2975 |
| | 2 | 1 |
QLockFile::QLockFileName: | QLockFile::QLockFile | Prototype: | QLockFile::QLockFile(const QString &fileName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp | Lines: | 104-107 |
| | 2 | 1 |
QLockFile::errorName: | QLockFile::error | Prototype: | QLockFile::LockError QLockFile::error() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp | Lines: | 336-340 |
| | 2 | 1 |
QLockFile::getLockInfoName: | QLockFile::getLockInfo | Prototype: | bool QLockFile::getLockInfo(qint64 *pid, QString *hostname, QString *appname) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp | Lines: | 276-280 |
| | 2 | 1 |
QLockFile::isLockedName: | QLockFile::isLocked | Prototype: | bool QLockFile::isLocked() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp | Lines: | 158-162 |
| | 2 | 1 |
QLockFile::setStaleLockTimeName: | QLockFile::setStaleLockTime | Prototype: | void QLockFile::setStaleLockTime(int staleLockTime) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp | Lines: | 134-138 |
| | 2 | 1 |
QLockFile::staleLockTimeName: | QLockFile::staleLockTime | Prototype: | int QLockFile::staleLockTime() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp | Lines: | 146-150 |
| | 2 | 1 |
QLoggingCategory::~QLoggingCategoryName: | QLoggingCategory::~QLoggingCategory | Prototype: | QLoggingCategory::~QLoggingCategory() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | Lines: | 248-252 |
| | 2 | 2 |
QLoggingRegistry::QLoggingRegistryName: | QLoggingRegistry::QLoggingRegistry | Prototype: | QLoggingRegistry::QLoggingRegistry() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 240-243 |
| | 2 | 1 |
QLoggingRegistry::unregisterCategoryName: | QLoggingRegistry::unregisterCategory | Prototype: | void QLoggingRegistry::unregisterCategory(QLoggingCategory *cat) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 334-338 |
| | 2 | 1 |
QLoggingRule::QLoggingRuleName: | QLoggingRule::QLoggingRule | Prototype: | QLoggingRule::QLoggingRule() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 56-59 |
| | 2 | 1 |
QMainWindow::dockOptionsName: | QMainWindow::dockOptions | Prototype: | QMainWindow::DockOptions QMainWindow::dockOptions() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | Lines: | 455-459 |
| | 2 | 1 |
QMainWindow::isAnimatedName: | QMainWindow::isAnimated | Prototype: | bool QMainWindow::isAnimated() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | Lines: | 910-914 |
| | 2 | 1 |
QMainWindow::isDockNestingEnabledName: | QMainWindow::isDockNestingEnabled | Prototype: | bool QMainWindow::isDockNestingEnabled() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | Lines: | 949-953 |
| | 2 | 1 |
QMainWindow::isSeparatorName: | QMainWindow::isSeparator | Prototype: | bool QMainWindow::isSeparator(const QPoint &pos) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | Lines: | 1628-1637 |
| | 2 | 1 |
QMainWindow::menuWidgetName: | QMainWindow::menuWidget | Prototype: | QWidget *QMainWindow::menuWidget() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | Lines: | 565-569 |
| | 2 | 1 |
QMainWindow::removeToolBarBreakName: | QMainWindow::removeToolBarBreak | Prototype: | void QMainWindow::removeToolBarBreak(QToolBar *before) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | Lines: | 752-756 |
| | 2 | 1 |
QMainWindow::resizeDocksName: | QMainWindow::resizeDocks | Prototype: | void QMainWindow::resizeDocks(const QList<QDockWidget *> &docks, const QList<int> &sizes, Qt::Orientation orientation) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | Lines: | 1263-1268 |
| | 2 | 1 |
QMainWindow::setDockOptionsName: | QMainWindow::setDockOptions | Prototype: | void QMainWindow::setDockOptions(DockOptions opt) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | Lines: | 449-453 |
| | 2 | 1 |
QMainWindowLayout::countName: | QMainWindowLayout::count | Prototype: | int QMainWindowLayout::count() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1756-1760 |
| | 2 | 1 |
QMainWindowLayout::getStyleOptionInfoName: | QMainWindowLayout::getStyleOptionInfo | Prototype: | void QMainWindowLayout::getStyleOptionInfo(QStyleOptionToolBar *option, QToolBar *toolBar) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1210-1214 |
| | 2 | 1 |
QMainWindowLayout::invalidateName: | QMainWindowLayout::invalidate | Prototype: | void QMainWindowLayout::invalidate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1873-1877 |
| | 2 | 1 |
QMainWindowLayout::usesHIToolBarName: | QMainWindowLayout::usesHIToolBar | Prototype: | bool QMainWindowLayout::usesHIToolBar(QToolBar *toolbar) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 2584-2594 |
| | 2 | 1 |
QMainWindowLayoutState::applyName: | QMainWindowLayoutState::apply | Prototype: | void QMainWindowLayoutState::apply(bool animated) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 460-476 |
| | 2 | 1 |
QMainWindowLayoutState::deleteAllLayoutItemsName: | QMainWindowLayoutState::deleteAllLayoutItems | Prototype: | void QMainWindowLayoutState::deleteAllLayoutItems() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 496-505 |
| | 2 | 1 |
QMainWindowLayoutState::deleteCentralWidgetItemName: | QMainWindowLayoutState::deleteCentralWidgetItem | Prototype: | void QMainWindowLayoutState::deleteCentralWidgetItem() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 507-516 |
| | 2 | 1 |
QMatrix::QMatrixName: | QMatrix::QMatrix | Prototype: | QMatrix::QMatrix() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 214-222 |
| | 2 | 1 |
QMatrix::QMatrixName: | QMatrix::QMatrix | Prototype: | QMatrix::QMatrix(qreal m11, qreal m12, qreal m21, qreal m22, qreal dx, qreal dy) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 231-239 |
| | 2 | 1 |
QMatrix::QMatrixName: | QMatrix::QMatrix | Prototype: | QMatrix::QMatrix(const QMatrix &matrix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 245-253 |
| | 2 | 1 |
QMatrix::resetName: | QMatrix::reset | Prototype: | void QMatrix::reset() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 805-809 |
| | 2 | 1 |
QMdiArea::activationOrderName: | QMdiArea::activationOrder | Prototype: | QMdiArea::WindowOrder QMdiArea::activationOrder() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 2080-2084 |
| | 2 | 1 |
QMdiArea::activeSubWindowName: | QMdiArea::activeSubWindow | Prototype: | QMdiSubWindow *QMdiArea::activeSubWindow() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1814-1818 |
| | 2 | 1 |
QMdiArea::documentModeName: | QMdiArea::documentMode | Prototype: | bool QMdiArea::documentMode() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 2149-2153 |
| | 2 | 1 |
QMdiArea::setViewModeName: | QMdiArea::setViewMode | Prototype: | void QMdiArea::setViewMode(ViewMode mode) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 2133-2137 |
| | 2 | 1 |
QMdiArea::subWindowListName: | QMdiArea::subWindowList | Prototype: | QList<QMdiSubWindow *> QMdiArea::subWindowList(WindowOrder order) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1870-1874 |
| | 2 | 1 |
QMdiArea::tabPositionName: | QMdiArea::tabPosition | Prototype: | QTabWidget::TabPosition QMdiArea::tabPosition() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 2253-2257 |
| | 2 | 1 |
QMdiArea::tabShapeName: | QMdiArea::tabShape | Prototype: | QTabWidget::TabShape QMdiArea::tabShape() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 2227-2231 |
| | 2 | 1 |
QMdiArea::tabsClosableName: | QMdiArea::tabsClosable | Prototype: | bool QMdiArea::tabsClosable() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 2174-2178 |
| | 2 | 1 |
QMdiArea::tabsMovableName: | QMdiArea::tabsMovable | Prototype: | bool QMdiArea::tabsMovable() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 2199-2203 |
| | 2 | 1 |
QMdiArea::viewModeName: | QMdiArea::viewMode | Prototype: | QMdiArea::ViewMode QMdiArea::viewMode() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 2127-2131 |
| | 2 | 1 |
QMdiAreaPrivate::QMdiAreaPrivateName: | QMdiAreaPrivate::QMdiAreaPrivate | Prototype: | QMdiAreaPrivate::QMdiAreaPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 666-703 |
| | 2 | 1 |
QMdiSubWindowPrivate::setEnabledName: | QMdiSubWindowPrivate::setEnabled | Prototype: | void QMdiSubWindowPrivate::setEnabled(WindowStateAction action, bool enable) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 2140-2144 |
| | 2 | 2 |
QMenu::QMenuName: | QMenu::QMenu | Prototype: | QMenu::QMenu(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1462-1467 |
| | 2 | 1 |
QMenu::QMenuName: | QMenu::QMenu | Prototype: | QMenu::QMenu(QMenuPrivate &dd, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1488-1493 |
| | 2 | 1 |
QMenu::hideTearOffMenuName: | QMenu::hideTearOffMenu | Prototype: | void QMenu::hideTearOffMenu() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1961-1965 |
| | 2 | 2 |
QMenu::separatorsCollapsibleName: | QMenu::separatorsCollapsible | Prototype: | bool QMenu::separatorsCollapsible() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 3454-3458 |
| | 2 | 1 |
QMenu::setPlatformMenuName: | QMenu::setPlatformMenu | Prototype: | void QMenu::setPlatformMenu(QPlatformMenu *platformMenu) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 3436-3440 |
| | 2 | 1 |
QMenu::toolTipsVisibleName: | QMenu::toolTipsVisible | Prototype: | bool QMenu::toolTipsVisible() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 3487-3491 |
| | 2 | 1 |
QMenuBar::QMenuBarName: | QMenuBar::QMenuBar | Prototype: | QMenuBar::QMenuBar(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 742-746 |
| | 2 | 1 |
QMenuBar::actionAtName: | QMenuBar::actionAt | Prototype: | QAction *QMenuBar::actionAt(const QPoint &pt) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 1537-1541 |
| | 2 | 1 |
QMenuBar::actionGeometryName: | QMenuBar::actionGeometry | Prototype: | QRect QMenuBar::actionGeometry(QAction *act) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 1548-1552 |
| | 2 | 1 |
QMenuBar::activeActionName: | QMenuBar::activeAction | Prototype: | QAction *QMenuBar::activeAction() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 884-888 |
| | 2 | 1 |
QMenuBar::isDefaultUpName: | QMenuBar::isDefaultUp | Prototype: | bool QMenuBar::isDefaultUp() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 939-943 |
| | 2 | 1 |
QMenuBar::isNativeMenuBarName: | QMenuBar::isNativeMenuBar | Prototype: | bool QMenuBar::isNativeMenuBar() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 1825-1829 |
| | 2 | 1 |
QMenuBar::platformMenuBarName: | QMenuBar::platformMenuBar | Prototype: | QPlatformMenuBar *QMenuBar::platformMenuBar() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 1834-1838 |
| | 2 | 1 |
QMenuBar::setActiveActionName: | QMenuBar::setActiveAction | Prototype: | void QMenuBar::setActiveAction(QAction *act) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 895-899 |
| | 2 | 1 |
QMenuBar::setDefaultUpName: | QMenuBar::setDefaultUp | Prototype: | void QMenuBar::setDefaultUp(bool b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 933-937 |
| | 2 | 1 |
QMenuBarExtension::sizeHintName: | QMenuBarExtension::sizeHint | Prototype: | QSize QMenuBarExtension::sizeHint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 98-102 |
| | 2 | 1 |
QMenuPrivate::_q_platformMenuAboutToShowName: | QMenuPrivate::_q_platformMenuAboutToShow | Prototype: | void QMenuPrivate::_q_platformMenuAboutToShow() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1266-1282 |
| | 2 | 1 |
QMenuPrivate::hasMouseMovedName: | QMenuPrivate::hasMouseMoved | Prototype: | bool QMenuPrivate::hasMouseMoved(const QPoint &globalPos) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1284-1291 |
| | 2 | 1 |
QMenuPrivate::scrollerHeightName: | QMenuPrivate::scrollerHeight | Prototype: | int QMenuPrivate::scrollerHeight() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 194-198 |
| | 2 | 1 |
QMenuPrivate::updateActionRectsName: | QMenuPrivate::updateActionRects | Prototype: | void QMenuPrivate::updateActionRects() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 237-241 |
| | 2 | 1 |