|
ParaView
|
A borderless pop-up dialog used to show actions that the user can launch. More...
#include <pqQuickLaunchDialog.h>
Public Member Functions | |
| pqQuickLaunchDialog (QWidget *parent=0) | |
| virtual | ~pqQuickLaunchDialog () |
| void | setActions (const QList< QAction * > &actions) |
| Set the actions to be launched using this dialog. | |
| void | addActions (const QList< QAction * > &actions) |
| Add actions to be launched using this dialog. | |
| virtual void | accept () |
| Overridden to trigger the user selected action. | |
Protected Slots | |
| void | currentRowChanged (int) |
| Called when the user chooses an item from available choices shown in the options list. | |
Protected Member Functions | |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| Overridden to capture key presses. | |
| void | updateSearch () |
| Given the user entered text, update the GUI. | |
A borderless pop-up dialog used to show actions that the user can launch.
Provides search capabilities.
Definition at line 40 of file pqQuickLaunchDialog.h.
| pqQuickLaunchDialog::pqQuickLaunchDialog | ( | QWidget * | parent = 0 | ) |
| virtual pqQuickLaunchDialog::~pqQuickLaunchDialog | ( | ) | [virtual] |
| void pqQuickLaunchDialog::setActions | ( | const QList< QAction * > & | actions | ) |
Set the actions to be launched using this dialog.
This clears all already added actions.
| void pqQuickLaunchDialog::addActions | ( | const QList< QAction * > & | actions | ) |
Add actions to be launched using this dialog.
This adds to already added actions.
| virtual void pqQuickLaunchDialog::accept | ( | ) | [virtual] |
Overridden to trigger the user selected action.
| void pqQuickLaunchDialog::currentRowChanged | ( | int | ) | [protected, slot] |
Called when the user chooses an item from available choices shown in the options list.
| virtual bool pqQuickLaunchDialog::eventFilter | ( | QObject * | watched, |
| QEvent * | event | ||
| ) | [protected, virtual] |
Overridden to capture key presses.
| void pqQuickLaunchDialog::updateSearch | ( | ) | [protected] |
Given the user entered text, update the GUI.
1.7.5.1