| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QFileDialog::getSaveFileName| Name: | 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::getOpenFileName| Name: | 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::getExistingDirectory| Name: | 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::fileMode| Name: | 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::defaultSuffix| Name: | 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::acceptMode| Name: | 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::QFileDialog| Name: | 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::QFileDialog| Name: | 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::~QFileDevicePrivate| Name: | 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::setError| Name: | 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::setError| Name: | 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::setError| Name: | 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::unsetError| Name: | 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::isSequential| Name: | 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::error| Name: | 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::QFileDevice| Name: | 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::QFileDevice| Name: | 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::QFileDevice| Name: | 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::readLink| Name: | 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::fileName| Name: | 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::QFile| Name: | 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::QFile| Name: | 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::QFile| Name: | 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::QFile| Name: | 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::QFile| Name: | 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::setWindowFlags| Name: | 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::signalHandler| Name: | 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::~QFbScreen| Name: | 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::initializeCompositor| Name: | 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::QFbScreen| Name: | 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::onDeviceListChanged| Name: | 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::updateMouseStatus| Name: | 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::~QFactoryLoader| Name: | 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::library| Name: | 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::QFSFileEngineIterator| Name: | 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::size| Name: | 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::seek| Name: | 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::pos| Name: | 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::isRelativePath| Name: | 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::handle| Name: | 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::QFSFileEngine| Name: | 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::QFSFileEngine| Name: | 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::QFSFileEngine| Name: | 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::QExposeEvent| Name: | 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::QExpandingLineEdit| Name: | 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::raise| Name: | 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::eventType| Name: | 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::eventSource| Name: | 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::QEventTransition| Name: | 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::QEventTransition| Name: | 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::isRunning| Name: | 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::QEventDispatcherUNIXPrivate| Name: | 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::wakeUp| Name: | 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::hasPendingEvents| Name: | 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::hasPendingEvents| Name: | 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::QEventDispatcherGlib| Name: | 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::QEventDispatcherGlib| Name: | 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::registerEventType| Name: | 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::~QEvdevTouchScreenHandlerThread| Name: | 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::notifyTouchDeviceRegistered| Name: | 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::~QEvdevTabletHandlerThread| Name: | 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::~QEvdevMouseManager| Name: | 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::handleWheelEvent| Name: | 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::~QEvdevMouseHandler| Name: | 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::~QEvdevKeyboardManager| Name: | 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::retranslateStrings| Name: | 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::isMessageToBeShown| Name: | 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::QEnterEvent| Name: | 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::setState| Name: | 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::setOpacity| Name: | 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::endCompositing| Name: | 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::QEglFSWindow| Name: | 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::~QEglFSScreen| Name: | 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::refreshRate| Name: | 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::platformDisplay| Name: | 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::QEglFSKmsDevice| Name: | 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::filterConfig| Name: | 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::QEglFSIntegration| Name: | 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::onDeviceListChanged| Name: | 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::~QEglFSCursor| Name: | 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::QEglFSContext| Name: | 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::QEglConfigChooser| Name: | 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::value| Name: | 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::initialize| Name: | 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::~QEGLPbuffer| Name: | 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::platformDestroy| Name: | 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::hasCapability| Name: | 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::createNativeOffscreenWindow| Name: | 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::QDynamicPropertyChangeEvent| Name: | 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::~QDrag| Name: | 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::target| Name: | 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::supportedActions| Name: | 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::source| Name: | 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::setPixmap| Name: | 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::setHotSpot| Name: | 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::pixmap| Name: | 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::mimeData| Name: | 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::hotSpot| Name: | 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::defaultAction| Name: | 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::cancel| Name: | 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 |