ParaView
Public Member Functions | Protected Slots | Protected Attributes
pqGlyphPanel Class Reference

Custom panel for ArbitrarySourceGlyph and Glyph filters. More...

#include <pqGlyphPanel.h>

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

List of all members.

Public Member Functions

 pqGlyphPanel (pqProxy *proxy, QWidget *p)
virtual ~pqGlyphPanel ()

Protected Slots

void updateScaleFactor ()
 Called when the panel is modified, we update the scale factor if the user hasn't locked the scale factor.
void updateScalarsVectorsEnable ()
 Called when the panel is modified, we change the enabled flags on the scalars and vectors fields to reflect which one will have an effect on the output.

Protected Attributes

QAbstractButton * LockScaleFactor
QWidget * ScaleFactorWidget
QWidget * ScalarsWidget
QWidget * VectorsWidget
QComboBox * ScaleModeWidget
QCheckBox * OrientWidget

Detailed Description

Custom panel for ArbitrarySourceGlyph and Glyph filters.

This panel is only provided to add capabilities to reset the scalar factor for the glyphs when the scale mode, vectors or scalar selections change.

Definition at line 44 of file pqGlyphPanel.h.


Constructor & Destructor Documentation

pqGlyphPanel::pqGlyphPanel ( pqProxy proxy,
QWidget *  p 
)
virtual pqGlyphPanel::~pqGlyphPanel ( ) [virtual]

Member Function Documentation

void pqGlyphPanel::updateScaleFactor ( ) [protected, slot]

Called when the panel is modified, we update the scale factor if the user hasn't locked the scale factor.

void pqGlyphPanel::updateScalarsVectorsEnable ( ) [protected, slot]

Called when the panel is modified, we change the enabled flags on the scalars and vectors fields to reflect which one will have an effect on the output.


Member Data Documentation

QAbstractButton* pqGlyphPanel::LockScaleFactor [protected]

Definition at line 64 of file pqGlyphPanel.h.

QWidget* pqGlyphPanel::ScaleFactorWidget [protected]

Definition at line 65 of file pqGlyphPanel.h.

QWidget* pqGlyphPanel::ScalarsWidget [protected]

Definition at line 66 of file pqGlyphPanel.h.

QWidget* pqGlyphPanel::VectorsWidget [protected]

Definition at line 67 of file pqGlyphPanel.h.

QComboBox* pqGlyphPanel::ScaleModeWidget [protected]

Definition at line 68 of file pqGlyphPanel.h.

QCheckBox* pqGlyphPanel::OrientWidget [protected]

Definition at line 69 of file pqGlyphPanel.h.


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