ParaView
Signals | Public Member Functions | Properties | List of all members
pqSeriesEditorPropertyWidget Class Reference

pqSeriesEditorPropertyWidget is the pqPropertyWidget used to edit plot-options for a xy-series. More...

#include <pqSeriesEditorPropertyWidget.h>

Inheritance diagram for pqSeriesEditorPropertyWidget:
Inheritance graph
[legend]
Collaboration diagram for pqSeriesEditorPropertyWidget:
Collaboration graph
[legend]

Signals

void seriesVisibilityChanged ()
 Fired when the series visibility changes. More...
 
void seriesLabelChanged ()
 Fired when the series labels change. More...
 
void seriesColorChanged ()
 Fired when the series colors change. More...
 
void seriesLineThicknessChanged ()
 Fired when the series line thickness changes. More...
 
void seriesLineStyleChanged ()
 Fired when the series line style changes. More...
 
void seriesMarkerStyleChanged ()
 Fired when the series marker style changes. More...
 
void seriesPlotCornerChanged ()
 Fired when the series plot corners change. More...
 
- Signals inherited from pqPropertyWidget
void viewChanged (pqView *view)
 This signal is emitted when the current view changes. More...
 
void changeAvailable ()
 This signal is fired as soon as the user starts editing in the widget. More...
 
void changeFinished ()
 This signal is fired as soon as the user is done with making an atomic change. More...
 
void restartRequired ()
 Indicates that a restart of the program is required for the setting to take effect. More...
 

Public Member Functions

 pqSeriesEditorPropertyWidget (vtkSMProxy *proxy, vtkSMPropertyGroup *smgroup, QWidget *parent=0)
 
virtual ~pqSeriesEditorPropertyWidget ()
 
QList< QVariant > seriesVisibility () const
 Get/Set the visibility for series. More...
 
void setSeriesVisibility (const QList< QVariant > &)
 
QList< QVariant > seriesColor () const
 Get/Set the color for each of the series. More...
 
void setSeriesColor (const QList< QVariant > &)
 
QList< QVariant > seriesLabel () const
 Get/Set the label for each of the series. More...
 
void setSeriesLabel (const QList< QVariant > &)
 
QList< QVariant > seriesLineThickness () const
 Get/Set the line-thickness for each of the series. More...
 
void setSeriesLineThickness (const QList< QVariant > &)
 
QList< QVariant > seriesLineStyle () const
 Get/Set the line-style for each of the series. More...
 
void setSeriesLineStyle (const QList< QVariant > &)
 
QList< QVariant > seriesMarkerStyle () const
 Get/Set the marker-style for each of the series. More...
 
void setSeriesMarkerStyle (const QList< QVariant > &)
 
QList< QVariant > seriesPlotCorner () const
 Get/Set the plot-corner for each of the series. More...
 
void setSeriesPlotCorner (const QList< QVariant > &)
 
- Public Member Functions inherited from pqPropertyWidget
 pqPropertyWidget (vtkSMProxy *proxy, QWidget *parent=0)
 
virtual ~pqPropertyWidget ()
 
virtual void apply ()
 
virtual void reset ()
 
virtual void select ()
 These methods are called by pqPropertiesPanel when the panel for proxy becomes active/deactive. More...
 
virtual void deselect ()
 
bool isSelected () const
 
virtual void updateWidget (bool showing_advanced_properties)
 
pqViewview () const
 
vtkSMProxyproxy () const
 
vtkSMPropertyproperty () const
 
virtual char * panelVisibility () const
 Forward calls to vtkSMProperty. More...
 
virtual void setPanelVisibility (const char *vis)
 
bool showLabel () const
 
const QList< QPointer< pqPropertyWidgetDecorator > > & decorators () const
 Provides access to the decorators for this widget. More...
 
void setProperty (vtkSMProperty *property)
 

Properties

QList< QVariant > seriesVisibility
 
QList< QVariant > seriesLabel
 
QList< QVariant > seriesColor
 
QList< QVariant > seriesLineThickness
 
QList< QVariant > seriesLineStyle
 
QList< QVariant > seriesMarkerStyle
 
QList< QVariant > seriesPlotCorner
 

Additional Inherited Members

- Public Slots inherited from pqPropertyWidget
virtual void setView (pqView *)
 called to set the active view. More...
 
- Static Public Member Functions inherited from pqPropertyWidget
template<class T >
static QString getXMLName (T *object)
 Description: This static utility method returns the XML name for an object as a QString. More...
 
static QString getTooltip (vtkSMProperty *property)
 Returns the tooltip to use for the property. More...
 
- Protected Member Functions inherited from pqPropertyWidget
void addPropertyLink (QObject *qobject, const char *qproperty, const char *qsignal, vtkSMProperty *smproperty, int smindex=-1)
 
void addPropertyLink (QObject *qobject, const char *qproperty, const char *qsignal, vtkSMProxy *smproxy, vtkSMProperty *smproperty, int smindex=-1)
 
void removePropertyLink (QObject *qobject, const char *qproperty, const char *qsignal, vtkSMProperty *smproperty, int smindex=-1)
 
void removePropertyLink (QObject *qobject, const char *qproperty, const char *qsignal, vtkSMProxy *smproxy, vtkSMProperty *smproperty, int smindex=-1)
 
void setShowLabel (bool show)
 
void setChangeAvailableAsChangeFinished (bool status)
 For most pqPropertyWidget subclasses a changeAvailable() signal, corresponds to a changeFinished() signal. More...
 
void addDecorator (pqPropertyWidgetDecorator *)
 Register a decorator. More...
 
pqPropertyLinkslinks ()
 Provides access to the pqPropertyLinks instance. More...
 

Detailed Description

