Public Member Functions | List of all members
pqMainControlsToolbar Class Reference

pqMainControlsToolbar is the toolbar with actions (and reactions) for the "Main Controls" toolbar in ParaView. More...

#include <pqMainControlsToolbar.h>

Inherits QToolBar.

Public Member Functions

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

Detailed Description

pqMainControlsToolbar is the toolbar with actions (and reactions) for the "Main Controls" toolbar in ParaView.

It includes buttons like "Open Data", "Save Data", "Connect", "Disconnect", "Undo", "Redo". Simply instantiate this and put it in your application UI file or QMainWindow to use it.

Definition at line 45 of file pqMainControlsToolbar.h.

Constructor & Destructor Documentation

◆ pqMainControlsToolbar() [1/2]

pqMainControlsToolbar::pqMainControlsToolbar ( const QString &  title,
QWidget *  parentObject = 0 
)
inline

Definition at line 51 of file pqMainControlsToolbar.h.

◆ pqMainControlsToolbar() [2/2]

pqMainControlsToolbar::pqMainControlsToolbar ( QWidget *  parentObject = 0)
inline

Definition at line 56 of file pqMainControlsToolbar.h.


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