QtBase - 2016-12-13 07:58:44 +0000

Function Tree

Path:<top>::QWizardPage
FunctionCondition %▴eLOC - Effective Lines of CodeMcCabe - Cyclomatic Complexity
QWizardPage
Name: QWizardPage::QWizardPage
Prototype: QWizardPage::QWizardPage(QWidget *parent)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3475-3479
  0.000% (0/1)
11
buttonText
Name: QWizardPage::buttonText
Prototype: QString QWizardPage::buttonText(QWizard::WizardButton which) const
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3818-3829
  0.000% (0/7)
63
cleanupPage
Name: QWizardPage::cleanupPage
Prototype: void QWizardPage::cleanupPage()
Coverage:  0.000% (0/8)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3627-3637
  0.000% (0/8)
64
field
Name: QWizardPage::field
Prototype: QVariant QWizardPage::field(const QString &name) const
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3914-3920
  0.000% (0/4)
42
isCommitPage
Name: QWizardPage::isCommitPage
Prototype: bool QWizardPage::isCommitPage() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3783-3787
  0.000% (0/1)
21
isComplete
Name: QWizardPage::isComplete
Prototype: bool QWizardPage::isComplete() const
Coverage:  0.000% (0/27)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3675-3705
  0.000% (0/27)
179
isFinalPage
Name: QWizardPage::isFinalPage
Prototype: bool QWizardPage::isFinalPage() const
Coverage:  0.000% (0/9)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3740-3753
  0.000% (0/9)
73
nextId
Name: QWizardPage::nextId
Prototype: int QWizardPage::nextId() const
Coverage:  0.000% (0/13)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3847-3868
  0.000% (0/13)
135
pixmap
Name: QWizardPage::pixmap
Prototype: QPixmap QWizardPage::pixmap(QWizard::WizardPixmap which) const
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3580-3593
  0.000% (0/7)
83
registerField
Name: QWizardPage::registerField
Prototype: void QWizardPage::registerField(const QString &name, QWidget *widget, const char *property, const char *changedSignal)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3968-3978
  0.000% (0/4)
52
setButtonText
Name: QWizardPage::setButtonText
Prototype: void QWizardPage::setButtonText(QWizard::WizardButton which, const QString &text)
Coverage:  0.000% (0/8)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3797-3803
  0.000% (0/8)
42
setCommitPage
Name: QWizardPage::setCommitPage
Prototype: void QWizardPage::setCommitPage(bool commitPage)
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3769-3776
  0.000% (0/6)
52
setField
Name: QWizardPage::setField
Prototype: void QWizardPage::setField(const QString &name, const QVariant &value)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3893-3899
  0.000% (0/4)
42
setFinalPage
Name: QWizardPage::setFinalPage
Prototype: void QWizardPage::setFinalPage(bool finalPage)
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3719-3726
  0.000% (0/6)
52
setPixmap
Name: QWizardPage::setPixmap
Prototype: void QWizardPage::setPixmap(QWizard::WizardPixmap which, const QPixmap &pixmap)
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3562-3569
  0.000% (0/6)
52
setSubTitle
Name: QWizardPage::setSubTitle
Prototype: void QWizardPage::setSubTitle(const QString &subTitle)
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3535-3541
  0.000% (0/6)
42
setTitle
Name: QWizardPage::setTitle
Prototype: void QWizardPage::setTitle(const QString &title)
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3502-3508
  0.000% (0/6)
42
subTitle
Name: QWizardPage::subTitle
Prototype: QString QWizardPage::subTitle() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3543-3547
  0.000% (0/1)
21
title
Name: QWizardPage::title
Prototype: QString QWizardPage::title() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3510-3514
  0.000% (0/1)
21
validatePage
Name: QWizardPage::validatePage
Prototype: bool QWizardPage::validatePage()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3653-3656
  0.000% (0/1)
11
wizard
Name: QWizardPage::wizard
Prototype: QWizard *QWizardPage::wizard() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp
Lines: 3986-3990
  0.000% (0/1)
21

Generated by Squish Coco Non-Commercial 4.3.0-BETA-master-30-08-2018-4cb69e9