MNE-CPP  beta 1.0
Public Member Functions | List of all members
MNEPlugin::MNESetupWidget Class Reference

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

#include <mnesetupwidget.h>

Inheritance diagram for MNEPlugin::MNESetupWidget:

Public Member Functions

 MNESetupWidget (MNE *toolbox, QWidget *parent=0)
 
 ~MNESetupWidget ()
 
void setClusteringState ()
 
void setSetupState ()
 

Detailed Description

The DummySetupWidget class provides the DummyToolbox configuration window.

DECLARE CLASS DummySetupWidget

Definition at line 86 of file mnesetupwidget.h.

Constructor & Destructor Documentation

MNESetupWidget::MNESetupWidget ( MNE toolbox,
QWidget *  parent = 0 
)

Constructs a MNESetupWidget which is a child of parent.

Parameters
[in]toolboxa pointer to the corresponding MNEToolbox.
[in]parentpointer to parent widget; If parent is 0, the new MNESetupWidget 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 74 of file mnesetupwidget.cpp.

MNESetupWidget::~MNESetupWidget ( )

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

Definition at line 104 of file mnesetupwidget.cpp.

Member Function Documentation

void MNESetupWidget::setClusteringState ( )

Adapts the UI to clustering state

Definition at line 112 of file mnesetupwidget.cpp.

void MNESetupWidget::setSetupState ( )

Adapts the UI to setup state

Definition at line 121 of file mnesetupwidget.cpp.


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