ParaView
Signals | Public Member Functions | List of all members
pqSettingsDialog Class Reference

pqSettingsDialog provides a dialog for controlling application settings for a ParaView application. More...

#include <pqSettingsDialog.h>

Inherits QDialog.

Signals

void filterWidgets (bool showAdvanced, const QString &text)
 

Public Member Functions

 pqSettingsDialog (QWidget *parent=0, Qt::WindowFlags flags=0)
 
virtual ~pqSettingsDialog ()
 
void showTab (const QString &title)
 Make the tab with the given title text current, if possible. More...
 

Detailed Description

pqSettingsDialog provides a dialog for controlling application settings for a ParaView application.

It's designed to look show all proxies registered under the "settings" group by default. For each proxy, it creates a pqProxyWidget and adds that to a tab-widget contained in the dialog.

Definition at line 46 of file pqSettingsDialog.h.

Constructor & Destructor Documentation

§ pqSettingsDialog()

pqSettingsDialog::pqSettingsDialog ( QWidget *  parent = 0,
Qt::WindowFlags  flags = 0 
)

§ ~pqSettingsDialog()

virtual pqSettingsDialog::~pqSettingsDialog ( )
virtual

Member Function Documentation

§ showTab()

void pqSettingsDialog::showTab ( const QString &  title)

Make the tab with the given title text current, if possible.

Does nothing if title is invalid or not present.

§ filterWidgets

void pqSettingsDialog::filterWidgets ( bool  showAdvanced,
const QString &  text 
)
signal

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