|
ParaView
|
pqChartRepresentation is pqDataRepresentation subclass with logic to setup good defaults for chart representations. More...
#include <pqChartRepresentation.h>


Public Member Functions | |
| pqChartRepresentation (const QString &group, const QString &name, vtkSMProxy *reprProxy, pqServer *server, QObject *parent=0) | |
| virtual | ~pqChartRepresentation () |
| virtual void | setDefaultPropertyValues () |
| Sets default values for the underlying proxy. | |
Static Public Member Functions | |
| static void | setHiddenSeriesSetting (QStringList list) |
| Get/set the application setting that is a list of regular expressions to match chart series that should not initially be visible. | |
| static QStringList | getHiddenSeriesSetting () |
| static QStringList | defaultHiddenSeriesSetting () |
| static bool | queryHideSeries (QString array) |
| Convenience method that determines if a series of the given name should be hidden by default. | |
pqChartRepresentation is pqDataRepresentation subclass with logic to setup good defaults for chart representations.
The default setting logic will eventually move to a controller layer. For now, it sits in the pq-layer to be consistent with the existing framework.
Definition at line 41 of file pqChartRepresentation.h.
| pqChartRepresentation::pqChartRepresentation | ( | const QString & | group, |
| const QString & | name, | ||
| vtkSMProxy * | reprProxy, | ||
| pqServer * | server, | ||
| QObject * | parent = 0 |
||
| ) |
| virtual pqChartRepresentation::~pqChartRepresentation | ( | ) | [virtual] |
| virtual void pqChartRepresentation::setDefaultPropertyValues | ( | ) | [virtual] |
Sets default values for the underlying proxy.
This is during the initialization stage of the pqProxy for proxies created by the GUI itself i.e. for proxies loaded through state or created by python client this method won't be called. The default implementation iterates over all properties of the proxy and sets them to default values.
Reimplemented from pqDataRepresentation.
| static void pqChartRepresentation::setHiddenSeriesSetting | ( | QStringList | list | ) | [static] |
Get/set the application setting that is a list of regular expressions to match chart series that should not initially be visible.
| static QStringList pqChartRepresentation::getHiddenSeriesSetting | ( | ) | [static] |
| static QStringList pqChartRepresentation::defaultHiddenSeriesSetting | ( | ) | [static] |
| static bool pqChartRepresentation::queryHideSeries | ( | QString | array | ) | [static] |
Convenience method that determines if a series of the given name should be hidden by default.
1.7.5.1