MNE-CPP
beta 1.0
|
The ChInfoWindow class provides a dock window for informations about every loaded channel. More...
#include <chinfowindow.h>
Public Member Functions | |
ChInfoWindow (QWidget *parent=0) | |
~ChInfoWindow () | |
ChInfoModel * | getDataModel () |
The ChInfoWindow class provides a dock window for informations about every loaded channel.
DECLARE CLASS ChInfoWindow
Definition at line 85 of file chinfowindow.h.
ChInfoWindow::ChInfoWindow | ( | QWidget * | parent = 0 | ) |
Constructs a ChInfoWindow which is a child of parent.
[in] | parent | pointer to parent widget; If parent is 0, the new ChInfoWindow becomes a window. If parent is another widget, ChInfoWindow becomes a child window inside parent. ChInfoWindow is deleted when its parent is deleted. |
Definition at line 58 of file chinfowindow.cpp.
ChInfoWindow::~ChInfoWindow | ( | ) |
Destroys the ChInfoWindow. All ChInfoWindow's children are deleted first. The application exits if ChInfoWindow is the main widget.
Definition at line 71 of file chinfowindow.cpp.
ChInfoModel * ChInfoWindow::getDataModel | ( | ) |
Returns the ChInfoModel of this window
Definition at line 79 of file chinfowindow.cpp.