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=nullptr)
 
 pqMainControlsToolbar (QWidget *parentObject=nullptr)
 

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 17 of file pqMainControlsToolbar.h.

Constructor & Destructor Documentation

◆ pqMainControlsToolbar() [1/2]

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

Definition at line 23 of file pqMainControlsToolbar.h.

◆ pqMainControlsToolbar() [2/2]

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

Definition at line 28 of file pqMainControlsToolbar.h.


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