|
| pqBoxChartView (const QString &group, const QString &name, vtkSMContextViewProxy *viewModule, pqServer *server, QObject *parent=nullptr) |
|
| ~pqBoxChartView () override |
|
| ~pqContextView () override |
|
virtual vtkContextView * | getVTKContextView () const |
| Returns the internal vtkContextView which provides the implementation for the chart rendering. More...
|
|
virtual vtkSMContextViewProxy * | getContextViewProxy () const |
| Returns the context view proxy associated with this object. More...
|
|
virtual bool | supportsSelection () const |
| Returns true if selection can be done. More...
|
|
bool | supportsCapture () const override |
| Returns if this view module can support image capture. More...
|
|
virtual void | setSelectionAction (int selAction) |
| set/get the selection action in the context view, defined by vtkChart enumeration from SELECT to SELECT_POLYGON. More...
|
|
virtual int | selectionAction () |
|
void | resetDisplay (bool closest=false) override |
| Resets the zoom level to 100%. More...
|
|
| ~pqView () override |
|
vtkSMViewProxy * | getViewProxy () const |
| Returns the internal render Module proxy associated with this object. More...
|
|
virtual vtkView * | getClientSideView () const |
| Return the client-side vtkView encapsulated by this view (if any), or return nullptr. More...
|
|
QWidget * | widget () |
| Return a widget associated with this view. More...
|
|
virtual bool | supportsUndo () const |
| Returns if this view module can support undo/redo. More...
|
|
QString | getViewType () const |
| Returns the type of this view module. More...
|
|
virtual bool | canUndo () const |
| Returns true if undo can be done. More...
|
|
virtual bool | canRedo () const |
| Returns true if redo can be done. More...
|
|
virtual QSize | getSize () |
| Returns the current size of the rendering context. More...
|
|
bool | hasRepresentation (pqRepresentation *repr) const |
| This method checks if the representation is shown in this view. More...
|
|
int | getNumberOfRepresentations () const |
| Returns the number representations in the view. More...
|
|
int | getNumberOfVisibleRepresentations () const |
|
int | getNumberOfVisibleDataRepresentations () const |
|
pqRepresentation * | getRepresentation (int index) const |
| Returns the representation for the specified index where (index < getNumberOfRepresentations()). More...
|
|
QList< pqRepresentation * > | getRepresentations () const |
| Returns a list of representations in this view. More...
|
|
bool | canDisplay (pqOutputPort *opPort) const |
| This method returns is any pqPipelineSource can be displayed in this view. More...
|
|
| pqProxy (const QString &group, const QString &name, vtkSMProxy *proxy, pqServer *server, QObject *parent=nullptr) |
|
| ~pqProxy () override |
|
pqServer * | getServer () const |
| Get the server on which this proxy exists. More...
|
|
void | rename (const QString &newname) |
| This is a convenience method. More...
|
|
const QString & | getSMName () |
| Get the name with which this proxy is registered on the server manager. More...
|
|
const QString & | getSMGroup () |
|
vtkSMProxy * | getProxy () const |
| Get the vtkSMProxy this object stands for. More...
|
|
ModifiedState | modifiedState () const |
| Gets whether or not the source has been modified. More...
|
|
void | setModifiedState (ModifiedState modified) |
| Sets whether or not the source has been modified. More...
|
|
vtkPVXMLElement * | getHints () const |
| Returns the hints for this proxy, if any. More...
|
|
QList< vtkSMProxy * > | getHelperProxies () const |
| Returns a list of all helper proxies. More...
|
|
QList< vtkSMProxy * > | getHelperProxies (const QString &key) const |
| Returns a list of all the helper proxies added with a given key. More...
|
|
QList< QString > | getHelperKeys () const |
| Returns the keys for helper proxies. More...
|
|
virtual void | addHelperProxy (const QString &key, vtkSMProxy *) |
| Concept of helper proxies: A pqProxy is created for every important vtkSMProxy registered. More...
|
|
void | removeHelperProxy (const QString &key, vtkSMProxy *) |
|
void | updateHelperProxies () const |
| Updates the internal datastructures using the proxies currently registered under the group that would be used for helper proxies. More...
|
|
vtkSMSessionProxyManager * | proxyManager () const |
| Returns the proxy manager by calling this->getProxy()->GetProxyManager();. More...
|
|
bool | userModifiedSMName () |
| Return whether or not the user has modified the GUI name of the source. More...
|
|
| pqServerManagerModelItem (QObject *parent=nullptr) |
|
| ~pqServerManagerModelItem () override |
|
|
enum | SelectionModifier { PV_SELECTION_DEFAULT = 0,
PV_SELECTION_ADDITION,
PV_SELECTION_SUBTRACTION,
PV_SELECTION_TOGGLE
} |
|
enum | ModifiedState { UNINITIALIZED,
MODIFIED,
UNMODIFIED
} |
| The modification state of this proxy. More...
|
|
| pqContextView (const QString &type, const QString &group, const QString &name, vtkSMViewProxy *view, pqServer *server, QObject *parent=nullptr) |
| Constructor: type :- view type. More...
|
|
QWidget * | createWidget () override |
| Creates a new instance of the QWidget subclass to be used to show this view. More...
|
|
virtual void | selectionChanged () |
| Listen for new selection events, and pass them back to ParaView. More...
|
|
virtual void | setSelection (vtkSelection *) |
| Set selection to the view. More...
|
|
| pqView (const QString &type, const QString &group, const QString &name, vtkSMViewProxy *view, pqServer *server, QObject *parent=nullptr) |
| Constructor: type :- view type. More...
|
|
void | initialize () override |
| Use this method to initialize the pqObject state using the underlying vtkSMProxy. More...
|
|
void | setSMName (const QString &new_name) |
| Make this pqProxy take on a new identity. More...
|
|
virtual void | addInternalHelperProxy (const QString &key, vtkSMProxy *) const |
|
virtual void | removeInternalHelperProxy (const QString &key, vtkSMProxy *) const |
|
vtkEventQtSlotConnect * | getConnector () |
| All subclasses generally need some vtkEventQtSlotConnect instance to connect to VTK events. More...
|
|
command * | Command |
|
Bar chart view.
Definition at line 15 of file pqBoxChartView.h.