casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Slots | Private Attributes
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, 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_
 
     

PlotAreaFillPtr itsFill_
 Last set area fill.

Detailed Description

Widget for choosing a plot area fill.

Uses a PlotColorWidget for the color.

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


Constructor & Destructor Documentation

casa::PlotFillWidget::PlotFillWidget ( PlotFactoryPtr  factory,
bool  showAlpha = false,
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.

Destructor.


Member Function Documentation

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

Slot for when the set area fill changes.

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


Member Data Documentation

     

Color widget.

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

Last set area fill.

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


The documentation for this class was generated from the following file: