|
ParaView
|
pqSelectionToolbar is the toolbar with buttons for selecting data. More...
#include <pqSelectionToolbar.h>
Public Member Functions | |
| pqSelectionToolbar (const QString &title, QWidget *parentObject=0) | |
| pqSelectionToolbar (QWidget *parentObject=0) | |
| ~pqSelectionToolbar () | |
pqSelectionToolbar is the toolbar with buttons for selecting data.
Simply instantiate this and put it in your application UI file or QMainWindow to use it.
CAVEATS: This class needs to be rewritten. For shortage of time, I am just using pqRubberBandHelper internally instead of cleaning it up into reactions etc.
Definition at line 47 of file pqSelectionToolbar.h.
| pqSelectionToolbar::pqSelectionToolbar | ( | const QString & | title, |
| QWidget * | parentObject = 0 |
||
| ) | [inline] |
Definition at line 52 of file pqSelectionToolbar.h.
| pqSelectionToolbar::pqSelectionToolbar | ( | QWidget * | parentObject = 0 | ) | [inline] |
Definition at line 57 of file pqSelectionToolbar.h.
| pqSelectionToolbar::~pqSelectionToolbar | ( | ) |
1.7.5.1