LibEngsas
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
ESetupWizardObject Class Reference

An object to group ESetupWizardWidgets. More...

#include <esetupwizardobject.h>

+ Inheritance diagram for ESetupWizardObject:
+ Collaboration diagram for ESetupWizardObject:

Public Member Functions

 ESetupWizardObject (QObject *parent=0)
virtual ~ESetupWizardObject ()
QString title ()
virtual bool needed ()=0
virtual bool finish (ESetupWizardWidget *finishWidget)=0
QList< ESetupWizardWidget * > wizardWidgets ()
- Public Member Functions inherited from EObject
 EObject (QObject *parent=0)
virtual ~EObject ()
void connectByPass (QObject *object)

Protected Member Functions

void setTitle (QString newTitle)
void addWidget (ESetupWizardWidget *widget)
void removeWidget (ESetupWizardWidget *widget)
- Protected Member Functions inherited from EObject
void addManagedDockWidget (QDockWidget *widget, const Qt::DockWidgetArea &area, QString actionLabel=QString(), QString actionParent=QString())
 Adds an dock widget via addNewDockWidget() and adds widget to the list of managed dock widgets.

Private Attributes

QString myTitle
QList< ESetupWizardWidget * > widgets

Additional Inherited Members

- Public Slots inherited from EObject
virtual void reloadSettings ()
 Used to reload the settings.
- Signals inherited from EObject
void error (const QString &message)
void warning (const QString &message)
void information (const QString &message)
void reloadEnableActions ()
 Request reloading of enabled actions in EMainWindow.
void addMenu (QMenu *newMenu, const QString &parent, QString before=QString())
void addAction (QAction *newAction, const QString &parent, QString before=QString())
void addToolBar (QToolBar *newToolBar, Qt::ToolBarArea area=Qt::TopToolBarArea)
void addNewDockWidget (QDockWidget *widget, const Qt::DockWidgetArea &area)
void setCentralWidget (QWidget *centralWidget)
void showSettings ()
void showHelp (const QString &page)
void showStatusWidget (QWidget *widget)
void reloadSettingsRequest ()
 Indicates, that a reload of the settings is needed.
void doReloadSettings ()
 Emitted to bring the reload request back to the farest child.
- Static Public Member Functions inherited from EObject
static void connectByPass (QObject *parent, QObject *child)
- Protected Slots inherited from EObject
virtual void errorByPass (const QString &message)
virtual void warningByPass (const QString &message)
virtual void informationByPass (const QString &message)
virtual void reloadEnableActionsByPass ()
virtual void addMenuByPass (QMenu *newMenu, const QString &parent, QString before=QString())
virtual void addActionByPass (QAction *newAction, const QString &parent, QString before=QString())
virtual void addToolBarByPass (QToolBar *newToolBar, Qt::ToolBarArea area=Qt::TopToolBarArea)
virtual void addNewDockWidgetByPass (QDockWidget *widget, const Qt::DockWidgetArea &area)
virtual void setCentralWidgetByPass (QWidget *centralWidget)
virtual void showSettingsByPass ()
virtual void showHelpByPass (const QString &page)
virtual void showStatusWidgetByPass (QWidget *widget)
virtual void reloadSettingsRequestByPass ()

Detailed Description

An object to group ESetupWizardWidgets.

Constructor & Destructor Documentation

ESetupWizardObject::ESetupWizardObject ( QObject *  parent = 0)
ESetupWizardObject::~ESetupWizardObject ( )
virtual

Member Function Documentation

void ESetupWizardObject::addWidget ( ESetupWizardWidget widget)
protected

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual bool ESetupWizardObject::finish ( ESetupWizardWidget finishWidget)
pure virtual

Implemented in ESetupWizardDB, and ESetupWizardDBDump.

+ Here is the caller graph for this function:

virtual bool ESetupWizardObject::needed ( )
pure virtual

Implemented in ESetupWizardDB, and ESetupWizardDBDump.

+ Here is the caller graph for this function:

void ESetupWizardObject::removeWidget ( ESetupWizardWidget widget)
protected

+ Here is the caller graph for this function:

void ESetupWizardObject::setTitle ( QString  newTitle)
protected

+ Here is the caller graph for this function:

QString ESetupWizardObject::title ( )

+ Here is the caller graph for this function:

QList< ESetupWizardWidget * > ESetupWizardObject::wizardWidgets ( )

+ Here is the caller graph for this function:

Member Data Documentation

QString ESetupWizardObject::myTitle
private
QList<ESetupWizardWidget*> ESetupWizardObject::widgets
private

The documentation for this class was generated from the following files: