Version: 8.3.0
pqCustomXYChartDisplayPanel Class Reference

Editor widget for XY chart displays.

#include <pqCustomXYChartDisplayPanel.h>

Inheritance diagram for pqCustomXYChartDisplayPanel:
Inheritance graph

Data Structures

class  pqInternal
 

Public Slots

void reloadSeries ()
 Reloads the series list from the display. More...
 

Public Member Functions

 pqCustomXYChartDisplayPanel (pqRepresentation *display, QWidget *parent=0)
 
virtual ~pqCustomXYChartDisplayPanel ()
 

Protected Slots

void activateItem (const QModelIndex &index)
 Slot to listen to clicks for changing color. More...
 
void updateOptionsWidgets ()
 
void setCurrentSeriesColor (const QColor &color)
 
void setCurrentSeriesThickness (int thickness)
 
void setCurrentSeriesStyle (int listIndex)
 
void setCurrentSeriesAxes (int listIndex)
 
void setCurrentSeriesMarkerStyle (int listIndex)
 
void useArrayIndexToggled (bool)
 
void useDataArrayToggled (bool)
 
void autoSelectToggled (bool checked)
 Unit controls. More...
 
void ignoreUnitsToggled (bool checked)
 
void resetUnitsControls ()
 Reset state of the controls relative to units. More...
 
void updateViewOptions ()
 Update view options. More...
 

Private Member Functions

 pqCustomXYChartDisplayPanel (const pqCustomXYChartDisplayPanel &)
 
void operator= (const pqCustomXYChartDisplayPanel &)
 
void setDisplay (pqRepresentation *display)
 Set the display whose properties this editor is editing. More...
 
void changeDialog (pqRepresentation *display)
 Disable/enable elements of the dialog based on the chart type. More...
 
Qt::CheckState getEnabledState () const
 

Private Attributes

pqInternalInternal
 
pqDataInformationModel * Model
 

Constructor & Destructor Documentation

pqCustomXYChartDisplayPanel::~pqCustomXYChartDisplayPanel ( )
virtual

References Internal.

pqCustomXYChartDisplayPanel::pqCustomXYChartDisplayPanel ( const pqCustomXYChartDisplayPanel )
private

Member Function Documentation

void pqCustomXYChartDisplayPanel::reloadSeries ( )
slot
void pqCustomXYChartDisplayPanel::activateItem ( const QModelIndex &  index)
protectedslot
void pqCustomXYChartDisplayPanel::updateOptionsWidgets ( )
protectedslot
void pqCustomXYChartDisplayPanel::setCurrentSeriesColor ( const QColor &  color)
protectedslot
void pqCustomXYChartDisplayPanel::setCurrentSeriesThickness ( int  thickness)
protectedslot
void pqCustomXYChartDisplayPanel::setCurrentSeriesStyle ( int  listIndex)
protectedslot
void pqCustomXYChartDisplayPanel::setCurrentSeriesAxes ( int  listIndex)
protectedslot
void pqCustomXYChartDisplayPanel::setCurrentSeriesMarkerStyle ( int  listIndex)
protectedslot
void pqCustomXYChartDisplayPanel::useArrayIndexToggled ( bool  toggle)
protectedslot

References Internal.

void pqCustomXYChartDisplayPanel::useDataArrayToggled ( bool  toggle)
protectedslot

References Internal.

void pqCustomXYChartDisplayPanel::autoSelectToggled ( bool  checked)
protectedslot
void pqCustomXYChartDisplayPanel::ignoreUnitsToggled ( bool  checked)
protectedslot
void pqCustomXYChartDisplayPanel::resetUnitsControls ( )
protectedslot

References Internal.

void pqCustomXYChartDisplayPanel::updateViewOptions ( )
protectedslot
void pqCustomXYChartDisplayPanel::operator= ( const pqCustomXYChartDisplayPanel )
private
void pqCustomXYChartDisplayPanel::changeDialog ( pqRepresentation *  display)
private

References Internal.

Qt::CheckState pqCustomXYChartDisplayPanel::getEnabledState ( ) const
private

Field Documentation

pqInternal* pqCustomXYChartDisplayPanel::Internal
private
pqDataInformationModel* pqCustomXYChartDisplayPanel::Model
private