|
ParaView
|
Custom panel for ArbitrarySourceGlyph and Glyph filters. More...
#include <pqGlyphPanel.h>


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 |
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.
| pqGlyphPanel::pqGlyphPanel | ( | pqProxy * | proxy, |
| QWidget * | p | ||
| ) |
| virtual pqGlyphPanel::~pqGlyphPanel | ( | ) | [virtual] |
| 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.
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.
1.7.5.1