casa::PlotFillWidget Class Reference

Widget for choosing a plot area fill. More...

#include <QtPlotWidget.qo.h>

Inheritance diagram for casa::PlotFillWidget:
casa::QtPlotWidget casa::QtEditingWidget

List of all members.

Public Member Functions

 PlotFillWidget (PlotFactoryPtr factory, bool showAlpha=false, String fillColor="blue", QWidget *parent=NULL)
 Constructor which takes a PlotFactory, a flag for whether or not to show an alpha spinner in the color widget, and an optional parent widget.
 ~PlotFillWidget ()
 Destructor.
PlotAreaFillPtr getFill () const
 Gets/Sets the currently set area fill on the widget.
void setFill (PlotAreaFillPtr fill)

Private Slots

void fillChanged ()
 Slot for when the set area fill changes.

Private Attributes

PlotColorWidgetitsColorWidget_
 Color widget.
PlotAreaFillPtr itsFill_
 Last set area fill.

Detailed Description

Widget for choosing a plot area fill.

Uses a PlotColorWidget for the color.

Definition at line 97 of file QtPlotWidget.qo.h.


Constructor & Destructor Documentation

casa::PlotFillWidget::PlotFillWidget ( PlotFactoryPtr  factory,
bool  showAlpha = false,
String  fillColor = "blue",
QWidget *  parent = NULL 
)

Constructor which takes a PlotFactory, a flag for whether or not to show an alpha spinner in the color widget, and an optional parent widget.

casa::PlotFillWidget::~PlotFillWidget (  ) 

Destructor.


Member Function Documentation

void casa::PlotFillWidget::fillChanged (  )  [private, slot]

Slot for when the set area fill changes.

PlotAreaFillPtr casa::PlotFillWidget::getFill (  )  const

Gets/Sets the currently set area fill on the widget.

void casa::PlotFillWidget::setFill ( PlotAreaFillPtr  fill  ) 

Member Data Documentation

Color widget.

Definition at line 117 of file QtPlotWidget.qo.h.

Last set area fill.

Definition at line 120 of file QtPlotWidget.qo.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1