#include <regularData1DWidget.h>
Public Slots |
|
void | createPlot () |
Creator of a plot. |
|
Public Member Functions |
|
RegularData1DWidget (const RegularData1D *data, QWidget *parent=0) | |
Detailed constructor. |
|
~RegularData1DWidget () | |
Destructor. |
|
virtual void | onNotify (Message *message) |
Handles messages sent by other
registered
ConnectionObject instances. |
|
Protected Member Functions |
|
RegularData1DWidget (RegularData1DWidget *widget) | |
Protected Attributes |
|
const RegularData1D * | data_ |
QColor | diagram_color_ |
QColor | background_color_ |
QColor | axis_color_ |
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.