ParaView
Signals | Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes | Properties
pqDisplayProxyEditor Class Reference

Widget which provides an editor for the properties of a display. More...

#include <pqDisplayProxyEditor.h>

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

List of all members.

Signals

void specularColorChanged ()

Public Member Functions

 pqDisplayProxyEditor (pqPipelineRepresentation *display, QWidget *p=NULL)
 constructor
 ~pqDisplayProxyEditor ()
 destructor
void reloadGUI ()
 TODO: get rid of this function once the server manager can inform us of display property changes.
void setDisableSpecularOnScalarColoring (bool flag)
 When set to true (default) scalar coloring will result in disabling of the specular GUI.

Protected Slots

void openColorMapEditor ()
 internally used to update the graphics window when a property changes
void rescaleToDataRange ()
void zoomToData ()
void updateEnableState ()
virtual void editCubeAxes ()
virtual void cubeAxesVisibilityChanged ()
void sliceDirectionChanged ()
void volumeBlockSelected ()
void setSolidColor (const QColor &color)
void setBackfaceSolidColor (const QColor &color)
void beginUndoSet (const QString &)
void endUndoSet ()

Protected Member Functions

virtual void setRepresentation (pqPipelineRepresentation *display)
 Set the display whose properties we want to edit.
void updateSelectionLabelModes ()
void setupGUIConnections ()
QVariant specularColor () const
void setSpecularColor (QVariant)
bool isCubeAxesVisible ()

Protected Attributes

pqDisplayProxyEditorInternal * Internal
bool DisableSpecularOnScalarColoring

Properties

QVariant specularColor

Detailed Description

Widget which provides an editor for the properties of a display.

Definition at line 44 of file pqDisplayProxyEditor.h.


Constructor & Destructor Documentation

pqDisplayProxyEditor::pqDisplayProxyEditor ( pqPipelineRepresentation display,
QWidget *  p = NULL 
)

constructor

pqDisplayProxyEditor::~pqDisplayProxyEditor ( )

destructor


Member Function Documentation

void pqDisplayProxyEditor::reloadGUI ( ) [virtual]

TODO: get rid of this function once the server manager can inform us of display property changes.

Reimplemented from pqDisplayPanel.

void pqDisplayProxyEditor::setDisableSpecularOnScalarColoring ( bool  flag) [inline]

When set to true (default) scalar coloring will result in disabling of the specular GUI.

Definition at line 63 of file pqDisplayProxyEditor.h.

void pqDisplayProxyEditor::specularColorChanged ( ) [signal]
void pqDisplayProxyEditor::openColorMapEditor ( ) [protected, slot]

internally used to update the graphics window when a property changes

void pqDisplayProxyEditor::rescaleToDataRange ( ) [protected, slot]
void pqDisplayProxyEditor::zoomToData ( ) [protected, slot]
void pqDisplayProxyEditor::updateEnableState ( ) [protected, slot]
virtual void pqDisplayProxyEditor::editCubeAxes ( ) [protected, virtual, slot]
virtual void pqDisplayProxyEditor::cubeAxesVisibilityChanged ( ) [protected, virtual, slot]
void pqDisplayProxyEditor::sliceDirectionChanged ( ) [protected, slot]
void pqDisplayProxyEditor::volumeBlockSelected ( ) [protected, slot]
void pqDisplayProxyEditor::setSolidColor ( const QColor &  color) [protected, slot]
void pqDisplayProxyEditor::setBackfaceSolidColor ( const QColor &  color) [protected, slot]
void pqDisplayProxyEditor::beginUndoSet ( const QString &  ) [protected, slot]
void pqDisplayProxyEditor::endUndoSet ( ) [protected, slot]
virtual void pqDisplayProxyEditor::setRepresentation ( pqPipelineRepresentation display) [protected, virtual]

Set the display whose properties we want to edit.

void pqDisplayProxyEditor::updateSelectionLabelModes ( ) [protected]
void pqDisplayProxyEditor::setupGUIConnections ( ) [protected]
QVariant pqDisplayProxyEditor::specularColor ( ) const [protected]
void pqDisplayProxyEditor::setSpecularColor ( QVariant  ) [protected]
bool pqDisplayProxyEditor::isCubeAxesVisible ( ) [protected]

Member Data Documentation

pqDisplayProxyEditorInternal* pqDisplayProxyEditor::Internal [protected]

Definition at line 90 of file pqDisplayProxyEditor.h.

Definition at line 99 of file pqDisplayProxyEditor.h.


Property Documentation

QVariant pqDisplayProxyEditor::specularColor [read, write]

Definition at line 50 of file pqDisplayProxyEditor.h.


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