|
ParaView
|
pqCameraToolbar is the toolbar that has icons for resetting camera orientation. More...
#include <pqCameraToolbar.h>
Public Member Functions | |
| pqCameraToolbar (const QString &title, QWidget *parentObject=0) | |
| pqCameraToolbar (QWidget *parentObject=0) | |
pqCameraToolbar is the toolbar that has icons for resetting camera orientation.
CAVEATS: This class currently uses pqRubberBandHelper for zooming. That needs to be cleaned up soon since pqRubberBandHelper is resulting in hacky code in pqParaViewMenuBuilders::buildToolbars().
Definition at line 49 of file pqCameraToolbar.h.
| pqCameraToolbar::pqCameraToolbar | ( | const QString & | title, |
| QWidget * | parentObject = 0 |
||
| ) | [inline] |
Definition at line 54 of file pqCameraToolbar.h.
| pqCameraToolbar::pqCameraToolbar | ( | QWidget * | parentObject = 0 | ) | [inline] |
Definition at line 59 of file pqCameraToolbar.h.
1.7.5.1