| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QFontDialogOptions::setOption| Name: | QFontDialogOptions::setOption | | Prototype: | void QFontDialogOptions::setOption(QFontDialogOptions::FontDialogOption option, bool on) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 188-192 |
| | 2 | 2 |
QFontDialogOptions::QFontDialogOptions| Name: | QFontDialogOptions::QFontDialogOptions | | Prototype: | QFontDialogOptions::QFontDialogOptions() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 159-161 |
| | 2 | 1 |
QFontDialogOptions::QFontDialogOptions| Name: | QFontDialogOptions::QFontDialogOptions | | Prototype: | QFontDialogOptions::QFontDialogOptions(const QFontDialogOptions &rhs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 163-165 |
| | 2 | 1 |
QFontDialog::testOption| Name: | QFontDialog::testOption | | Prototype: | bool QFontDialog::testOption(FontDialogOption option) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 905-909 |
| | 2 | 1 |
QFontDialog::selectedFont| Name: | QFontDialog::selectedFont | | Prototype: | QFont QFontDialog::selectedFont() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 854-858 |
| | 2 | 1 |
QFontDialog::options| Name: | QFontDialog::options | | Prototype: | QFontDialog::FontDialogOptions QFontDialog::options() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 935-939 |
| | 2 | 1 |
QFontDialog::getFont| Name: | QFontDialog::getFont | | Prototype: | QFont QFontDialog::getFont(bool *ok, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 399-403 |
| | 2 | 1 |
QFontDialog::QFontDialog| Name: | QFontDialog::QFontDialog | | Prototype: | QFontDialog::QFontDialog(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 157-162 |
| | 2 | 1 |
QFontDatabase::styleString| Name: | QFontDatabase::styleString | | Prototype: | QString QFontDatabase::styleString(const QFont &font) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 1337-1341 |
| | 2 | 1 |
QFontDatabase::styleString| Name: | QFontDatabase::styleString | | Prototype: | QString QFontDatabase::styleString(const QFontInfo &fontInfo) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 1348-1352 |
| | 2 | 1 |
QFontDatabase::applicationFontFamilies| Name: | QFontDatabase::applicationFontFamilies | | Prototype: | QStringList QFontDatabase::applicationFontFamilies(int id) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 2512-2516 |
| | 2 | 1 |
QFontDatabase::addApplicationFontFromData| Name: | QFontDatabase::addApplicationFontFromData | | Prototype: | int QFontDatabase::addApplicationFontFromData(const QByteArray &fontData) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 2498-2502 |
| | 2 | 1 |
QFontComboBox::fontFilters| Name: | QFontComboBox::fontFilters | | Prototype: | QFontComboBox::FontFilters QFontComboBox::fontFilters() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfontcombobox.cpp | | Lines: | 497-501 |
| | 2 | 1 |
QFontComboBox::currentFont| Name: | QFontComboBox::currentFont | | Prototype: | QFont QFontComboBox::currentFont() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfontcombobox.cpp | | Lines: | 509-513 |
| | 2 | 1 |
QFontCache::updateHitCountAndTimeStamp| Name: | QFontCache::updateHitCountAndTimeStamp | | Prototype: | void QFontCache::updateHitCountAndTimeStamp(Engine &value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 2827-2837 |
| | 2 | 1 |
QFontCache::QFontCache| Name: | QFontCache::QFontCache | | Prototype: | QFontCache::QFontCache() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 2709-2714 |
| | 2 | 1 |
QFont::lastResortFont| Name: | QFont::lastResortFont | | Prototype: | QString QFont::lastResortFont() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 2159-2164 |
| | 2 | 1 |
QFont::QFont| Name: | QFont::QFont | | Prototype: | QFont::QFont(QFontPrivate *data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 564-567 |
| | 2 | 1 |
QFont::QFont| Name: | QFont::QFont | | Prototype: | QFont::QFont() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 610-613 |
| | 2 | 1 |
QFont::QFont| Name: | QFont::QFont | | Prototype: | QFont::QFont(const QFont &font) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 661-664 |
| | 2 | 1 |
QFocusFrame::widget| Name: | QFocusFrame::widget | | Prototype: | QWidget * QFocusFrame::widget() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfocusframe.cpp | | Lines: | 246-251 |
| | 2 | 1 |
QFinalStatePrivate::QFinalStatePrivate| Name: | QFinalStatePrivate::QFinalStatePrivate | | Prototype: | QFinalStatePrivate::QFinalStatePrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qfinalstate.cpp | | Lines: | 83-86 |
| | 2 | 1 |
QFinalState::QFinalState| Name: | QFinalState::QFinalState | | Prototype: | QFinalState::QFinalState(QFinalStatePrivate &dd, QState *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qfinalstate.cpp | | Lines: | 104-107 |
| | 2 | 1 |
QFinalState::QFinalState| Name: | QFinalState::QFinalState | | Prototype: | QFinalState::QFinalState(QState *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qfinalstate.cpp | | Lines: | 96-99 |
| | 2 | 1 |
QFileSystemWatcherPrivate::QFileSystemWatcherPrivate| Name: | QFileSystemWatcherPrivate::QFileSystemWatcherPrivate | | Prototype: | QFileSystemWatcherPrivate::QFileSystemWatcherPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher.cpp | | Lines: | 87-90 |
| | 2 | 1 |
QFileSystemWatcher::files| Name: | QFileSystemWatcher::files | | Prototype: | QStringList QFileSystemWatcher::files() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher.cpp | | Lines: | 438-442 |
| | 2 | 1 |
QFileSystemWatcher::directories| Name: | QFileSystemWatcher::directories | | Prototype: | QStringList QFileSystemWatcher::directories() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher.cpp | | Lines: | 432-436 |
| | 2 | 1 |
QFileSystemWatcher::QFileSystemWatcher| Name: | QFileSystemWatcher::QFileSystemWatcher | | Prototype: | QFileSystemWatcher::QFileSystemWatcher(const QStringList &paths, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher.cpp | | Lines: | 216-221 |
| | 2 | 1 |
QFileSystemModelSorter::QFileSystemModelSorter| Name: | QFileSystemModelSorter::QFileSystemModelSorter | | Prototype: | inline QFileSystemModelSorter(int column) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 1019-1023 |
| | 2 | 1 |
QFileSystemModelPrivate::_q_performDelayedSort| Name: | QFileSystemModelPrivate::_q_performDelayedSort | | Prototype: | void QFileSystemModelPrivate::_q_performDelayedSort() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 1005-1009 |
| | 2 | 1 |
QFileSystemModel::setResolveSymlinks| Name: | QFileSystemModel::setResolveSymlinks | | Prototype: | void QFileSystemModel::setResolveSymlinks(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 1501-1509 |
| | 2 | 1 |
QFileSystemModel::setReadOnly| Name: | QFileSystemModel::setReadOnly | | Prototype: | void QFileSystemModel::setReadOnly(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 1530-1534 |
| | 2 | 1 |
QFileSystemModel::rootPath| Name: | QFileSystemModel::rootPath | | Prototype: | QString QFileSystemModel::rootPath() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 1414-1418 |
| | 2 | 1 |
QFileSystemModel::resolveSymlinks| Name: | QFileSystemModel::resolveSymlinks | | Prototype: | bool QFileSystemModel::resolveSymlinks() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 1511-1519 |
| | 2 | 1 |
QFileSystemModel::permissions| Name: | QFileSystemModel::permissions | | Prototype: | QFile::Permissions QFileSystemModel::permissions(const QModelIndex &index) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 1330-1334 |
| | 2 | 1 |
QFileSystemModel::nameFilterDisables| Name: | QFileSystemModel::nameFilterDisables | | Prototype: | bool QFileSystemModel::nameFilterDisables() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 1558-1562 |
| | 2 | 1 |
QFileSystemModel::isReadOnly| Name: | QFileSystemModel::isReadOnly | | Prototype: | bool QFileSystemModel::isReadOnly() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 1536-1540 |
| | 2 | 1 |
QFileSystemModel::iconProvider| Name: | QFileSystemModel::iconProvider | | Prototype: | QFileIconProvider *QFileSystemModel::iconProvider() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 1449-1457 |
| | 2 | 1 |
QFileSystemModel::filter| Name: | QFileSystemModel::filter | | Prototype: | QDir::Filters QFileSystemModel::filter() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 1487-1491 |
| | 2 | 1 |
QFileSystemModel::fileInfo| Name: | QFileSystemModel::fileInfo | | Prototype: | QFileInfo QFileSystemModel::fileInfo(const QModelIndex &index) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 164-168 |
| | 2 | 1 |
QFileSystemModel::QFileSystemModel| Name: | QFileSystemModel::QFileSystemModel | | Prototype: | QFileSystemModel::QFileSystemModel(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 220-225 |
| | 2 | 1 |
QFileSystemModel::QFileSystemModel| Name: | QFileSystemModel::QFileSystemModel | | Prototype: | QFileSystemModel::QFileSystemModel(QFileSystemModelPrivate &dd, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfilesystemmodel.cpp | | Lines: | 230-235 |
| | 2 | 1 |
QFileSystemIterator::~QFileSystemIterator| Name: | QFileSystemIterator::~QFileSystemIterator | | Prototype: | QFileSystemIterator::~QFileSystemIterator() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemiterator_unix.cpp | | Lines: | 69-73 |
| | 2 | 2 |
QFileSystemEntry::resolveNativeFilePath| Name: | QFileSystemEntry::resolveNativeFilePath | | Prototype: | void QFileSystemEntry::resolveNativeFilePath() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystementry.cpp | | Lines: | 157-183 |
| | 2 | 2 |
QFileSystemEntry::resolveFilePath| Name: | QFileSystemEntry::resolveFilePath | | Prototype: | void QFileSystemEntry::resolveFilePath() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystementry.cpp | | Lines: | 140-155 |
| | 2 | 2 |
QFileSystemEntry::nativeFilePath| Name: | QFileSystemEntry::nativeFilePath | | Prototype: | QFileSystemEntry::NativePath QFileSystemEntry::nativeFilePath() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystementry.cpp | | Lines: | 134-138 |
| | 2 | 1 |
QFileSystemEntry::isAbsolute| Name: | QFileSystemEntry::isAbsolute | | Prototype: | bool QFileSystemEntry::isAbsolute() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystementry.cpp | | Lines: | 291-295 |
| | 2 | 1 |
QFileSystemEntry::filePath| Name: | QFileSystemEntry::filePath | | Prototype: | QString QFileSystemEntry::filePath() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystementry.cpp | | Lines: | 128-132 |
| | 2 | 1 |
QFileSystemEntry::fileName| Name: | QFileSystemEntry::fileName | | Prototype: | QString QFileSystemEntry::fileName() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystementry.cpp | | Lines: | 185-193 |
| | 2 | 1 |
QFileSystemEntry::QFileSystemEntry| Name: | QFileSystemEntry::QFileSystemEntry | | Prototype: | QFileSystemEntry::QFileSystemEntry(const QString &filePath, const NativePath &nativeFilePath) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystementry.cpp | | Lines: | 119-126 |
| | 2 | 1 |
QFileSystemEntry::QFileSystemEntry| Name: | QFileSystemEntry::QFileSystemEntry | | Prototype: | QFileSystemEntry::QFileSystemEntry() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystementry.cpp | | Lines: | 74-79 |
| | 2 | 1 |
QFileSystemEntry::QFileSystemEntry| Name: | QFileSystemEntry::QFileSystemEntry | | Prototype: | QFileSystemEntry::QFileSystemEntry(const QString &filePath) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystementry.cpp | | Lines: | 86-92 |
| | 2 | 1 |
QFileSystemEntry::QFileSystemEntry| Name: | QFileSystemEntry::QFileSystemEntry | | Prototype: | QFileSystemEntry::QFileSystemEntry(const QString &filePath, FromInternalPath ) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystementry.cpp | | Lines: | 99-105 |
| | 2 | 1 |
QFileSystemEntry::QFileSystemEntry| Name: | QFileSystemEntry::QFileSystemEntry | | Prototype: | QFileSystemEntry::QFileSystemEntry(const NativePath &nativeFilePath, FromNativePath ) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystementry.cpp | | Lines: | 111-117 |
| | 2 | 1 |
QFileSelectorPrivate::QFileSelectorPrivate| Name: | QFileSelectorPrivate::QFileSelectorPrivate | | Prototype: | QFileSelectorPrivate::QFileSelectorPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileselector.cpp | | Lines: | 63-66 |
| | 2 | 1 |
QFileSelector::setExtraSelectors| Name: | QFileSelector::setExtraSelectors | | Prototype: | void QFileSelector::setExtraSelectors(const QStringList &list) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileselector.cpp | | Lines: | 326-330 |
| | 2 | 1 |
QFileSelector::select| Name: | QFileSelector::select | | Prototype: | QString QFileSelector::select(const QString &filePath) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileselector.cpp | | Lines: | 225-229 |
| | 2 | 1 |
QFileSelector::extraSelectors| Name: | QFileSelector::extraSelectors | | Prototype: | QStringList QFileSelector::extraSelectors() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileselector.cpp | | Lines: | 315-319 |
| | 2 | 1 |
QFileSelector::QFileSelector| Name: | QFileSelector::QFileSelector | | Prototype: | QFileSelector::QFileSelector(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileselector.cpp | | Lines: | 204-207 |
| | 2 | 1 |
QFileOpenEvent::openFile| Name: | QFileOpenEvent::openFile | | Prototype: | bool QFileOpenEvent::openFile(QFile &file, QIODevice::OpenMode flags) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 3565-3569 |
| | 2 | 1 |
QFileOpenEvent::QFileOpenEvent| Name: | QFileOpenEvent::QFileOpenEvent | | Prototype: | QFileOpenEvent::QFileOpenEvent(const QString &file) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 3518-3521 |
| | 2 | 1 |
QFileOpenEvent::QFileOpenEvent| Name: | QFileOpenEvent::QFileOpenEvent | | Prototype: | QFileOpenEvent::QFileOpenEvent(const QUrl &url) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 3528-3531 |
| | 2 | 1 |
QFileInfoGatherer::removePath| Name: | QFileInfoGatherer::removePath | | Prototype: | void QFileInfoGatherer::removePath(const QString &path) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | | Lines: | 189-197 |
| | 2 | 1 |
QFileInfo::setCaching| Name: | QFileInfo::setCaching | | Prototype: | void QFileInfo::setCaching(bool enable) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1396-1400 |
| | 2 | 1 |
QFileInfo::refresh| Name: | QFileInfo::refresh | | Prototype: | void QFileInfo::refresh() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 716-720 |
| | 2 | 1 |
QFileInfo::operator=| Name: | QFileInfo::operator= | | Prototype: | QFileInfo &QFileInfo::operator=(const QFileInfo &fileinfo) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 446-450 |
| | 2 | 1 |
QFileInfo::dir| Name: | QFileInfo::dir | | Prototype: | QDir QFileInfo::dir() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 879-884 |
| | 2 | 1 |
QFileInfo::caching| Name: | QFileInfo::caching | | Prototype: | bool QFileInfo::caching() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 1378-1382 |
| | 2 | 1 |
QFileInfo::QFileInfo| Name: | QFileInfo::QFileInfo | | Prototype: | QFileInfo::QFileInfo(QFileInfoPrivate *p) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 316-318 |
| | 2 | 1 |
QFileInfo::QFileInfo| Name: | QFileInfo::QFileInfo | | Prototype: | QFileInfo::QFileInfo() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 327-329 |
| | 2 | 1 |
QFileInfo::QFileInfo| Name: | QFileInfo::QFileInfo | | Prototype: | QFileInfo::QFileInfo(const QString &file) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 337-339 |
| | 2 | 1 |
QFileInfo::QFileInfo| Name: | QFileInfo::QFileInfo | | Prototype: | QFileInfo::QFileInfo(const QFile &file) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 350-352 |
| | 2 | 1 |
QFileInfo::QFileInfo| Name: | QFileInfo::QFileInfo | | Prototype: | QFileInfo::QFileInfo(const QDir &dir, const QString &file) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 366-369 |
| | 2 | 1 |
QFileIconProviderPrivate::QFileIconProviderPrivate| Name: | QFileIconProviderPrivate::QFileIconProviderPrivate | | Prototype: | QFileIconProviderPrivate::QFileIconProviderPrivate(QFileIconProvider *q) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 192-195 |
| | 2 | 1 |
QFileIconProvider::setOptions| Name: | QFileIconProvider::setOptions | | Prototype: | void QFileIconProvider::setOptions(QFileIconProvider::Options options) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 278-282 |
| | 2 | 1 |
QFileIconProvider::options| Name: | QFileIconProvider::options | | Prototype: | QFileIconProvider::Options QFileIconProvider::options() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 291-295 |
| | 2 | 1 |
QFileIconProvider::QFileIconProvider| Name: | QFileIconProvider::QFileIconProvider | | Prototype: | QFileIconProvider::QFileIconProvider() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 258-261 |
| | 2 | 1 |
QFileDialogTreeView::QFileDialogTreeView| Name: | QFileDialogTreeView::QFileDialogTreeView | | Prototype: | QFileDialogTreeView::QFileDialogTreeView(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3951-3953 |
| | 2 | 1 |
QFileDialogPrivate::updateLookInLabel| Name: | QFileDialogPrivate::updateLookInLabel | | Prototype: | void QFileDialogPrivate::updateLookInLabel() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 601-605 |
| | 2 | 2 |
QFileDialogPrivate::updateFileTypeLabel| Name: | QFileDialogPrivate::updateFileTypeLabel | | Prototype: | void QFileDialogPrivate::updateFileTypeLabel() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 624-628 |
| | 2 | 2 |
QFileDialogPrivate::updateCancelButtonText| Name: | QFileDialogPrivate::updateCancelButtonText | | Prototype: | void QFileDialogPrivate::updateCancelButtonText() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 655-659 |
| | 2 | 2 |
QFileDialogPrivate::removeDirectory| Name: | QFileDialogPrivate::removeDirectory | | Prototype: | bool QFileDialogPrivate::removeDirectory(const QString &path) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3387-3391 |
| | 2 | 1 |
QFileDialogPrivate::_q_goHome| Name: | QFileDialogPrivate::_q_goHome | | Prototype: | void QFileDialogPrivate::_q_goHome() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3201-3205 |
| | 2 | 1 |
QFileDialogPrivate::_q_currentChanged| Name: | QFileDialogPrivate::_q_currentChanged | | Prototype: | void QFileDialogPrivate::_q_currentChanged(const QModelIndex &index) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3575-3579 |
| | 2 | 1 |
QFileDialogPrivate::QFileDialogPrivate| Name: | QFileDialogPrivate::QFileDialogPrivate | | Prototype: | QFileDialogPrivate::QFileDialogPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 524-538 |
| | 2 | 1 |
QFileDialogOptions::setOptions| Name: | QFileDialogOptions::setOptions | | Prototype: | void QFileDialogOptions::setOptions(FileDialogOptions options) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 479-483 |
| | 2 | 2 |
QFileDialogOptions::setOption| Name: | QFileDialogOptions::setOption | | Prototype: | void QFileDialogOptions::setOption(QFileDialogOptions::FileDialogOption option, bool on) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 468-472 |
| | 2 | 2 |
QFileDialogOptions::setLabelText| Name: | QFileDialogOptions::setLabelText | | Prototype: | void QFileDialogOptions::setLabelText(QFileDialogOptions::DialogLabel label, const QString &text) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 616-620 |
| | 2 | 2 |
QFileDialogOptions::nameFilters| Name: | QFileDialogOptions::nameFilters | | Prototype: | QStringList QFileDialogOptions::nameFilters() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 566-570 |
| | 2 | 1 |
QFileDialogOptions::QFileDialogOptions| Name: | QFileDialogOptions::QFileDialogOptions | | Prototype: | QFileDialogOptions::QFileDialogOptions() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 439-441 |
| | 2 | 1 |
QFileDialogOptions::QFileDialogOptions| Name: | QFileDialogOptions::QFileDialogOptions | | Prototype: | QFileDialogOptions::QFileDialogOptions(const QFileDialogOptions &rhs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 443-445 |
| | 2 | 1 |
QFileDialogListView::sizeHint| Name: | QFileDialogListView::sizeHint | | Prototype: | QSize QFileDialogListView::sizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3931-3935 |
| | 2 | 1 |
QFileDialogListView::QFileDialogListView| Name: | QFileDialogListView::QFileDialogListView | | Prototype: | QFileDialogListView::QFileDialogListView(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3914-3916 |
| | 2 | 1 |
QFileDialog::~QFileDialog| Name: | QFileDialog::~QFileDialog | | Prototype: | QFileDialog::~QFileDialog() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 388-394 |
| | 2 | 1 |
QFileDialog::testOption| Name: | QFileDialog::testOption | | Prototype: | bool QFileDialog::testOption(Option option) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 746-750 |
| | 2 | 1 |
QFileDialog::sidebarUrls| Name: | QFileDialog::sidebarUrls | | Prototype: | QList<QUrl> QFileDialog::sidebarUrls() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 421-425 |
| | 2 | 1 |
QFileDialog::setSupportedSchemes| Name: | QFileDialog::setSupportedSchemes | | Prototype: | void QFileDialog::setSupportedSchemes(const QStringList &schemes) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1723-1727 |
| | 2 | 1 |
QFileDialog::setDefaultSuffix| Name: | QFileDialog::setDefaultSuffix | | Prototype: | void QFileDialog::setDefaultSuffix(const QString &suffix) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1873-1877 |
| | 2 | 1 |
QFileDialog::proxyModel| Name: | QFileDialog::proxyModel | | Prototype: | QAbstractProxyModel *QFileDialog::proxyModel() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3102-3106 |
| | 2 | 1 |
QFileDialog::options| Name: | QFileDialog::options | | Prototype: | QFileDialog::Options QFileDialog::options() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 804-808 |
| | 2 | 1 |