Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

VIEW::RegularData1DWidget Class Reference
[Modular Widgets]

Widget used to display one-dimensional data. More...

#include <regularData1DWidget.h>

Inheritance diagram for VIEW::RegularData1DWidget:

VIEW::ModularWidget Embeddable VIEW::ConnectionObject List of all members.

Public Slots

void createPlot () throw ()
 Creator of a plot.

Public Member Functions

 RegularData1DWidget (const RegularData1D *data, QWidget *parent=0) throw ()
 Detailed constructor.
 ~RegularData1DWidget () throw ()
 Destructor.
virtual void onNotify (Message *message) throw ()
 Handles messages sent by other registered ConnectionObject instances.

Protected Member Functions

 RegularData1DWidget (RegularData1DWidget *widget) throw ()

Protected Attributes

const RegularData1Ddata_
QColor diagram_color_
QColor background_color_
QColor axis_color_

Detailed Description

Widget used to display one-dimensional data.


Member Function Documentation

virtual void VIEW::RegularData1DWidget::onNotify Message message  )  throw () [virtual]
 

Handles messages sent by other registered ConnectionObject instances.

Parameters:
message the pointer to the message that should be processed

Reimplemented from VIEW::ConnectionObject.