Abstract superclass for any widget that goes on a PlotPanel.
More...
#include <PlotPanel.h>
Abstract superclass for any widget that goes on a PlotPanel.
Definition at line 35 of file PlotPanel.h.
casa::PlotWidget::PlotWidget |
( |
| ) |
|
|
inline |
virtual casa::PlotWidget::~PlotWidget |
( |
| ) |
|
|
inlinevirtual |
virtual bool casa::PlotWidget::isEnabled |
( |
| ) |
const |
|
pure virtual |
Returns true if the widget is currently enabled, false otherwise.
A widget button should be grayed out or not interact-able.
virtual bool casa::PlotWidget::isVisible |
( |
| ) |
const |
|
pure virtual |
Returns true if the widget is currently visible.
virtual void casa::PlotWidget::setEnabled |
( |
bool |
enabled = true | ) |
|
|
pure virtual |
Enables/disables the widget.
Sets the tooltip for this widget.
virtual void casa::PlotWidget::setVisible |
( |
bool |
visible = true | ) |
|
|
pure virtual |
Returns the tooltip for this widget.
The documentation for this class was generated from the following file: