|
ParaView
|
Custom panel for frustum selection. More...
#include <pqSelectThroughPanel.h>


Public Slots | |
| void | startSelect () |
| called when rubber band creation finished | |
| void | endSelect () |
| virtual void | accept () |
| accept changes made by this panel overridden to push frustum values over necessary because frustum is not yet tied to a widget | |
| void | setActiveView (pqView *) |
| Used to keep track of active render module. | |
Public Member Functions | |
| pqSelectThroughPanel (pqProxy *proxy, QWidget *p) | |
| ~pqSelectThroughPanel () | |
Custom panel for frustum selection.
Definition at line 41 of file pqSelectThroughPanel.h.
| pqSelectThroughPanel::pqSelectThroughPanel | ( | pqProxy * | proxy, |
| QWidget * | p | ||
| ) |
| pqSelectThroughPanel::~pqSelectThroughPanel | ( | ) |
| void pqSelectThroughPanel::startSelect | ( | ) | [slot] |
called when rubber band creation finished
| void pqSelectThroughPanel::endSelect | ( | ) | [slot] |
| virtual void pqSelectThroughPanel::accept | ( | ) | [virtual, slot] |
accept changes made by this panel overridden to push frustum values over necessary because frustum is not yet tied to a widget
Reimplemented from pqObjectPanel.
| void pqSelectThroughPanel::setActiveView | ( | pqView * | ) | [slot] |
Used to keep track of active render module.
1.7.5.1