MNE-CPP
beta 1.0
|
The StartUpWidget class provides the widget which is shown at start up in the central widget of the main application. More...
#include <startupwidget.h>
Public Types | |
typedef QSharedPointer< StartUpWidget > | SPtr |
typedef QSharedPointer< const StartUpWidget > | ConstSPtr |
Public Member Functions | |
StartUpWidget (QWidget *parent=0) | |
~StartUpWidget () | |
The StartUpWidget class provides the widget which is shown at start up in the central widget of the main application.
DECLARE CLASS StartUpWidget
Definition at line 78 of file startupwidget.h.
typedef QSharedPointer<const StartUpWidget> MNEX::StartUpWidget::ConstSPtr |
Const shared pointer type for StartUpWidget.
Definition at line 83 of file startupwidget.h.
typedef QSharedPointer<StartUpWidget> MNEX::StartUpWidget::SPtr |
Shared pointer type for StartUpWidget.
Definition at line 82 of file startupwidget.h.
StartUpWidget::StartUpWidget | ( | QWidget * | parent = 0 | ) |
Constructs a StartUpWidget which is a child of parent.
[in] | parent | pointer to parent widget; If parent is 0, the new StartUpWidget becomes a window. If parent is another widget, StartUpWidget becomes a child window inside parent. StartUpWidget is deleted when its parent is deleted. |
Definition at line 68 of file startupwidget.cpp.
StartUpWidget::~StartUpWidget | ( | ) |
Destroys the StartUpWidget.
Definition at line 94 of file startupwidget.cpp.