MNE-CPP  beta 1.0
Signals | Public Member Functions | List of all members
RtSssPlugin::RtSssSetupWidget Class Reference

The RtSssSetupWidget class provides the RtSss configuration window. More...

#include <rtssssetupwidget.h>

Inheritance diagram for RtSssPlugin::RtSssSetupWidget:

Signals

void signalNewLinRR (int val)
 
void signalNewLoutRR (int val)
 
void signalNewLin (int val)
 
void signalNewLout (int val)
 

Public Member Functions

 RtSssSetupWidget (RtSss *toolbox, QWidget *parent=0)
 
 ~RtSssSetupWidget ()
 
int getLinRR ()
 
int getLoutRR ()
 
int getLin ()
 
int getLout ()
 

Detailed Description

The RtSssSetupWidget class provides the RtSss configuration window.

DECLARE CLASS RtSssSetupWidget

Definition at line 86 of file rtssssetupwidget.h.

Constructor & Destructor Documentation

RtSssSetupWidget::RtSssSetupWidget ( RtSss toolbox,
QWidget *  parent = 0 
)

Constructs a RtSssSetupWidget which is a child of parent.

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

Definition at line 67 of file rtssssetupwidget.cpp.

RtSssSetupWidget::~RtSssSetupWidget ( )

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

Definition at line 86 of file rtssssetupwidget.cpp.


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