MNE-CPP  beta 0.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
RapLabPlugin::RapLabSetupWidget Class Reference

The DummySetupWidget class provides the DummyToolbox configuration window. More...

#include <raplabsetupwidget.h>

Inheritance diagram for RapLabPlugin::RapLabSetupWidget:

Public Member Functions

 RapLabSetupWidget (RapLab *toolbox, QWidget *parent=0)
 
 ~RapLabSetupWidget ()
 

Detailed Description

The DummySetupWidget class provides the DummyToolbox configuration window.

DECLARE CLASS DummySetupWidget

Definition at line 86 of file raplabsetupwidget.h.

Constructor & Destructor Documentation

RapLabSetupWidget::RapLabSetupWidget ( RapLab toolbox,
QWidget *  parent = 0 
)

Constructs a RapLabSetupWidget which is a child of parent.

Parameters
[in]toolboxa pointer to the corresponding RapLabToolbox.
[in]parentpointer to parent widget; If parent is 0, the new RapLabSetupWidget becomes a window. If parent is another widget, DummySetupWidget becomes a child window inside parent. DummySetupWidget is deleted when its parent is deleted.

Definition at line 72 of file raplabsetupwidget.cpp.

RapLabSetupWidget::~RapLabSetupWidget ( )

Destroys the RapLabSetupWidget. All RapLabSetupWidget's children are deleted first. The application exits if RapLabSetupWidget is the main widget.

Definition at line 101 of file raplabsetupwidget.cpp.


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