ParaView
Public Member Functions
pqSelectionToolbar Class Reference

pqSelectionToolbar is the toolbar with buttons for selecting data. More...

#include <pqSelectionToolbar.h>

List of all members.

Public Member Functions

 pqSelectionToolbar (const QString &title, QWidget *parentObject=0)
 pqSelectionToolbar (QWidget *parentObject=0)
 ~pqSelectionToolbar ()

Detailed Description

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.


Constructor & Destructor Documentation

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 ( )

The documentation for this class was generated from the following file: