| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QMainWindowLayout::count| Name: | 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: | 1770-1774 |
| | 2 | 1 |
QMainWindow::setDockOptions| Name: | 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: | 455-459 |
| | 2 | 1 |
QMainWindow::resizeDocks| Name: | 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::removeToolBarBreak| Name: | 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: | 758-762 |
| | 2 | 1 |
QMainWindow::menuWidget| Name: | 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: | 571-575 |
| | 2 | 1 |
QMainWindow::isSeparator| Name: | 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::isDockNestingEnabled| Name: | 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: | 952-956 |
| | 2 | 1 |
QMainWindow::isAnimated| Name: | 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: | 916-920 |
| | 2 | 1 |
QMainWindow::dockOptions| Name: | 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: | 461-465 |
| | 2 | 1 |
QLoggingRule::QLoggingRule| Name: | 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: | 62-65 |
| | 2 | 1 |
QLoggingRegistry::unregisterCategory| Name: | 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 |
QLoggingRegistry::QLoggingRegistry| Name: | 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: | 246-249 |
| | 2 | 1 |
QLoggingCategory::~QLoggingCategory| Name: | 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: | 254-258 |
| | 2 | 2 |
QLockFile::staleLockTime| Name: | 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: | 152-156 |
| | 2 | 1 |
QLockFile::setStaleLockTime| Name: | 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: | 140-144 |
| | 2 | 1 |
QLockFile::isLocked| Name: | 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: | 164-168 |
| | 2 | 1 |
QLockFile::getLockInfo| Name: | 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: | 282-286 |
| | 2 | 1 |
QLockFile::error| Name: | 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: | 342-346 |
| | 2 | 1 |
QLockFile::QLockFile| Name: | 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: | 110-113 |
| | 2 | 1 |
QLocaleData::unsLongLongToString| Name: | 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: | 2959-2965 |
| | 2 | 1 |
QLocaleData::longLongToString| Name: | 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: | 2864-2870 |
| | 2 | 1 |
QLocaleData::doubleToString| Name: | 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: | 2744-2749 |
| | 2 | 1 |
QLocaleData::c| Name: | 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: | 657-661 |
| | 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: | 865-869 |
| | 2 | 1 |
QLocale::QLocale| Name: | 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: | 838-841 |
| | 2 | 1 |
QLocale::QLocale| Name: | 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: | 772-775 |
| | 2 | 1 |
QLocale::QLocale| Name: | 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: | 785-788 |
| | 2 | 1 |
QLocale::QLocale| Name: | 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: | 809-812 |
| | 2 | 1 |
QLocalSocketPrivate::_q_abortConnectionAttempt| Name: | 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: | 369-373 |
| | 2 | 1 |
QLocalSocketPrivate::QLocalSocketPrivate| Name: | 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: | 65-72 |
| | 2 | 1 |
QLocalSocket::writeData| Name: | 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: | 399-403 |
| | 2 | 1 |
QLocalSocket::waitForBytesWritten| Name: | 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: | 444-448 |
| | 2 | 1 |
QLocalSocket::state| Name: | 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: | 438-442 |
| | 2 | 1 |
QLocalSocket::socketDescriptor| Name: | 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: | 387-391 |
| | 2 | 1 |
QLocalSocket::setReadBufferSize| Name: | 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: | 507-511 |
| | 2 | 1 |
QLocalSocket::serverName| Name: | 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: | 414-418 |
| | 2 | 1 |
QLocalSocket::readData| Name: | 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: | 393-397 |
| | 2 | 1 |
QLocalSocket::readBufferSize| Name: | 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: | 501-505 |
| | 2 | 1 |
QLocalSocket::open| Name: | 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: | 366-370 |
| | 2 | 1 |
QLocalSocket::isValid| Name: | 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: | 495-499 |
| | 2 | 1 |
QLocalSocket::fullServerName| Name: | 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: | 427-431 |
| | 2 | 1 |
QLocalSocket::flush| Name: | 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: | 450-454 |
| | 2 | 1 |
QLocalSocket::disconnectFromServer| Name: | 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: | 456-460 |
| | 2 | 1 |
QLocalSocket::connectToServer| Name: | 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: | 383-387 |
| | 2 | 1 |
QLocalSocket::canReadLine| Name: | QLocalSocket::canReadLine | | Prototype: | bool QLocalSocket::canReadLine() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | | Lines: | 423-427 |
| | 2 | 1 |
QLocalSocket::bytesToWrite| Name: | 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: | 417-421 |
| | 2 | 1 |
QLocalSocket::bytesAvailable| Name: | 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: | 411-415 |
| | 2 | 1 |
QLocalSocket::abort| Name: | 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: | 405-409 |
| | 2 | 1 |
QLocalSocket::QLocalSocket| Name: | 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: | 347-352 |
| | 2 | 1 |
QLocalServer::~QLocalServer| Name: | 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: | 129-133 |
| | 2 | 2 |
QLocalServer::socketOptions| Name: | 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: | 179-183 |
| | 2 | 1 |
QLocalServer::setSocketOptions| Name: | 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: | 166-171 |
| | 2 | 1 |
QLocalServer::setMaxPendingConnections| Name: | 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: | 462-466 |
| | 2 | 1 |
QLocalServer::serverName| Name: | 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: | 419-423 |
| | 2 | 1 |
QLocalServer::serverError| Name: | 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: | 443-447 |
| | 2 | 1 |
QLocalServer::maxPendingConnections| Name: | 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: | 351-355 |
| | 2 | 1 |
QLocalServer::isListening| Name: | 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: | 260-264 |
| | 2 | 1 |
QLocalServer::hasPendingConnections| Name: | 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: | 224-228 |
| | 2 | 1 |
QLocalServer::fullServerName| Name: | QLocalServer::fullServerName | | Prototype: | QString QLocalServer::fullServerName() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 432-436 |
| | 2 | 1 |
QLocalServer::errorString| Name: | QLocalServer::errorString | | Prototype: | QString QLocalServer::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 212-216 |
| | 2 | 1 |
QLocalServer::QLocalServer| Name: | QLocalServer::QLocalServer | | Prototype: | QLocalServer::QLocalServer(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 113-118 |
| | 2 | 1 |
QListWidgetPrivate::_q_sort| Name: | QListWidgetPrivate::_q_sort | | Prototype: | void QListWidgetPrivate::_q_sort() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1131-1135 |
| | 2 | 2 |
QListWidgetPrivate::_q_emitItemPressed| Name: | QListWidgetPrivate::_q_emitItemPressed | | Prototype: | void QListWidgetPrivate::_q_emitItemPressed(const QModelIndex &index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1077-1081 |
| | 2 | 1 |
QListWidgetPrivate::_q_emitItemEntered| Name: | QListWidgetPrivate::_q_emitItemEntered | | Prototype: | void QListWidgetPrivate::_q_emitItemEntered(const QModelIndex &index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1101-1105 |
| | 2 | 1 |
QListWidgetPrivate::_q_emitItemDoubleClicked| Name: | QListWidgetPrivate::_q_emitItemDoubleClicked | | Prototype: | void QListWidgetPrivate::_q_emitItemDoubleClicked(const QModelIndex &index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1089-1093 |
| | 2 | 1 |
QListWidgetPrivate::_q_emitItemClicked| Name: | QListWidgetPrivate::_q_emitItemClicked | | Prototype: | void QListWidgetPrivate::_q_emitItemClicked(const QModelIndex &index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1083-1087 |
| | 2 | 1 |
QListWidgetPrivate::_q_emitItemChanged| Name: | QListWidgetPrivate::_q_emitItemChanged | | Prototype: | void QListWidgetPrivate::_q_emitItemChanged(const QModelIndex &index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1107-1111 |
| | 2 | 1 |
QListWidgetPrivate::_q_emitItemActivated| Name: | QListWidgetPrivate::_q_emitItemActivated | | Prototype: | void QListWidgetPrivate::_q_emitItemActivated(const QModelIndex &index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1095-1099 |
| | 2 | 1 |
QListWidgetItem::operator<| Name: | QListWidgetItem::operator< | | Prototype: | bool QListWidgetItem::operator<(const QListWidgetItem &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 734-738 |
| | 2 | 1 |
QListWidgetItem::QListWidgetItem| Name: | QListWidgetItem::QListWidgetItem | | Prototype: | QListWidgetItem::QListWidgetItem(QListWidget *view, int type) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 600-609 |
| | 2 | 2 |
QListWidget::supportedDropActions| Name: | QListWidget::supportedDropActions | | Prototype: | Qt::DropActions QListWidget::supportedDropActions() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1917-1921 |
| | 2 | 1 |
QListWidget::sortOrder| Name: | QListWidget::sortOrder | | Prototype: | Qt::SortOrder QListWidget::sortOrder() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1607-1611 |
| | 2 | 1 |
QListWidget::setSortingEnabled| Name: | QListWidget::setSortingEnabled | | Prototype: | void QListWidget::setSortingEnabled(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1592-1596 |
| | 2 | 1 |
QListWidget::setCurrentRow| Name: | QListWidget::setCurrentRow | | Prototype: | void QListWidget::setCurrentRow(int row, QItemSelectionModel::SelectionFlags command) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1533-1537 |
| | 2 | 1 |
QListWidget::row| Name: | QListWidget::row | | Prototype: | int QListWidget::row(const QListWidgetItem *item) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1399-1403 |
| | 2 | 1 |
QListWidget::itemAt| Name: | QListWidget::itemAt | | Prototype: | QListWidgetItem *QListWidget::itemAt(const QPoint &p) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1544-1549 |
| | 2 | 1 |
QListWidget::isSortingEnabled| Name: | QListWidget::isSortingEnabled | | Prototype: | bool QListWidget::isSortingEnabled() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1598-1602 |
| | 2 | 1 |
QListWidget::insertItems| Name: | QListWidget::insertItems | | Prototype: | void QListWidget::insertItems(int row, const QStringList &labels) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1439-1443 |
| | 2 | 1 |
QListWidget::insertItem| Name: | QListWidget::insertItem | | Prototype: | void QListWidget::insertItem(int row, const QString &label) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1426-1430 |
| | 2 | 1 |
QListWidget::indexFromItem| Name: | QListWidget::indexFromItem | | Prototype: | QModelIndex QListWidget::indexFromItem(QListWidgetItem *item) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1941-1945 |
| | 2 | 1 |
QListWidget::editItem| Name: | QListWidget::editItem | | Prototype: | void QListWidget::editItem(QListWidgetItem *item) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1617-1621 |
| | 2 | 1 |
QListWidget::currentItem| Name: | QListWidget::currentItem | | Prototype: | QListWidgetItem *QListWidget::currentItem() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1477-1481 |
| | 2 | 1 |
QListWidget::count| Name: | QListWidget::count | | Prototype: | int QListWidget::count() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1468-1472 |
| | 2 | 1 |
QListWidget::QListWidget| Name: | QListWidget::QListWidget | | Prototype: | QListWidget::QListWidget(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1338-1343 |
| | 2 | 1 |
QListViewPrivate::clear| Name: | QListViewPrivate::clear | | Prototype: | void QListViewPrivate::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1662-1667 |
| | 2 | 1 |
QListViewPrivate::QListViewPrivate| Name: | QListViewPrivate::QListViewPrivate | | Prototype: | QListViewPrivate::QListViewPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1639-1655 |
| | 2 | 1 |
QListView::wordWrap| Name: | QListView::wordWrap | | Prototype: | bool QListView::wordWrap() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1593-1597 |
| | 2 | 1 |
QListView::visualRect| Name: | QListView::visualRect | | Prototype: | QRect QListView::visualRect(const QModelIndex &index) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 561-565 |
| | 2 | 1 |
QListView::viewMode| Name: | QListView::viewMode | | Prototype: | QListView::ViewMode QListView::viewMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 512-516 |
| | 2 | 1 |
QListView::uniformItemSizes| Name: | QListView::uniformItemSizes | | Prototype: | bool QListView::uniformItemSizes() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1564-1568 |
| | 2 | 1 |
QListView::startDrag| Name: | QListView::startDrag | | Prototype: | void QListView::startDrag(Qt::DropActions supportedActions) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 923-927 |
| | 2 | 2 |
QListView::spacing| Name: | QListView::spacing | | Prototype: | int QListView::spacing() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 385-389 |
| | 2 | 1 |
QListView::setUniformItemSizes| Name: | QListView::setUniformItemSizes | | Prototype: | void QListView::setUniformItemSizes(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1558-1562 |
| | 2 | 1 |
QListView::setLayoutMode| Name: | QListView::setLayoutMode | | Prototype: | void QListView::setLayoutMode(LayoutMode mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 351-355 |
| | 2 | 1 |
QListView::resizeMode| Name: | QListView::resizeMode | | Prototype: | QListView::ResizeMode QListView::resizeMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 332-336 |
| | 2 | 1 |
QListView::resizeContents| Name: | QListView::resizeContents | | Prototype: | void QListView::resizeContents(int width, int height) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 718-722 |
| | 2 | 1 |
QListView::movement| Name: | QListView::movement | | Prototype: | QListView::Movement QListView::movement() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 247-251 |
| | 2 | 1 |
QListView::modelColumn| Name: | QListView::modelColumn | | Prototype: | int QListView::modelColumn() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1541-1545 |
| | 2 | 1 |
QListView::layoutMode| Name: | QListView::layoutMode | | Prototype: | QListView::LayoutMode QListView::layoutMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 357-361 |
| | 2 | 1 |
QListView::isWrapping| Name: | QListView::isWrapping | | Prototype: | bool QListView::isWrapping() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 307-311 |
| | 2 | 1 |