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

The DataWindow class provides the data dock window. More...

#include <datamarker.h>

Inheritance diagram for MNEBrowseRawQt::DataMarker:

Signals

void markerMoved ()
 

Public Member Functions

 DataMarker (QWidget *parent=0)
 
void setMovementBoundary (QRegion rect)
 

Detailed Description

The DataWindow class provides the data dock window.

DECLARE CLASS DataMarker

Definition at line 75 of file datamarker.h.

Constructor & Destructor Documentation

DataMarker::DataMarker ( QWidget *  parent = 0)

Constructs a DataMarker dialog which is a child of parent

Parameters
[in]parentpointer to parent widget; If parent is 0, the new DataMarker becomes a window. If parent is another widget, DataMarker becomes a child window inside parent. DataWindow is deleted when its parent is deleted.

Definition at line 58 of file datamarker.cpp.

Member Function Documentation

void MNEBrowseRawQt::DataMarker::markerMoved ( )
signal

markerMoved is emmitted whenever the data marker was moved

void DataMarker::setMovementBoundary ( QRegion  rect)

set the m_movementBoundary

Parameters
[in]QRectHols the bounding rect

Definition at line 77 of file datamarker.cpp.


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