pqSeriesEditorPropertyWidget is the pqPropertyWidget used to edit plot-options for a xy-series.

It works with a property-group with properties for various functions, including required properties (SeriesVisibility) and optional properties (SeriesLabel, SeriesColor, SeriesLineThickness, SeriesLineStyle, SeriesMarkerStyle, and SeriesPlotCorner). If any of optional property functions are missing from the group, the corresponding widgets will be hidden.

Definition at line 51 of file pqSeriesEditorPropertyWidget.h.

Constructor & Destructor Documentation

◆ pqSeriesEditorPropertyWidget()

pqSeriesEditorPropertyWidget::pqSeriesEditorPropertyWidget ( vtkSMProxy proxy,
vtkSMPropertyGroup smgroup,
QWidget *  parent = 0 
)

◆ ~pqSeriesEditorPropertyWidget()

virtual pqSeriesEditorPropertyWidget::~pqSeriesEditorPropertyWidget ( )
virtual

Member Function Documentation

◆ seriesVisibility()

QList<QVariant> pqSeriesEditorPropertyWidget::seriesVisibility ( ) const

Get/Set the visibility for series.

◆ setSeriesVisibility()

void pqSeriesEditorPropertyWidget::setSeriesVisibility ( const QList< QVariant > &  )

◆ seriesColor()

QList<QVariant> pqSeriesEditorPropertyWidget::seriesColor ( ) const

Get/Set the color for each of the series.

◆ setSeriesColor()

void pqSeriesEditorPropertyWidget::setSeriesColor ( const QList< QVariant > &  )

◆ seriesLabel()

QList<QVariant> pqSeriesEditorPropertyWidget::seriesLabel ( ) const

Get/Set the label for each of the series.

◆ setSeriesLabel()

void pqSeriesEditorPropertyWidget::setSeriesLabel ( const QList< QVariant > &  )

◆ seriesLineThickness()

QList<QVariant> pqSeriesEditorPropertyWidget::seriesLineThickness ( ) const

Get/Set the line-thickness for each of the series.

◆ setSeriesLineThickness()

void pqSeriesEditorPropertyWidget::setSeriesLineThickness ( const QList< QVariant > &  )

◆ seriesLineStyle()

QList<QVariant> pqSeriesEditorPropertyWidget::seriesLineStyle ( ) const

Get/Set the line-style for each of the series.

◆ setSeriesLineStyle()

void pqSeriesEditorPropertyWidget::setSeriesLineStyle ( const QList< QVariant > &  )

◆ seriesMarkerStyle()

QList<QVariant> pqSeriesEditorPropertyWidget::seriesMarkerStyle ( ) const

Get/Set the marker-style for each of the series.

◆ setSeriesMarkerStyle()

void pqSeriesEditorPropertyWidget::setSeriesMarkerStyle ( const QList< QVariant > &  )

◆ seriesPlotCorner()

QList<QVariant> pqSeriesEditorPropertyWidget::seriesPlotCorner ( ) const

Get/Set the plot-corner for each of the series.

◆ setSeriesPlotCorner()

void pqSeriesEditorPropertyWidget::setSeriesPlotCorner ( const QList< QVariant > &  )

◆ seriesVisibilityChanged

void pqSeriesEditorPropertyWidget::seriesVisibilityChanged ( )
signal

Fired when the series visibility changes.

◆ seriesLabelChanged

void pqSeriesEditorPropertyWidget::seriesLabelChanged ( )
signal

Fired when the series labels change.

◆ seriesColorChanged

void pqSeriesEditorPropertyWidget::seriesColorChanged ( )
signal

Fired when the series colors change.

◆ seriesLineThicknessChanged

void pqSeriesEditorPropertyWidget::seriesLineThicknessChanged ( )
signal

Fired when the series line thickness changes.

◆ seriesLineStyleChanged

void pqSeriesEditorPropertyWidget::seriesLineStyleChanged ( )
signal

Fired when the series line style changes.

◆ seriesMarkerStyleChanged

void pqSeriesEditorPropertyWidget::seriesMarkerStyleChanged ( )
signal

Fired when the series marker style changes.

◆ seriesPlotCornerChanged

void pqSeriesEditorPropertyWidget::seriesPlotCornerChanged ( )
signal

Fired when the series plot corners change.

Property Documentation

◆ seriesVisibility

QList<QVariant> pqSeriesEditorPropertyWidget::seriesVisibility
readwrite

Definition at line 55 of file pqSeriesEditorPropertyWidget.h.

◆ seriesLabel

QList<QVariant> pqSeriesEditorPropertyWidget::seriesLabel
readwrite

Definition at line 58 of file pqSeriesEditorPropertyWidget.h.

◆ seriesColor

QList<QVariant> pqSeriesEditorPropertyWidget::seriesColor
readwrite

Definition at line 61 of file pqSeriesEditorPropertyWidget.h.

◆ seriesLineThickness

QList<QVariant> pqSeriesEditorPropertyWidget::seriesLineThickness
readwrite

Definition at line 64 of file pqSeriesEditorPropertyWidget.h.

◆ seriesLineStyle

QList<QVariant> pqSeriesEditorPropertyWidget::seriesLineStyle
readwrite

Definition at line 67 of file pqSeriesEditorPropertyWidget.h.

◆ seriesMarkerStyle

QList<QVariant> pqSeriesEditorPropertyWidget::seriesMarkerStyle
readwrite

Definition at line 70 of file pqSeriesEditorPropertyWidget.h.

◆ seriesPlotCorner

QList<QVariant> pqSeriesEditorPropertyWidget::seriesPlotCorner
readwrite

Definition at line 73 of file pqSeriesEditorPropertyWidget.h.


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