The pqActiveViewOptionsManager class is used to open the appropriate view options dialog.
More...
#include <pqActiveViewOptionsManager.h>
List of all members.
Detailed Description
The pqActiveViewOptionsManager class is used to open the appropriate view options dialog.
Definition at line 54 of file pqActiveViewOptionsManager.h.
Constructor & Destructor Documentation
| pqActiveViewOptionsManager::pqActiveViewOptionsManager |
( |
QObject * |
parent = 0 | ) |
|
Creates a view options manager.
| virtual pqActiveViewOptionsManager::~pqActiveViewOptionsManager |
( |
| ) |
[virtual] |
Member Function Documentation
| bool pqActiveViewOptionsManager::registerOptions |
( |
const QString & |
viewType, |
|
|
pqActiveViewOptions * |
options |
|
) |
| |
Registers an options dialog handler with a view type.
- Parameters:
-
| viewType | The name of the view type. |
| options | The options dialog handler. |
- Returns:
- True if the registration was successful.
Removes the options dialog from the name mapping.
- Parameters:
-
| options | The options dialog handler. |
Gets whether or not the options dialog is registered.
- Parameters:
-
| options | The options dialog handler. |
- Returns:
- True if the options dialog is associated with a view type.
Gets the options dialog handler for the specified view type.
- Parameters:
-
| viewType | The name of the view type. |
- Returns:
- A pointer to the options dialog handler.
| bool pqActiveViewOptionsManager::canShowOptions |
( |
pqView * |
view | ) |
const |
Returns if an options dialog can be shown for the given view.
| void pqActiveViewOptionsManager::setActiveView |
( |
pqView * |
view | ) |
[slot] |
Sets the active view.
- Parameters:
-
| void pqActiveViewOptionsManager::showOptions |
( |
| ) |
[slot] |
Shows the options dialog for the active view.
| void pqActiveViewOptionsManager::showOptions |
( |
const QString & |
page | ) |
[slot] |
Shows the options dialog for the active view.
- Parameters:
-
| page | The options page to display. |
The documentation for this class was generated from the following file: