IWelcomePage Class
(Core::IWelcomePage)| Inherits: | QObject |
Properties
- 1 property inherited from QObject
Public Functions
| IWelcomePage() | |
| virtual | ~IWelcomePage() |
| virtual QWidget * | createWidget() const = 0 |
| virtual Core::Id | id() const = 0 |
| virtual int | priority() const |
| virtual QString | title() const = 0 |
- 31 public functions inherited from QObject
Static Public Members
| const QList<IWelcomePage *> | allWelcomePages() |
- 10 static public members inherited from QObject
Additional Inherited Members
- 1 public slot inherited from QObject
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Property Documentation
priority : const int
Access functions:
| virtual int | priority() const |
title : const QString
Access functions:
| virtual QString | title() const = 0 |
Member Function Documentation
IWelcomePage::IWelcomePage()
Default constructs an instance of IWelcomePage.
[virtual] IWelcomePage::~IWelcomePage()
Destroys the instance of IWelcomePage. The destructor is virtual.