|
ParaView
|
a popup window that helps the user select another view to link with More...
#include <pqLinkViewWidget.h>
Public Member Functions | |
| pqLinkViewWidget (pqRenderView *firstLink) | |
| constructor takes the first view | |
| virtual | ~pqLinkViewWidget () |
| destructor | |
Protected Member Functions | |
| bool | eventFilter (QObject *watched, QEvent *e) |
| event filter to monitor user's selection | |
| bool | event (QEvent *e) |
| watch internal events | |
a popup window that helps the user select another view to link with
Definition at line 42 of file pqLinkViewWidget.h.
| pqLinkViewWidget::pqLinkViewWidget | ( | pqRenderView * | firstLink | ) |
constructor takes the first view
| virtual pqLinkViewWidget::~pqLinkViewWidget | ( | ) | [virtual] |
destructor
| bool pqLinkViewWidget::eventFilter | ( | QObject * | watched, |
| QEvent * | e | ||
| ) | [protected] |
event filter to monitor user's selection
| bool pqLinkViewWidget::event | ( | QEvent * | e | ) | [protected] |
watch internal events
1.7.5.1