#include <BALL/VIEW/WIDGETS/regularData2DWidget.h>

Public Slots | |
| void | createPlot () |
| Creator of a plot. | |
Public Member Functions | |
| RegularData2DWidget (const RegularData2D *data, QWidget *parent=0) | |
| ~RegularData2DWidget () | |
| virtual void | onNotify (Message *message) |
Protected Member Functions | |
| RegularData2DWidget (RegularData2DWidget *widget) | |
Protected Attributes | |
| const RegularData2D * | data_ |
| QColor | diagram_color_ |
| QColor | background_color_ |
| QColor | axis_color_ |
Widget used to display two-dimensional data.
Definition at line 36 of file regularData2DWidget.h.
| BALL::VIEW::RegularData2DWidget::RegularData2DWidget | ( | const RegularData2D * | data, | |
| QWidget * | parent = 0 | |||
| ) |
| BALL::VIEW::RegularData2DWidget::~RegularData2DWidget | ( | ) |
| BALL::VIEW::RegularData2DWidget::RegularData2DWidget | ( | RegularData2DWidget * | widget | ) | [protected] |
| void BALL::VIEW::RegularData2DWidget::createPlot | ( | ) | [slot] |
Creator of a plot.
| virtual void BALL::VIEW::RegularData2DWidget::onNotify | ( | Message * | message | ) | [virtual] |
Handles messages sent by other registered ConnectionObject instances.
| message | the pointer to the message that should be processed |
Reimplemented from BALL::VIEW::ConnectionObject.
QColor BALL::VIEW::RegularData2DWidget::axis_color_ [protected] |
Definition at line 69 of file regularData2DWidget.h.
QColor BALL::VIEW::RegularData2DWidget::background_color_ [protected] |
Definition at line 68 of file regularData2DWidget.h.
const RegularData2D* BALL::VIEW::RegularData2DWidget::data_ [protected] |
Definition at line 66 of file regularData2DWidget.h.
QColor BALL::VIEW::RegularData2DWidget::diagram_color_ [protected] |
Definition at line 67 of file regularData2DWidget.h.
1.6.3