MNE-CPP
beta 1.0
|
The DataWindow class provides the data dock window. More...
#include <datamarker.h>
Signals | |
void | markerMoved () |
Public Member Functions | |
DataMarker (QWidget *parent=0) | |
void | setMovementBoundary (QRegion rect) |
The DataWindow class provides the data dock window.
DECLARE CLASS DataMarker
Definition at line 75 of file datamarker.h.
DataMarker::DataMarker | ( | QWidget * | parent = 0 | ) |
Constructs a DataMarker dialog which is a child of parent
[in] | parent | pointer 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.
|
signal |
markerMoved is emmitted whenever the data marker was moved
void DataMarker::setMovementBoundary | ( | QRegion | rect | ) |
set the m_movementBoundary
[in] | QRect | Hols the bounding rect |
Definition at line 77 of file datamarker.cpp.