Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QErrorMessage::~QErrorMessageName: | QErrorMessage::~QErrorMessage | Prototype: | QErrorMessage::~QErrorMessage() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | Lines: | 258-267 |
| | 5 | 3 |
QErrorMessagePrivate::isMessageToBeShownName: | QErrorMessagePrivate::isMessageToBeShown | Prototype: | bool QErrorMessagePrivate::isMessageToBeShown(const QString &message, const QString &type) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | Lines: | 313-317 |
| | 2 | 1 |
QErrorMessagePrivate::nextPendingName: | QErrorMessagePrivate::nextPending | Prototype: | bool QErrorMessagePrivate::nextPending() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | Lines: | 319-338 |
| | 11 | 3 |
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: | 391-395 |
| | 2 | 1 |
QErrorMessageTextView::QErrorMessageTextViewName: | QErrorMessageTextView::QErrorMessageTextView | Prototype: | QErrorMessageTextView(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | Lines: | 87-88 |
| | 1 | 1 |
QErrorMessageTextView::minimumSizeHintName: | QErrorMessageTextView::minimumSizeHint | Prototype: | QSize QErrorMessageTextView::minimumSizeHint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | Lines: | 95-108 |
| | 1 | 1 |
QErrorMessageTextView::sizeHintName: | QErrorMessageTextView::sizeHint | Prototype: | QSize QErrorMessageTextView::sizeHint() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | Lines: | 110-123 |
| | 1 | 1 |
QEvdevKeyboardHandler::QEvdevKeyboardHandlerName: | QEvdevKeyboardHandler::QEvdevKeyboardHandler | Prototype: | QEvdevKeyboardHandler::QEvdevKeyboardHandler(const QString &device, QFdContainer &fd, bool disableZap, bool enableCompose, const QString &keymapFile) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | Lines: | 62-80 |
| | 7 | 3 |
QEvdevKeyboardHandler::createName: | QEvdevKeyboardHandler::create | Prototype: | QEvdevKeyboardHandler *QEvdevKeyboardHandler::create(const QString &device, const QString &specification, const QString &defaultKeymapFile) | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | Lines: | 87-131 |
| | 31 | 12 |
QEvdevKeyboardHandler::loadKeymapName: | QEvdevKeyboardHandler::loadKeymap | Prototype: | bool QEvdevKeyboardHandler::loadKeymap(const QString &file) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | Lines: | 495-552 |
| | 29 | 7 |
QEvdevKeyboardHandler::processKeyEventName: | QEvdevKeyboardHandler::processKeyEvent | Prototype: | void QEvdevKeyboardHandler::processKeyEvent(int nativecode, int unicode, int qtcode, Qt::KeyboardModifiers modifiers, bool isPress, bool autoRepeat) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | Lines: | 211-217 |
| | 3 | 1 |
QEvdevKeyboardHandler::processKeycodeName: | QEvdevKeyboardHandler::processKeycode | Prototype: | QEvdevKeyboardHandler::KeycodeAction QEvdevKeyboardHandler::processKeycode(quint16 keycode, bool pressed, bool autorepeat) | Coverage: | 0.000% (0/227) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | Lines: | 219-451 |
| | 155 | 60 |
QEvdevKeyboardHandler::readKeycodeName: | QEvdevKeyboardHandler::readKeycode | Prototype: | void QEvdevKeyboardHandler::readKeycode() | Coverage: | 0.000% (0/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | Lines: | 146-209 |
| | 34 | 16 |
QEvdevKeyboardHandler::switchLedName: | QEvdevKeyboardHandler::switchLed | Prototype: | void QEvdevKeyboardHandler::switchLed(int led, bool state) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | Lines: | 133-144 |
| | 7 | 2 |
QEvdevKeyboardHandler::unloadKeymapName: | QEvdevKeyboardHandler::unloadKeymap | Prototype: | void QEvdevKeyboardHandler::unloadKeymap() | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | Lines: | 453-493 |
| | 27 | 9 |
QEvdevKeyboardHandler::~QEvdevKeyboardHandlerName: | QEvdevKeyboardHandler::~QEvdevKeyboardHandler | Prototype: | QEvdevKeyboardHandler::~QEvdevKeyboardHandler() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | Lines: | 82-85 |
| | 1 | 1 |
QEvdevKeyboardManager::QEvdevKeyboardManagerName: | QEvdevKeyboardManager::QEvdevKeyboardManager | Prototype: | QEvdevKeyboardManager::QEvdevKeyboardManager(const QString &key, const QString &specification, QObject *parent) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardmanager.cpp | Lines: | 47-90 |
| | 22 | 9 |
QEvdevKeyboardManager::addKeyboardName: | QEvdevKeyboardManager::addKeyboard | Prototype: | void QEvdevKeyboardManager::addKeyboard(const QString &deviceNode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardmanager.cpp | Lines: | 98-110 |
| | 8 | 3 |
QEvdevKeyboardManager::loadKeymapName: | QEvdevKeyboardManager::loadKeymap | Prototype: | void QEvdevKeyboardManager::loadKeymap(const QString &file) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardmanager.cpp | Lines: | 124-146 |
| | 12 | 7 |
QEvdevKeyboardManager::removeKeyboardName: | QEvdevKeyboardManager::removeKeyboard | Prototype: | void QEvdevKeyboardManager::removeKeyboard(const QString &deviceNode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardmanager.cpp | Lines: | 112-122 |
| | 7 | 3 |
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: | 92-96 |
| | 2 | 1 |
QEvdevMouseHandler::QEvdevMouseHandlerName: | QEvdevMouseHandler::QEvdevMouseHandler | Prototype: | QEvdevMouseHandler::QEvdevMouseHandler(const QString &device, int fd, bool abs, bool compression, int jitterLimit) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp | Lines: | 91-110 |
| | 6 | 2 |
QEvdevMouseHandler::createName: | QEvdevMouseHandler::create | Prototype: | QEvdevMouseHandler *QEvdevMouseHandler::create(const QString &device, const QString &specification) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp | Lines: | 59-89 |
| | 22 | 8 |
QEvdevMouseHandler::getHardwareMaximumName: | QEvdevMouseHandler::getHardwareMaximum | Prototype: | bool QEvdevMouseHandler::getHardwareMaximum() | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp | Lines: | 120-155 |
| | 22 | 6 |
QEvdevMouseHandler::readMouseDataName: | QEvdevMouseHandler::readMouseData | Prototype: | void QEvdevMouseHandler::readMouseData() | Coverage: | 0.000% (0/125) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp | Lines: | 182-299 |
| | 87 | 42 |
QEvdevMouseHandler::sendMouseEventName: | QEvdevMouseHandler::sendMouseEvent | Prototype: | void QEvdevMouseHandler::sendMouseEvent() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp | Lines: | 157-180 |
| | 13 | 3 |
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: | 112-116 |
| | 2 | 2 |
QEvdevMouseManager::QEvdevMouseManagerName: | QEvdevMouseManager::QEvdevMouseManager | Prototype: | QEvdevMouseManager::QEvdevMouseManager(const QString &key, const QString &specification, QObject *parent) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousemanager.cpp | Lines: | 50-99 |
| | 28 | 11 |
QEvdevMouseManager::addMouseName: | QEvdevMouseManager::addMouse | Prototype: | void QEvdevMouseManager::addMouse(const QString &deviceNode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousemanager.cpp | Lines: | 148-162 |
| | 10 | 3 |
QEvdevMouseManager::clampPositionName: | QEvdevMouseManager::clampPosition | Prototype: | void QEvdevMouseManager::clampPosition() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousemanager.cpp | Lines: | 107-121 |
| | 10 | 5 |
QEvdevMouseManager::handleCursorPositionChangeName: | QEvdevMouseManager::handleCursorPositionChange | Prototype: | void QEvdevMouseManager::handleCursorPositionChange(const QPoint &pos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousemanager.cpp | Lines: | 176-181 |
| | 3 | 1 |
QEvdevMouseManager::handleMouseEventName: | QEvdevMouseManager::handleMouseEvent | Prototype: | void QEvdevMouseManager::handleMouseEvent(int x, int y, bool abs, Qt::MouseButtons buttons) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousemanager.cpp | Lines: | 123-140 |
| | 8 | 2 |
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: | 142-146 |
| | 2 | 1 |
QEvdevMouseManager::removeMouseName: | QEvdevMouseManager::removeMouse | Prototype: | void QEvdevMouseManager::removeMouse(const QString &deviceNode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousemanager.cpp | Lines: | 164-174 |
| | 7 | 3 |
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: | 101-105 |
| | 2 | 1 |
QEvdevTabletData::QEvdevTabletDataName: | QEvdevTabletData::QEvdevTabletData | Prototype: | QEvdevTabletData::QEvdevTabletData(QEvdevTabletHandler *q_ptr) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablet.cpp | Lines: | 75-81 |
| | 3 | 1 |
QEvdevTabletData::processInputEventName: | QEvdevTabletData::processInputEvent | Prototype: | void QEvdevTabletData::processInputEvent(input_event *ev) | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablet.cpp | Lines: | 127-168 |
| | 23 | 13 |
QEvdevTabletData::queryLimitsName: | QEvdevTabletData::queryLimits | Prototype: | bool QEvdevTabletData::queryLimits() | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablet.cpp | Lines: | 83-116 |
| | 26 | 11 |
QEvdevTabletData::reportName: | QEvdevTabletData::report | Prototype: | void QEvdevTabletData::report() | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablet.cpp | Lines: | 180-211 |
| | 20 | 5 |
QEvdevTabletData::reportProximityEnterName: | QEvdevTabletData::reportProximityEnter | Prototype: | void QEvdevTabletData::reportProximityEnter() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablet.cpp | Lines: | 170-173 |
| | 1 | 1 |
QEvdevTabletData::reportProximityLeaveName: | QEvdevTabletData::reportProximityLeave | Prototype: | void QEvdevTabletData::reportProximityLeave() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablet.cpp | Lines: | 175-178 |
| | 1 | 1 |
QEvdevTabletData::testGrabName: | QEvdevTabletData::testGrab | Prototype: | void QEvdevTabletData::testGrab() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablet.cpp | Lines: | 118-125 |
| | 4 | 2 |
QEvdevTabletHandler::QEvdevTabletHandlerName: | QEvdevTabletHandler::QEvdevTabletHandler | Prototype: | QEvdevTabletHandler::QEvdevTabletHandler(const QString &spec, QObject *parent) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablet.cpp | Lines: | 214-249 |
| | 24 | 10 |
QEvdevTabletHandler::readDataName: | QEvdevTabletHandler::readData | Prototype: | void QEvdevTabletHandler::readData() | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablet.cpp | Lines: | 260-291 |
| | 21 | 8 |
QEvdevTabletHandler::~QEvdevTabletHandlerName: | QEvdevTabletHandler::~QEvdevTabletHandler | Prototype: | QEvdevTabletHandler::~QEvdevTabletHandler() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablet.cpp | Lines: | 251-258 |
| | 4 | 2 |
QEvdevTabletHandlerThread::QEvdevTabletHandlerThreadName: | QEvdevTabletHandlerThread::QEvdevTabletHandlerThread | Prototype: | QEvdevTabletHandlerThread::QEvdevTabletHandlerThread(const QString &spec, QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablet.cpp | Lines: | 294-298 |
| | 1 | 1 |
QEvdevTabletHandlerThread::runName: | QEvdevTabletHandlerThread::run | Prototype: | void QEvdevTabletHandlerThread::run() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablet.cpp | Lines: | 306-312 |
| | 4 | 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/qevdevtablet.cpp | Lines: | 300-304 |
| | 2 | 1 |
QEvdevTouchManager::QEvdevTouchManagerName: | QEvdevTouchManager::QEvdevTouchManager | Prototype: | QEvdevTouchManager::QEvdevTouchManager(const QString &key, const QString &specification, QObject *parent) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchmanager.cpp | Lines: | 48-89 |
| | 24 | 10 |
QEvdevTouchManager::addDeviceName: | QEvdevTouchManager::addDevice | Prototype: | void QEvdevTouchManager::addDevice(const QString &deviceNode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchmanager.cpp | Lines: | 96-107 |
| | 7 | 3 |
QEvdevTouchManager::removeDeviceName: | QEvdevTouchManager::removeDevice | Prototype: | void QEvdevTouchManager::removeDevice(const QString &deviceNode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchmanager.cpp | Lines: | 109-119 |
| | 6 | 3 |
QEvdevTouchManager::updateInputDeviceCountName: | QEvdevTouchManager::updateInputDeviceCount | Prototype: | void QEvdevTouchManager::updateInputDeviceCount() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchmanager.cpp | Lines: | 121-134 |
| | 8 | 4 |
QEvdevTouchManager::~QEvdevTouchManagerName: | QEvdevTouchManager::~QEvdevTouchManager | Prototype: | QEvdevTouchManager::~QEvdevTouchManager() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchmanager.cpp | Lines: | 91-94 |
| | 1 | 1 |
QEvdevTouchScreenData::Contact::ContactName: | QEvdevTouchScreenData::Contact::Contact | Prototype: | Contact() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 100-102 |
| | 1 | 1 |
QEvdevTouchScreenData::QEvdevTouchScreenDataName: | QEvdevTouchScreenData::QEvdevTouchScreenData | Prototype: | QEvdevTouchScreenData::QEvdevTouchScreenData(QEvdevTouchScreenHandler *q_ptr, const QStringList &args) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 126-136 |
| | 1 | 1 |
QEvdevTouchScreenData::addTouchPointName: | QEvdevTouchScreenData::addTouchPoint | Prototype: | void QEvdevTouchScreenData::addTouchPoint(const Contact &contact, Qt::TouchPointStates *combinedStates) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 406-429 |
| | 14 | 2 |
QEvdevTouchScreenData::assignIdsName: | QEvdevTouchScreenData::assignIds | Prototype: | void QEvdevTouchScreenData::assignIds() | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 600-632 |
| | 24 | 8 |
QEvdevTouchScreenData::findClosestContactName: | QEvdevTouchScreenData::findClosestContact | Prototype: | int QEvdevTouchScreenData::findClosestContact(const QHash<int, Contact> &contacts, int x, int y, int *dist) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 581-598 |
| | 13 | 4 |
QEvdevTouchScreenData::processInputEventName: | QEvdevTouchScreenData::processInputEvent | Prototype: | void QEvdevTouchScreenData::processInputEvent(input_event *data) | Coverage: | 0.000% (0/160) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 431-579 |
| | 99 | 40 |
QEvdevTouchScreenData::reportPointsName: | QEvdevTouchScreenData::reportPoints | Prototype: | void QEvdevTouchScreenData::reportPoints() | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 634-676 |
| | 24 | 6 |
QEvdevTouchScreenHandler::QEvdevTouchScreenHandlerName: | QEvdevTouchScreenHandler::QEvdevTouchScreenHandler | Prototype: | QEvdevTouchScreenHandler::QEvdevTouchScreenHandler(const QString &device, const QString &spec, QObject *parent) | Coverage: | 0.000% (0/95) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 148-289 |
| | 113 | 32 |
QEvdevTouchScreenHandler::readDataName: | QEvdevTouchScreenHandler::readData | Prototype: | void QEvdevTouchScreenHandler::readData() | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 313-374 |
| | 23 | 10 |
QEvdevTouchScreenHandler::registerTouchDeviceName: | QEvdevTouchScreenHandler::registerTouchDevice | Prototype: | void QEvdevTouchScreenHandler::registerTouchDevice() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 376-389 |
| | 9 | 3 |
QEvdevTouchScreenHandler::touchDeviceName: | QEvdevTouchScreenHandler::touchDevice | Prototype: | QTouchDevice *QEvdevTouchScreenHandler::touchDevice() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 308-311 |
| | 1 | 1 |
QEvdevTouchScreenHandler::unregisterTouchDeviceName: | QEvdevTouchScreenHandler::unregisterTouchDevice | Prototype: | void QEvdevTouchScreenHandler::unregisterTouchDevice() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 391-404 |
| | 6 | 3 |
QEvdevTouchScreenHandler::~QEvdevTouchScreenHandlerName: | QEvdevTouchScreenHandler::~QEvdevTouchScreenHandler | Prototype: | QEvdevTouchScreenHandler::~QEvdevTouchScreenHandler() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 291-306 |
| | 7 | 3 |
QEvdevTouchScreenHandlerThread::QEvdevTouchScreenHandlerThreadName: | QEvdevTouchScreenHandlerThread::QEvdevTouchScreenHandlerThread | Prototype: | QEvdevTouchScreenHandlerThread::QEvdevTouchScreenHandlerThread(const QString &device, const QString &spec, QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 679-683 |
| | 1 | 1 |
QEvdevTouchScreenHandlerThread::isTouchDeviceRegisteredName: | QEvdevTouchScreenHandlerThread::isTouchDeviceRegistered | Prototype: | bool QEvdevTouchScreenHandlerThread::isTouchDeviceRegistered() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 703-706 |
| | 1 | 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: | 708-712 |
| | 2 | 1 |
QEvdevTouchScreenHandlerThread::runName: | QEvdevTouchScreenHandlerThread::run | Prototype: | void QEvdevTouchScreenHandlerThread::run() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 691-701 |
| | 5 | 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: | 685-689 |
| | 2 | 1 |
QEventDispatcherGlib::QEventDispatcherGlibName: | QEventDispatcherGlib::QEventDispatcherGlib | Prototype: | QEventDispatcherGlib::QEventDispatcherGlib(GMainContext *mainContext, QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 356-358 |
| | 1 | 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: | 429-433 |
| | 2 | 1 |
QEventDispatcherUNIX::QEventDispatcherUNIXName: | QEventDispatcherUNIX::QEventDispatcherUNIX | Prototype: | QEventDispatcherUNIX::QEventDispatcherUNIX(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 305-307 |
| | 1 | 1 |
QEventDispatcherUNIX::QEventDispatcherUNIXName: | QEventDispatcherUNIX::QEventDispatcherUNIX | Prototype: | QEventDispatcherUNIX::QEventDispatcherUNIX(QEventDispatcherUNIXPrivate &dd, QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 309-311 |
| | 1 | 1 |
QEventDispatcherUNIX::activateSocketNotifiersName: | QEventDispatcherUNIX::activateSocketNotifiers | Prototype: | int QEventDispatcherUNIX::activateSocketNotifiers() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 552-570 |
| | 12 | 4 |
QEventDispatcherUNIX::activateTimersName: | QEventDispatcherUNIX::activateTimers | Prototype: | int QEventDispatcherUNIX::activateTimers() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 545-550 |
| | 3 | 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: | 618-622 |
| | 2 | 1 |
QEventDispatcherUNIX::interruptName: | QEventDispatcherUNIX::interrupt | Prototype: | void QEventDispatcherUNIX::interrupt() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 655-660 |
| | 3 | 1 |
QEventDispatcherUNIX::processEventsName: | QEventDispatcherUNIX::processEvents | Prototype: | bool QEventDispatcherUNIX::processEvents(QEventLoop::ProcessEventsFlags flags) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 572-616 |
| | 25 | 8 |
QEventDispatcherUNIX::registerSocketNotifierName: | QEventDispatcherUNIX::registerSocketNotifier | Prototype: | void QEventDispatcherUNIX::registerSocketNotifier(QSocketNotifier *notifier) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 412-454 |
| | 30 | 6 |
QEventDispatcherUNIX::registerTimerName: | QEventDispatcherUNIX::registerTimer | Prototype: | void QEventDispatcherUNIX::registerTimer(int timerId, int interval, Qt::TimerType timerType, QObject *obj) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 326-340 |
| | 8 | 3 |
QEventDispatcherUNIX::registeredTimersName: | QEventDispatcherUNIX::registeredTimers | Prototype: | QList<QEventDispatcherUNIX::TimerInfo> QEventDispatcherUNIX::registeredTimers(QObject *object) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 380-390 |
| | 5 | 2 |
QEventDispatcherUNIX::remainingTimeName: | QEventDispatcherUNIX::remainingTime | Prototype: | int QEventDispatcherUNIX::remainingTime(int timerId) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 624-635 |
| | 5 | 2 |
QEventDispatcherUNIX::selectName: | QEventDispatcherUNIX::select | Prototype: | int QEventDispatcherUNIX::select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, timespec *timeout) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 317-321 |
| | 1 | 1 |
QEventDispatcherUNIX::setSocketNotifierPendingName: | QEventDispatcherUNIX::setSocketNotifierPending | Prototype: | void QEventDispatcherUNIX::setSocketNotifierPending(QSocketNotifier *notifier) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 502-543 |
| | 24 | 7 |
QEventDispatcherUNIX::unregisterSocketNotifierName: | QEventDispatcherUNIX::unregisterSocketNotifier | Prototype: | void QEventDispatcherUNIX::unregisterSocketNotifier(QSocketNotifier *notifier) | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 456-500 |
| | 33 | 9 |
QEventDispatcherUNIX::unregisterTimerName: | QEventDispatcherUNIX::unregisterTimer | Prototype: | bool QEventDispatcherUNIX::unregisterTimer(int timerId) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 345-359 |
| | 8 | 3 |
QEventDispatcherUNIX::unregisterTimersName: | QEventDispatcherUNIX::unregisterTimers | Prototype: | bool QEventDispatcherUNIX::unregisterTimers(QObject *object) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 364-378 |
| | 8 | 3 |
QEventDispatcherUNIX::wakeUpName: | QEventDispatcherUNIX::wakeUp | Prototype: | void QEventDispatcherUNIX::wakeUp() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 637-653 |
| | 9 | 4 |
QEventDispatcherUNIXPrivate::QEventDispatcherUNIXPrivateName: | QEventDispatcherUNIXPrivate::QEventDispatcherUNIXPrivate | Prototype: | QEventDispatcherUNIXPrivate::QEventDispatcherUNIXPrivate() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 88-142 |
| | 12 | 4 |
QEventDispatcherUNIXPrivate::doSelectName: | QEventDispatcherUNIXPrivate::doSelect | Prototype: | int QEventDispatcherUNIXPrivate::doSelect(QEventLoop::ProcessEventsFlags flags, timespec *timeout) | Coverage: | 0.000% (0/63) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 166-265 |
| | 56 | 17 |
QEventDispatcherUNIXPrivate::initThreadWakeUpName: | QEventDispatcherUNIXPrivate::initThreadWakeUp | Prototype: | int QEventDispatcherUNIXPrivate::initThreadWakeUp() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 267-271 |
| | 2 | 1 |
QEventDispatcherUNIXPrivate::processThreadWakeUpName: | QEventDispatcherUNIXPrivate::processThreadWakeUp | Prototype: | int QEventDispatcherUNIXPrivate::processThreadWakeUp(int nsel) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | Lines: | 273-303 |
| | 10 | 5 |
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: | 144-164 |
| | 4 | 2 |
QEventLoop::processEventsName: | QEventLoop::processEvents | Prototype: | void QEventLoop::processEvents(ProcessEventsFlags flags, int maxTime) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventloop.cpp | Lines: | 228-240 |
| | 8 | 4 |
QEventTransition::eventName: | QEventTransition::event | Prototype: | bool QEventTransition::event(QEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qeventtransition.cpp | Lines: | 246-249 |
| | 1 | 1 |
QExceptionNotifier::QExceptionNotifierName: | QExceptionNotifier::QExceptionNotifier | Prototype: | QExceptionNotifier(int fd, QNativeSocketEngine *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | Lines: | 1249-1250 |
| | 1 | 1 |
QExceptionNotifier::eventName: | QExceptionNotifier::event | Prototype: | bool QExceptionNotifier::event(QEvent *e) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | Lines: | 1258-1268 |
| | 6 | 3 |
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: | 522-527 |
| | 2 | 1 |