A PlotPanel is a panel that goes on the bottom of the plot window.
More...
#include <PlotPanel.h>
A PlotPanel is a panel that goes on the bottom of the plot window.
A single panel can contain multiple widgets.
Definition at line 159 of file PlotPanel.h.
casa::PlotPanel::PlotPanel |
( |
| ) |
|
|
inline |
virtual casa::PlotPanel::~PlotPanel |
( |
| ) |
|
|
inlinevirtual |
Adds the given widget to this panel.
virtual void casa::PlotPanel::clearWidgets |
( |
| ) |
|
|
pure virtual |
Clears all widgets on the panel.
virtual void casa::PlotPanel::removeWidget |
( |
PlotWidgetPtr |
widget | ) |
|
|
pure virtual |
Removes the given widget from this panel.
virtual void casa::PlotPanel::removeWidget |
( |
int |
index | ) |
|
|
pure virtual |
Removes the widget at the given index from this panel.
virtual std::vector<PlotWidgetPtr> casa::PlotPanel::widgets |
( |
| ) |
const |
|
pure virtual |
Returns all PlotWidgets currently on the panel.
The documentation for this class was generated from the following file: