Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QFileDialog::getSaveFileNameName: | QFileDialog::getSaveFileName | Prototype: | QString QFileDialog::getSaveFileName(QWidget *parent, const QString &caption, const QString &dir, const QString &filter, QString *selectedFilter, Options options) | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 2340-2350 |
| | 2 | 2 |
QFileDialog::getOpenFileNameName: | QFileDialog::getOpenFileName | Prototype: | QString QFileDialog::getOpenFileName(QWidget *parent, const QString &caption, const QString &dir, const QString &filter, QString *selectedFilter, Options options) | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 2105-2115 |
| | 2 | 2 |
QFileDialog::getExistingDirectoryName: | QFileDialog::getExistingDirectory | Prototype: | QString QFileDialog::getExistingDirectory(QWidget *parent, const QString &caption, const QString &dir, Options options) | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 2450-2458 |
| | 2 | 2 |
QFileDialog::fileModeName: | QFileDialog::fileMode | Prototype: | QFileDialog::FileMode QFileDialog::fileMode() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 1676-1680 |
| | 2 | 1 |
QFileDialog::defaultSuffixName: | QFileDialog::defaultSuffix | Prototype: | QString QFileDialog::defaultSuffix() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 1879-1883 |
| | 2 | 1 |
QFileDialog::acceptModeName: | QFileDialog::acceptMode | Prototype: | QFileDialog::AcceptMode QFileDialog::acceptMode() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 1796-1800 |
| | 2 | 1 |
QFileDialog::QFileDialogName: | QFileDialog::QFileDialog | Prototype: | QFileDialog::QFileDialog(QWidget *parent, Qt::WindowFlags f) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 348-353 |
| | 2 | 1 |
QFileDialog::QFileDialogName: | QFileDialog::QFileDialog | Prototype: | QFileDialog::QFileDialog(QWidget *parent, const QString &caption, const QString &directory, const QString &filter) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 362-370 |
| | 2 | 1 |
QFileDevicePrivate::~QFileDevicePrivateName: | QFileDevicePrivate::~QFileDevicePrivate | Prototype: | QFileDevicePrivate::~QFileDevicePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 63-67 |
| | 2 | 1 |
QFileDevicePrivate::setErrorName: | QFileDevicePrivate::setError | Prototype: | void QFileDevicePrivate::setError(QFileDevice::FileError err, int errNum) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 88-92 |
| | 2 | 1 |
QFileDevicePrivate::setErrorName: | QFileDevicePrivate::setError | Prototype: | void QFileDevicePrivate::setError(QFileDevice::FileError err) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 76-80 |
| | 2 | 1 |
QFileDevicePrivate::setErrorName: | QFileDevicePrivate::setError | Prototype: | void QFileDevicePrivate::setError(QFileDevice::FileError err, const QString &errStr) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 82-86 |
| | 2 | 1 |
QFileDevice::unsetErrorName: | QFileDevice::unsetError | Prototype: | void QFileDevice::unsetError() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 587-591 |
| | 2 | 1 |
QFileDevice::isSequentialName: | QFileDevice::isSequential | Prototype: | bool QFileDevice::isSequential() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 242-246 |
| | 2 | 1 |
QFileDevice::errorName: | QFileDevice::error | Prototype: | QFileDevice::FileError QFileDevice::error() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 576-580 |
| | 2 | 1 |
QFileDevice::QFileDeviceName: | QFileDevice::QFileDevice | Prototype: | QFileDevice::QFileDevice() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 206-209 |
| | 2 | 1 |
QFileDevice::QFileDeviceName: | QFileDevice::QFileDevice | Prototype: | QFileDevice::QFileDevice(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 213-216 |
| | 2 | 1 |
QFileDevice::QFileDeviceName: | QFileDevice::QFileDevice | Prototype: | QFileDevice::QFileDevice(QFileDevicePrivate &dd, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 220-223 |
| | 2 | 1 |
QFile::readLinkName: | QFile::readLink | Prototype: | QString QFile::readLink() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 460-465 |
| | 2 | 1 |
QFile::fileNameName: | QFile::fileName | Prototype: | QString QFile::fileName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 295-299 |
| | 2 | 1 |
QFile::QFileName: | QFile::QFile | Prototype: | QFile::QFile() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 243-246 |
| | 2 | 1 |
QFile::QFileName: | QFile::QFile | Prototype: | QFile::QFile(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 250-253 |
| | 2 | 1 |
QFile::QFileName: | QFile::QFile | Prototype: | QFile::QFile(const QString &name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 257-262 |
| | 2 | 1 |
QFile::QFileName: | QFile::QFile | Prototype: | QFile::QFile(const QString &name, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 267-272 |
| | 2 | 1 |
QFile::QFileName: | QFile::QFile | Prototype: | QFile::QFile(QFilePrivate &dd, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 276-279 |
| | 2 | 1 |
QFbWindow::setWindowFlagsName: | QFbWindow::setWindowFlags | Prototype: | void QFbWindow::setWindowFlags(Qt::WindowFlags flags) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbwindow.cpp | Lines: | 100-104 |
| | 2 | 1 |
QFbVtHandler::signalHandlerName: | QFbVtHandler::signalHandler | Prototype: | void QFbVtHandler::signalHandler(int sigNo) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbvthandler.cpp | Lines: | 91-95 |
| | 2 | 1 |
QFbScreen::~QFbScreenName: | QFbScreen::~QFbScreen | Prototype: | QFbScreen::~QFbScreen() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | Lines: | 58-62 |
| | 2 | 1 |
QFbScreen::initializeCompositorName: | QFbScreen::initializeCompositor | Prototype: | void QFbScreen::initializeCompositor() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | Lines: | 64-68 |
| | 2 | 1 |
QFbScreen::QFbScreenName: | QFbScreen::QFbScreen | Prototype: | QFbScreen::QFbScreen() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | Lines: | 54-56 |
| | 2 | 1 |
QFbCursorDeviceListener::onDeviceListChangedName: | QFbCursorDeviceListener::onDeviceListChanged | Prototype: | void QFbCursorDeviceListener::onDeviceListChanged(QInputDeviceManager::DeviceType type) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | Lines: | 52-56 |
| | 2 | 2 |
QFbCursor::updateMouseStatusName: | QFbCursor::updateMouseStatus | Prototype: | void QFbCursor::updateMouseStatus() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbcursor.cpp | Lines: | 197-201 |
| | 2 | 1 |
QFactoryLoader::~QFactoryLoaderName: | QFactoryLoader::~QFactoryLoader | Prototype: | QFactoryLoader::~QFactoryLoader() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | Lines: | 207-211 |
| | 2 | 1 |
QFactoryLoader::libraryName: | QFactoryLoader::library | Prototype: | QLibraryPrivate *QFactoryLoader::library(const QString &key) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | Lines: | 214-218 |
| | 2 | 1 |
QFSFileEngineIterator::QFSFileEngineIteratorName: | QFSFileEngineIterator::QFSFileEngineIterator | Prototype: | QFSFileEngineIterator::QFSFileEngineIterator(QDir::Filters filters, const QStringList &filterNames) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_iterator.cpp | Lines: | 48-52 |
| | 2 | 1 |
QFSFileEngine::sizeName: | QFSFileEngine::size | Prototype: | qint64 QFSFileEngine::size() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 461-465 |
| | 2 | 1 |
QFSFileEngine::seekName: | QFSFileEngine::seek | Prototype: | bool QFSFileEngine::seek(qint64 pos) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 518-522 |
| | 2 | 1 |
QFSFileEngine::posName: | QFSFileEngine::pos | Prototype: | qint64 QFSFileEngine::pos() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 499-503 |
| | 2 | 1 |
QFSFileEngine::isRelativePathName: | QFSFileEngine::isRelativePath | Prototype: | bool QFSFileEngine::isRelativePath() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 629-633 |
| | 2 | 1 |
QFSFileEngine::handleName: | QFSFileEngine::handle | Prototype: | int QFSFileEngine::handle() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 565-569 |
| | 2 | 1 |
QFSFileEngine::QFSFileEngineName: | QFSFileEngine::QFSFileEngine | Prototype: | QFSFileEngine::QFSFileEngine(QFSFileEnginePrivate &dd) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 168-171 |
| | 2 | 1 |
QFSFileEngine::QFSFileEngineName: | QFSFileEngine::QFSFileEngine | Prototype: | QFSFileEngine::QFSFileEngine(const QString &file) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 151-156 |
| | 2 | 1 |
QFSFileEngine::QFSFileEngineName: | QFSFileEngine::QFSFileEngine | Prototype: | QFSFileEngine::QFSFileEngine() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | Lines: | 161-163 |
| | 2 | 1 |
QExposeEvent::QExposeEventName: | QExposeEvent::QExposeEvent | Prototype: | QExposeEvent::QExposeEvent(const QRegion &exposeRegion) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 1527-1531 |
| | 2 | 1 |
QExpandingLineEdit::QExpandingLineEditName: | QExpandingLineEdit::QExpandingLineEdit | Prototype: | QExpandingLineEdit::QExpandingLineEdit(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 529-534 |
| | 2 | 1 |
QException::raiseName: | QException::raise | Prototype: | void QException::raise() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | Lines: | 126-130 |
| | 2 | 1 |
QEventTransition::eventTypeName: | QEventTransition::eventType | Prototype: | QEvent::Type QEventTransition::eventType() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 185-189 |
| | 2 | 1 |
QEventTransition::eventSourceName: | QEventTransition::eventSource | Prototype: | QObject *QEventTransition::eventSource() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 207-211 |
| | 2 | 1 |
QEventTransition::QEventTransitionName: | QEventTransition::QEventTransition | Prototype: | QEventTransition::QEventTransition(QState *sourceState) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 133-136 |
| | 2 | 1 |
QEventTransition::QEventTransitionName: | QEventTransition::QEventTransition | Prototype: | QEventTransition::QEventTransition(QEventTransitionPrivate &dd, QState *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 156-159 |
| | 2 | 1 |
QEventLoop::isRunningName: | QEventLoop::isRunning | Prototype: | bool QEventLoop::isRunning() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 281-285 |
| | 2 | 1 |
QEventDispatcherUNIXPrivate::QEventDispatcherUNIXPrivateName: | QEventDispatcherUNIXPrivate::QEventDispatcherUNIXPrivate | Prototype: | QEventDispatcherUNIXPrivate::QEventDispatcherUNIXPrivate() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 225-229 |
| | 2 | 2 |
QEventDispatcherUNIX::wakeUpName: | QEventDispatcherUNIX::wakeUp | Prototype: | void QEventDispatcherUNIX::wakeUp() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 539-543 |
| | 2 | 1 |
QEventDispatcherUNIX::hasPendingEventsName: | QEventDispatcherUNIX::hasPendingEvents | Prototype: | bool QEventDispatcherUNIX::hasPendingEvents() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 520-524 |
| | 2 | 1 |
QEventDispatcherGlib::hasPendingEventsName: | QEventDispatcherGlib::hasPendingEvents | Prototype: | bool QEventDispatcherGlib::hasPendingEvents() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 435-439 |
| | 2 | 1 |
QEventDispatcherGlib::QEventDispatcherGlibName: | QEventDispatcherGlib::QEventDispatcherGlib | Prototype: | QEventDispatcherGlib::QEventDispatcherGlib(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 357-360 |
| | 2 | 1 |
QEventDispatcherGlib::QEventDispatcherGlibName: | QEventDispatcherGlib::QEventDispatcherGlib | Prototype: | QEventDispatcherGlib::QEventDispatcherGlib(QEventDispatcherGlibPrivate &dd, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 608-611 |
| | 2 | 1 |
QEvent::registerEventTypeName: | QEvent::registerEventType | Prototype: | int QEvent::registerEventType(int hint) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 476-480 |
| | 2 | 1 |
QEvdevTouchScreenHandlerThread::~QEvdevTouchScreenHandlerThreadName: | QEvdevTouchScreenHandlerThread::~QEvdevTouchScreenHandlerThread | Prototype: | QEvdevTouchScreenHandlerThread::~QEvdevTouchScreenHandlerThread() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 692-696 |
| | 2 | 1 |
QEvdevTouchScreenHandlerThread::notifyTouchDeviceRegisteredName: | QEvdevTouchScreenHandlerThread::notifyTouchDeviceRegistered | Prototype: | void QEvdevTouchScreenHandlerThread::notifyTouchDeviceRegistered() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 715-719 |
| | 2 | 1 |
QEvdevTabletHandlerThread::~QEvdevTabletHandlerThreadName: | QEvdevTabletHandlerThread::~QEvdevTabletHandlerThread | Prototype: | QEvdevTabletHandlerThread::~QEvdevTabletHandlerThread() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablethandler.cpp | Lines: | 283-287 |
| | 2 | 1 |
QEvdevMouseManager::~QEvdevMouseManagerName: | QEvdevMouseManager::~QEvdevMouseManager | Prototype: | QEvdevMouseManager::~QEvdevMouseManager() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousemanager.cpp | Lines: | 107-111 |
| | 2 | 1 |
QEvdevMouseManager::handleWheelEventName: | QEvdevMouseManager::handleWheelEvent | Prototype: | void QEvdevMouseManager::handleWheelEvent(int delta, Qt::Orientation orientation) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousemanager.cpp | Lines: | 148-152 |
| | 2 | 1 |
QEvdevMouseHandler::~QEvdevMouseHandlerName: | QEvdevMouseHandler::~QEvdevMouseHandler | Prototype: | QEvdevMouseHandler::~QEvdevMouseHandler() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp | Lines: | 118-122 |
| | 2 | 2 |
QEvdevKeyboardManager::~QEvdevKeyboardManagerName: | QEvdevKeyboardManager::~QEvdevKeyboardManager | Prototype: | QEvdevKeyboardManager::~QEvdevKeyboardManager() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardmanager.cpp | Lines: | 98-102 |
| | 2 | 1 |
QErrorMessagePrivate::retranslateStringsName: | QErrorMessagePrivate::retranslateStrings | Prototype: | void QErrorMessagePrivate::retranslateStrings() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | Lines: | 397-401 |
| | 2 | 1 |
QErrorMessagePrivate::isMessageToBeShownName: | QErrorMessagePrivate::isMessageToBeShown | Prototype: | bool QErrorMessagePrivate::isMessageToBeShown(const QString &message, const QString &type) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | Lines: | 319-323 |
| | 2 | 1 |
QEnterEvent::QEnterEventName: | QEnterEvent::QEnterEvent | Prototype: | QEnterEvent::QEnterEvent(const QPointF &localPos, const QPointF &windowPos, const QPointF &screenPos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 77-83 |
| | 2 | 1 |
QEmulationPaintEngine::setStateName: | QEmulationPaintEngine::setState | Prototype: | void QEmulationPaintEngine::setState(QPainterState *s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | Lines: | 263-267 |
| | 2 | 1 |
QEglFSWindow::setOpacityName: | QEglFSWindow::setOpacity | Prototype: | void QEglFSWindow::setOpacity(qreal) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | Lines: | 327-333 |
| | 2 | 2 |
QEglFSWindow::endCompositingName: | QEglFSWindow::endCompositing | Prototype: | void QEglFSWindow::endCompositing() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | Lines: | 316-320 |
| | 2 | 2 |
QEglFSWindow::QEglFSWindowName: | QEglFSWindow::QEglFSWindow | Prototype: | QEglFSWindow::QEglFSWindow(QWindow *w) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | Lines: | 55-64 |
| | 2 | 1 |
QEglFSScreen::~QEglFSScreenName: | QEglFSScreen::~QEglFSScreen | Prototype: | QEglFSScreen::~QEglFSScreen() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsscreen.cpp | Lines: | 60-64 |
| | 2 | 1 |
QEglFSKmsScreen::refreshRateName: | QEglFSKmsScreen::refreshRate | Prototype: | qreal QEglFSKmsScreen::refreshRate() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsscreen.cpp | Lines: | 181-185 |
| | 2 | 1 |
QEglFSKmsIntegration::platformDisplayName: | QEglFSKmsIntegration::platformDisplay | Prototype: | EGLNativeDisplayType QEglFSKmsIntegration::platformDisplay() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsintegration.cpp | Lines: | 90-94 |
| | 2 | 1 |
QEglFSKmsDevice::QEglFSKmsDeviceName: | QEglFSKmsDevice::QEglFSKmsDevice | Prototype: | QEglFSKmsDevice::QEglFSKmsDevice(QEglFSKmsIntegration *integration, const QString &path) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsdevice.cpp | Lines: | 332-339 |
| | 2 | 1 |
QEglFSIntegration::chooseConfig::filterConfigName: | QEglFSIntegration::chooseConfig::filterConfig | Prototype: | bool filterConfig(EGLConfig config) const override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsintegration.cpp | Lines: | 447-450 |
| | 2 | 1 |
QEglFSIntegration::QEglFSIntegrationName: | QEglFSIntegration::QEglFSIntegration | Prototype: | QEglFSIntegration::QEglFSIntegration() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsintegration.cpp | Lines: | 98-109 |
| | 2 | 1 |
QEglFSCursorDeviceListener::onDeviceListChangedName: | QEglFSCursorDeviceListener::onDeviceListChanged | Prototype: | void QEglFSCursorDeviceListener::onDeviceListChanged(QInputDeviceManager::DeviceType type) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | Lines: | 107-111 |
| | 2 | 2 |
QEglFSCursor::~QEglFSCursorName: | QEglFSCursor::~QEglFSCursor | Prototype: | QEglFSCursor::~QEglFSCursor() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | Lines: | 91-95 |
| | 2 | 1 |
QEglFSContext::QEglFSContextName: | QEglFSContext::QEglFSContext | Prototype: | QEglFSContext::QEglFSContext(const QSurfaceFormat &format, QPlatformOpenGLContext *share, EGLDisplay display, EGLConfig *config, const QVariant &nativeHandle) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscontext.cpp | Lines: | 52-58 |
| | 2 | 1 |
QEglConfigChooser::QEglConfigChooserName: | QEglConfigChooser::QEglConfigChooser | Prototype: | QEglConfigChooser::QEglConfigChooser(EGLDisplay display) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | Lines: | 220-229 |
| | 2 | 1 |
QEasingCurveFunction::valueName: | QEasingCurveFunction::value | Prototype: | qreal QEasingCurveFunction::value(qreal t) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 377-381 |
| | 2 | 1 |
QEGLPlatformContext::initializeName: | QEGLPlatformContext::initialize | Prototype: | void QEGLPlatformContext::initialize() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglplatformcontext.cpp | Lines: | 256-260 |
| | 2 | 2 |
QEGLPbuffer::~QEGLPbufferName: | QEGLPbuffer::~QEGLPbuffer | Prototype: | QEGLPbuffer::~QEGLPbuffer() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglpbuffer.cpp | Lines: | 97-101 |
| | 2 | 2 |
QEGLDeviceIntegration::platformDestroyName: | QEGLDeviceIntegration::platformDestroy | Prototype: | void QEGLDeviceIntegration::platformDestroy() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | Lines: | 164-170 |
| | 2 | 2 |
QEGLDeviceIntegration::hasCapabilityName: | QEGLDeviceIntegration::hasCapability | Prototype: | bool QEGLDeviceIntegration::hasCapability(QPlatformIntegration::Capability cap) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | Lines: | 303-307 |
| | 2 | 1 |
QEGLDeviceIntegration::createNativeOffscreenWindowName: | QEGLDeviceIntegration::createNativeOffscreenWindow | Prototype: | EGLNativeWindowType QEGLDeviceIntegration::createNativeOffscreenWindow(const QSurfaceFormat &format) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | Lines: | 292-296 |
| | 2 | 1 |
QDynamicPropertyChangeEvent::QDynamicPropertyChangeEventName: | QDynamicPropertyChangeEvent::QDynamicPropertyChangeEvent | Prototype: | QDynamicPropertyChangeEvent::QDynamicPropertyChangeEvent(const QByteArray &name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | Lines: | 610-613 |
| | 2 | 1 |
QDrag::~QDragName: | QDrag::~QDrag | Prototype: | QDrag::~QDrag() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | Lines: | 128-132 |
| | 2 | 1 |
QDrag::targetName: | QDrag::target | Prototype: | QObject *QDrag::target() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | Lines: | 215-219 |
| | 2 | 1 |
QDrag::supportedActionsName: | QDrag::supportedActions | Prototype: | Qt::DropActions QDrag::supportedActions() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | Lines: | 373-377 |
| | 2 | 1 |
QDrag::sourceName: | QDrag::source | Prototype: | QObject *QDrag::source() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | Lines: | 205-209 |
| | 2 | 1 |
QDrag::setPixmapName: | QDrag::setPixmap | Prototype: | void QDrag::setPixmap(const QPixmap &pixmap) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | Lines: | 162-166 |
| | 2 | 1 |
QDrag::setHotSpotName: | QDrag::setHotSpot | Prototype: | void QDrag::setHotSpot(const QPoint& hotspot) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | Lines: | 185-189 |
| | 2 | 1 |
QDrag::pixmapName: | QDrag::pixmap | Prototype: | QPixmap QDrag::pixmap() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | Lines: | 171-175 |
| | 2 | 1 |
QDrag::mimeDataName: | QDrag::mimeData | Prototype: | QMimeData *QDrag::mimeData() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | Lines: | 151-155 |
| | 2 | 1 |
QDrag::hotSpotName: | QDrag::hotSpot | Prototype: | QPoint QDrag::hotSpot() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | Lines: | 195-199 |
| | 2 | 1 |
QDrag::defaultActionName: | QDrag::defaultAction | Prototype: | Qt::DropAction QDrag::defaultAction() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | Lines: | 385-389 |
| | 2 | 1 |
QDrag::cancelName: | QDrag::cancel | Prototype: | void QDrag::cancel() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | Lines: | 399-403 |
| | 2 | 2 |