MNE-CPP  beta 1.0
Public Types | Public Member Functions | List of all members
MNEX::StartUpWidget Class Reference

The StartUpWidget class provides the widget which is shown at start up in the central widget of the main application. More...

#include <startupwidget.h>

Inheritance diagram for MNEX::StartUpWidget:

Public Types

typedef QSharedPointer< StartUpWidgetSPtr
 
typedef QSharedPointer< const StartUpWidgetConstSPtr
 

Public Member Functions

 StartUpWidget (QWidget *parent=0)
 
 ~StartUpWidget ()
 

Detailed Description

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.

Member Typedef Documentation

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.

Constructor & Destructor Documentation

StartUpWidget::StartUpWidget ( QWidget *  parent = 0)

Constructs a StartUpWidget which is a child of parent.

Parameters
[in]parentpointer 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.


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