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

The ChInfoWindow class provides a dock window for informations about every loaded channel. More...

#include <chinfowindow.h>

Inheritance diagram for MNEBrowseRawQt::ChInfoWindow:

Public Member Functions

 ChInfoWindow (QWidget *parent=0)
 
 ~ChInfoWindow ()
 
ChInfoModelgetDataModel ()
 

Detailed Description

The ChInfoWindow class provides a dock window for informations about every loaded channel.

DECLARE CLASS ChInfoWindow

Definition at line 85 of file chinfowindow.h.

Constructor & Destructor Documentation

ChInfoWindow::ChInfoWindow ( QWidget *  parent = 0)

Constructs a ChInfoWindow which is a child of parent.

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

Member Function Documentation

ChInfoModel * ChInfoWindow::getDataModel ( )

Returns the ChInfoModel of this window

Definition at line 79 of file chinfowindow.cpp.


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