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

VIEW::RegularData2DWidget Class Reference
[Modular Widgets]

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

#include <regularData2DWidget.h>

Inheritance diagram for VIEW::RegularData2DWidget:

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

Public Slots

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

Public Member Functions

 RegularData2DWidget (const RegularData2D *data, QWidget *parent=0) throw ()
virtual void onNotify (Message *message) throw ()
 Handles messages sent by other registered ConnectionObject instances.

Protected Member Functions

 RegularData2DWidget (RegularData2DWidget *widget) throw ()

Protected Attributes

const RegularData2Ddata_
QColor diagram_color_
QColor background_color_
QColor axis_color_

Detailed Description

Widget used to display two-dimensional data.


Member Function Documentation

virtual void VIEW::RegularData2DWidget::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.