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

Public Slots | |
| void | createPlot () |
Public Member Functions | |
| RegularData1DWidget (const RegularData1D *data, QWidget *parent=0) | |
| ~RegularData1DWidget () | |
| virtual void | onNotify (Message *message) |
Protected Member Functions | |
| RegularData1DWidget (RegularData1DWidget *widget) | |
Protected Attributes | |
| const RegularData1D * | data_ |
| QColor | diagram_color_ |
| QColor | background_color_ |
| QColor | axis_color_ |
Widget used to display one-dimensional data.
Definition at line 33 of file regularData1DWidget.h.
| BALL::VIEW::RegularData1DWidget::RegularData1DWidget | ( | const RegularData1D * | data, | |
| QWidget * | parent = 0 | |||
| ) |
Detailed constructor
| BALL::VIEW::RegularData1DWidget::~RegularData1DWidget | ( | ) |
Destructor
| BALL::VIEW::RegularData1DWidget::RegularData1DWidget | ( | RegularData1DWidget * | widget | ) | [protected] |
| void BALL::VIEW::RegularData1DWidget::createPlot | ( | ) | [slot] |
Creator of a plot
| virtual void BALL::VIEW::RegularData1DWidget::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::RegularData1DWidget::axis_color_ [protected] |
Definition at line 69 of file regularData1DWidget.h.
QColor BALL::VIEW::RegularData1DWidget::background_color_ [protected] |
Definition at line 68 of file regularData1DWidget.h.
const RegularData1D* BALL::VIEW::RegularData1DWidget::data_ [protected] |
Definition at line 66 of file regularData1DWidget.h.
QColor BALL::VIEW::RegularData1DWidget::diagram_color_ [protected] |
Definition at line 67 of file regularData1DWidget.h.
1.6.3