| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QInputDialogDoubleSpinBox::keyPressEvent| Name: | QInputDialogDoubleSpinBox::keyPressEvent | | Prototype: | void keyPressEvent(QKeyEvent *event) override | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 149-158 |
| | 4 | 2 |
QInputDialogDoubleSpinBox::QInputDialogDoubleSpinBox| Name: | QInputDialogDoubleSpinBox::QInputDialogDoubleSpinBox | | Prototype: | QInputDialogDoubleSpinBox(QWidget *parent = 0) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 136-140 |
| | 2 | 1 |
QInputDialog::textValue| Name: | QInputDialog::textValue | | Prototype: | QString QInputDialog::textValue() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 707-711 |
| | 2 | 1 |
QInputDialog::textEchoMode| Name: | QInputDialog::textEchoMode | | Prototype: | QLineEdit::EchoMode QInputDialog::textEchoMode() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 730-738 |
| | 4 | 2 |
QInputDialog::testOption| Name: | QInputDialog::testOption | | Prototype: | bool QInputDialog::testOption(InputDialogOption option) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 641-645 |
| | 2 | 1 |
QInputDialog::sizeHint| Name: | QInputDialog::sizeHint | | Prototype: | QSize QInputDialog::sizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1106-1111 |
| | 3 | 1 |
QInputDialog::setVisible| Name: | QInputDialog::setVisible | | Prototype: | void QInputDialog::setVisible(bool visible) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1116-1133 |
| | 13 | 6 |
QInputDialog::setTextValue| Name: | QInputDialog::setTextValue | | Prototype: | void QInputDialog::setTextValue(const QString &text) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 691-705 |
| | 9 | 4 |
QInputDialog::setTextEchoMode| Name: | QInputDialog::setTextEchoMode | | Prototype: | void QInputDialog::setTextEchoMode(QLineEdit::EchoMode mode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 723-728 |
| | 3 | 1 |
QInputDialog::setOptions| Name: | QInputDialog::setOptions | | Prototype: | void QInputDialog::setOptions(InputDialogOptions options) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 656-673 |
| | 12 | 5 |
QInputDialog::setOption| Name: | QInputDialog::setOption | | Prototype: | void QInputDialog::setOption(InputDialogOption option, bool on) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 628-633 |
| | 3 | 2 |
QInputDialog::setOkButtonText| Name: | QInputDialog::setOkButtonText | | Prototype: | void QInputDialog::setOkButtonText(const QString &text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1033-1038 |
| | 3 | 1 |
QInputDialog::setLabelText| Name: | QInputDialog::setLabelText | | Prototype: | void QInputDialog::setLabelText(const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 588-596 |
| | 4 | 2 |
QInputDialog::setIntValue| Name: | QInputDialog::setIntValue | | Prototype: | void QInputDialog::setIntValue(int value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 809-814 |
| | 3 | 1 |
QInputDialog::setIntStep| Name: | QInputDialog::setIntStep | | Prototype: | void QInputDialog::setIntStep(int step) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 896-901 |
| | 3 | 1 |
QInputDialog::setIntRange| Name: | QInputDialog::setIntRange | | Prototype: | void QInputDialog::setIntRange(int min, int max) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 881-886 |
| | 3 | 1 |
QInputDialog::setIntMinimum| Name: | QInputDialog::setIntMinimum | | Prototype: | void QInputDialog::setIntMinimum(int min) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 834-839 |
| | 3 | 1 |
QInputDialog::setIntMaximum| Name: | QInputDialog::setIntMaximum | | Prototype: | void QInputDialog::setIntMaximum(int max) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 859-864 |
| | 3 | 1 |
QInputDialog::setInputMode| Name: | QInputDialog::setInputMode | | Prototype: | void QInputDialog::setInputMode(InputMode mode) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 536-564 |
| | 13 | 4 |
QInputDialog::setDoubleValue| Name: | QInputDialog::setDoubleValue | | Prototype: | void QInputDialog::setDoubleValue(double value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 921-926 |
| | 3 | 1 |
QInputDialog::setDoubleRange| Name: | QInputDialog::setDoubleRange | | Prototype: | void QInputDialog::setDoubleRange(double min, double max) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 993-998 |
| | 3 | 1 |
QInputDialog::setDoubleMinimum| Name: | QInputDialog::setDoubleMinimum | | Prototype: | void QInputDialog::setDoubleMinimum(double min) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 946-951 |
| | 3 | 1 |
QInputDialog::setDoubleMaximum| Name: | QInputDialog::setDoubleMaximum | | Prototype: | void QInputDialog::setDoubleMaximum(double max) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 971-976 |
| | 3 | 1 |
QInputDialog::setDoubleDecimals| Name: | QInputDialog::setDoubleDecimals | | Prototype: | void QInputDialog::setDoubleDecimals(int decimals) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1009-1014 |
| | 3 | 1 |
QInputDialog::setComboBoxItems| Name: | QInputDialog::setComboBoxItems | | Prototype: | void QInputDialog::setComboBoxItems(const QStringList &items) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 773-786 |
| | 7 | 2 |
QInputDialog::setComboBoxEditable| Name: | QInputDialog::setComboBoxEditable | | Prototype: | void QInputDialog::setComboBoxEditable(bool editable) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 747-754 |
| | 5 | 2 |
QInputDialog::setCancelButtonText| Name: | QInputDialog::setCancelButtonText | | Prototype: | void QInputDialog::setCancelButtonText(const QString &text) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1053-1058 |
| | 3 | 1 |
QInputDialog::options| Name: | QInputDialog::options | | Prototype: | QInputDialog::InputDialogOptions QInputDialog::options() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 675-679 |
| | 2 | 1 |
QInputDialog::open| Name: | QInputDialog::open | | Prototype: | void QInputDialog::open(QObject *receiver, const char *member) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1084-1091 |
| | 5 | 1 |
QInputDialog::okButtonText| Name: | QInputDialog::okButtonText | | Prototype: | QString QInputDialog::okButtonText() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1040-1045 |
| | 3 | 1 |
QInputDialog::minimumSizeHint| Name: | QInputDialog::minimumSizeHint | | Prototype: | QSize QInputDialog::minimumSizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1096-1101 |
| | 3 | 1 |
QInputDialog::labelText| Name: | QInputDialog::labelText | | Prototype: | QString QInputDialog::labelText() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 598-603 |
| | 3 | 1 |
QInputDialog::isComboBoxEditable| Name: | QInputDialog::isComboBoxEditable | | Prototype: | bool QInputDialog::isComboBoxEditable() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 756-764 |
| | 4 | 2 |
QInputDialog::intValue| Name: | QInputDialog::intValue | | Prototype: | int QInputDialog::intValue() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 816-824 |
| | 4 | 2 |
QInputDialog::intStep| Name: | QInputDialog::intStep | | Prototype: | int QInputDialog::intStep() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 903-911 |
| | 4 | 2 |
QInputDialog::intMinimum| Name: | QInputDialog::intMinimum | | Prototype: | int QInputDialog::intMinimum() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 841-849 |
| | 4 | 2 |
QInputDialog::intMaximum| Name: | QInputDialog::intMaximum | | Prototype: | int QInputDialog::intMaximum() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 866-874 |
| | 4 | 2 |
QInputDialog::inputMode| Name: | QInputDialog::inputMode | | Prototype: | QInputDialog::InputMode QInputDialog::inputMode() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 566-579 |
| | 7 | 4 |
QInputDialog::getText| Name: | QInputDialog::getText | | Prototype: | QString QInputDialog::getText(QWidget *parent, const QString &title, const QString &label, QLineEdit::EchoMode mode, const QString &text, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1194-1213 |
| | 12 | 3 |
QInputDialog::getMultiLineText| Name: | QInputDialog::getMultiLineText | | Prototype: | QString QInputDialog::getMultiLineText(QWidget *parent, const QString &title, const QString &label, const QString &text, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1242-1261 |
| | 12 | 3 |
QInputDialog::getItem| Name: | QInputDialog::getItem | | Prototype: | QString QInputDialog::getItem(QWidget *parent, const QString &title, const QString &label, const QStringList &items, int current, bool editable, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1413-1435 |
| | 14 | 3 |
QInputDialog::getInt| Name: | QInputDialog::getInt | | Prototype: | int QInputDialog::getInt(QWidget *parent, const QString &title, const QString &label, int value, int min, int max, int step, bool *ok, Qt::WindowFlags flags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1290-1308 |
| | 12 | 3 |
QInputDialog::getDouble| Name: | QInputDialog::getDouble | | Prototype: | double QInputDialog::getDouble(QWidget *parent, const QString &title, const QString &label, double value, double min, double max, int decimals, bool *ok, Qt::WindowFlags flags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1363-1382 |
| | 12 | 3 |
QInputDialog::doubleValue| Name: | QInputDialog::doubleValue | | Prototype: | double QInputDialog::doubleValue() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 928-936 |
| | 4 | 2 |
QInputDialog::doubleMinimum| Name: | QInputDialog::doubleMinimum | | Prototype: | double QInputDialog::doubleMinimum() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 953-961 |
| | 4 | 2 |
QInputDialog::doubleMaximum| Name: | QInputDialog::doubleMaximum | | Prototype: | double QInputDialog::doubleMaximum() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 978-986 |
| | 4 | 2 |
QInputDialog::doubleDecimals| Name: | QInputDialog::doubleDecimals | | Prototype: | int QInputDialog::doubleDecimals() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1016-1024 |
| | 4 | 2 |
QInputDialog::done| Name: | QInputDialog::done | | Prototype: | void QInputDialog::done(int result) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1142-1166 |
| | 16 | 6 |
QInputDialog::comboBoxItems| Name: | QInputDialog::comboBoxItems | | Prototype: | QStringList QInputDialog::comboBoxItems() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 788-799 |
| | 8 | 3 |
QInputDialog::cancelButtonText| Name: | QInputDialog::cancelButtonText | | Prototype: | QString QInputDialog::cancelButtonText() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1060-1065 |
| | 3 | 1 |
QInputDialog::QInputDialog| Name: | QInputDialog::QInputDialog | | Prototype: | QInputDialog::QInputDialog(QWidget *parent, Qt::WindowFlags flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 512-515 |
| | 2 | 1 |
QInputDeviceManagerPrivate::setDeviceCount| Name: | QInputDeviceManagerPrivate::setDeviceCount | | Prototype: | void QInputDeviceManagerPrivate::setDeviceCount(QInputDeviceManager::DeviceType type, int count) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputdevicemanager.cpp | | Lines: | 75-82 |
| | 4 | 2 |
QInputDeviceManagerPrivate::deviceCount| Name: | QInputDeviceManagerPrivate::deviceCount | | Prototype: | int QInputDeviceManagerPrivate::deviceCount(QInputDeviceManager::DeviceType type) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputdevicemanager.cpp | | Lines: | 70-73 |
| | 1 | 1 |
QInputDeviceManager::setCursorPos| Name: | QInputDeviceManager::setCursorPos | | Prototype: | void QInputDeviceManager::setCursorPos(const QPoint &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputdevicemanager.cpp | | Lines: | 84-87 |
| | 1 | 1 |
QInputDeviceManager::deviceCount| Name: | QInputDeviceManager::deviceCount | | Prototype: | int QInputDeviceManager::deviceCount(DeviceType type) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputdevicemanager.cpp | | Lines: | 64-68 |
| | 2 | 1 |
QInputDeviceManager::QInputDeviceManager| Name: | QInputDeviceManager::QInputDeviceManager | | Prototype: | QInputDeviceManager::QInputDeviceManager(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputdevicemanager.cpp | | Lines: | 58-62 |
| | 1 | 1 |
QInputControl::isAcceptableInput| Name: | QInputControl::isAcceptableInput | | Prototype: | bool QInputControl::isAcceptableInput(const QKeyEvent *event) const | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qinputcontrol.cpp | | Lines: | 51-80 |
| | 16 | 7 |
QInputControl::QInputControl| Name: | QInputControl::QInputControl | | Prototype: | QInputControl::QInputControl(Type type, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qinputcontrol.cpp | | Lines: | 39-43 |
| | 2 | 1 |
QInputControl::QInputControl| Name: | QInputControl::QInputControl | | Prototype: | QInputControl::QInputControl(Type type, QObjectPrivate &dd, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qinputcontrol.cpp | | Lines: | 45-49 |
| | 2 | 1 |
QImageWriterPrivate::canWriteHelper| Name: | QImageWriterPrivate::canWriteHelper | | Prototype: | bool QImageWriterPrivate::canWriteHelper() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 287-307 |
| | 15 | 5 |
QImageWriterPrivate::QImageWriterPrivate| Name: | QImageWriterPrivate::QImageWriterPrivate | | Prototype: | QImageWriterPrivate::QImageWriterPrivate(QImageWriter *qq) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 270-285 |
| | 12 | 1 |
QImageWriter::~QImageWriter| Name: | QImageWriter::~QImageWriter | | Prototype: | QImageWriter::~QImageWriter() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 348-354 |
| | 4 | 2 |
QImageWriter::write| Name: | QImageWriter::write | | Prototype: | bool QImageWriter::write(const QImage &image) | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 738-768 |
| | 25 | 12 |
QImageWriter::transformation| Name: | QImageWriter::transformation | | Prototype: | QImageIOHandler::Transformations QImageWriter::transformation() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 643-646 |
| | 1 | 1 |
QImageWriter::supportsOption| Name: | QImageWriter::supportsOption | | Prototype: | bool QImageWriter::supportsOption(QImageIOHandler::ImageOption option) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 807-816 |
| | 5 | 2 |
QImageWriter::supportedSubTypes| Name: | QImageWriter::supportedSubTypes | | Prototype: | QList<QByteArray> QImageWriter::supportedSubTypes() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 557-562 |
| | 3 | 2 |
QImageWriter::supportedMimeTypes| Name: | QImageWriter::supportedMimeTypes | | Prototype: | QList<QByteArray> QImageWriter::supportedMimeTypes() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 928-959 |
| | 12 | 1 |
QImageWriter::supportedImageFormats| Name: | QImageWriter::supportedImageFormats | | Prototype: | QList<QByteArray> QImageWriter::supportedImageFormats() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 889-918 |
| | 10 | 1 |
QImageWriter::subType| Name: | QImageWriter::subType | | Prototype: | QByteArray QImageWriter::subType() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 547-550 |
| | 1 | 1 |
QImageWriter::setTransformation| Name: | QImageWriter::setTransformation | | Prototype: | void QImageWriter::setTransformation(QImageIOHandler::Transformations transform) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 631-634 |
| | 1 | 1 |
QImageWriter::setText| Name: | QImageWriter::setText | | Prototype: | void QImageWriter::setText(const QString &key, const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 701-706 |
| | 3 | 2 |
QImageWriter::setSubType| Name: | QImageWriter::setSubType | | Prototype: | void QImageWriter::setSubType(const QByteArray &type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 535-538 |
| | 1 | 1 |
QImageWriter::setQuality| Name: | QImageWriter::setQuality | | Prototype: | void QImageWriter::setQuality(int quality) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 457-460 |
| | 1 | 1 |
QImageWriter::setProgressiveScanWrite| Name: | QImageWriter::setProgressiveScanWrite | | Prototype: | void QImageWriter::setProgressiveScanWrite(bool progressive) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 604-607 |
| | 1 | 1 |
QImageWriter::setOptimizedWrite| Name: | QImageWriter::setOptimizedWrite | | Prototype: | void QImageWriter::setOptimizedWrite(bool optimize) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 575-578 |
| | 1 | 1 |
QImageWriter::setGamma| Name: | QImageWriter::setGamma | | Prototype: | void QImageWriter::setGamma(float gamma) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 508-511 |
| | 1 | 1 |
QImageWriter::setFormat| Name: | QImageWriter::setFormat | | Prototype: | void QImageWriter::setFormat(const QByteArray &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 367-370 |
| | 1 | 1 |
QImageWriter::setFileName| Name: | QImageWriter::setFileName | | Prototype: | void QImageWriter::setFileName(const QString &fileName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 422-426 |
| | 2 | 1 |
QImageWriter::setDevice| Name: | QImageWriter::setDevice | | Prototype: | void QImageWriter::setDevice(QIODevice *device) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 395-404 |
| | 6 | 2 |
QImageWriter::setDescription| Name: | QImageWriter::setDescription | | Prototype: | void QImageWriter::setDescription(const QString &description) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 661-664 |
| | 1 | 1 |
QImageWriter::setCompression| Name: | QImageWriter::setCompression | | Prototype: | void QImageWriter::setCompression(int compression) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 483-486 |
| | 1 | 1 |
QImageWriter::quality| Name: | QImageWriter::quality | | Prototype: | int QImageWriter::quality() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 467-470 |
| | 1 | 1 |
QImageWriter::progressiveScanWrite| Name: | QImageWriter::progressiveScanWrite | | Prototype: | bool QImageWriter::progressiveScanWrite() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 616-619 |
| | 1 | 1 |
QImageWriter::optimizedWrite| Name: | QImageWriter::optimizedWrite | | Prototype: | bool QImageWriter::optimizedWrite() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 587-590 |
| | 1 | 1 |
QImageWriter::gamma| Name: | QImageWriter::gamma | | Prototype: | float QImageWriter::gamma() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 518-521 |
| | 1 | 1 |
QImageWriter::format| Name: | QImageWriter::format | | Prototype: | QByteArray QImageWriter::format() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 377-380 |
| | 1 | 1 |
QImageWriter::fileName| Name: | QImageWriter::fileName | | Prototype: | QString QImageWriter::fileName() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 437-441 |
| | 2 | 1 |
QImageWriter::errorString| Name: | QImageWriter::errorString | | Prototype: | QString QImageWriter::errorString() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 785-788 |
| | 1 | 1 |
QImageWriter::error| Name: | QImageWriter::error | | Prototype: | QImageWriter::ImageWriterError QImageWriter::error() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 775-778 |
| | 1 | 1 |
QImageWriter::device| Name: | QImageWriter::device | | Prototype: | QIODevice *QImageWriter::device() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 410-413 |
| | 1 | 1 |
QImageWriter::description| Name: | QImageWriter::description | | Prototype: | QString QImageWriter::description() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 675-678 |
| | 1 | 1 |
QImageWriter::compression| Name: | QImageWriter::compression | | Prototype: | int QImageWriter::compression() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 493-496 |
| | 1 | 1 |
QImageWriter::canWrite| Name: | QImageWriter::canWrite | | Prototype: | bool QImageWriter::canWrite() const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 714-725 |
| | 7 | 3 |
QImageWriter::QImageWriter| Name: | QImageWriter::QImageWriter | | Prototype: | QImageWriter::QImageWriter() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 314-317 |
| | 2 | 1 |
QImageWriter::QImageWriter| Name: | QImageWriter::QImageWriter | | Prototype: | QImageWriter::QImageWriter(QIODevice *device, const QByteArray &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 323-328 |
| | 2 | 1 |
QImageWriter::QImageWriter| Name: | QImageWriter::QImageWriter | | Prototype: | QImageWriter::QImageWriter(const QString &fileName, const QByteArray &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 336-343 |
| | 4 | 1 |
QImageTextureGlyphCache::resizeTextureData| Name: | QImageTextureGlyphCache::resizeTextureData | | Prototype: | void QImageTextureGlyphCache::resizeTextureData(int width, int height) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtextureglyphcache.cpp | | Lines: | 278-281 |
| | 1 | 1 |
QImageTextureGlyphCache::fillTexture| Name: | QImageTextureGlyphCache::fillTexture | | Prototype: | void QImageTextureGlyphCache::fillTexture(const Coord &c, glyph_t g, QFixed subPixelPosition) | | Coverage: | 0.000% (0/59) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtextureglyphcache.cpp | | Lines: | 303-394 |
| | 50 | 19 |
QImageTextureGlyphCache::createTextureData| Name: | QImageTextureGlyphCache::createTextureData | | Prototype: | void QImageTextureGlyphCache::createTextureData(int width, int height) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtextureglyphcache.cpp | | Lines: | 283-301 |
| | 10 | 6 |
QImageScale::qimageFreeScaleInfo| Name: | QImageScale::qimageFreeScaleInfo | | Prototype: | QImageScaleInfo* QImageScale::qimageFreeScaleInfo(QImageScaleInfo *isi) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | | Lines: | 211-221 |
| | 7 | 2 |