A borderless pop-up dialog used to show actions that the user can launch.
More...
#include <pqQuickLaunchDialog.h>
Inherits QDialog.
|
virtual void | accept () |
| Overridden to trigger the user selected action. More...
|
|
|
void | currentRowChanged (int) |
| Called when the user chooses an item from available choices shown in the options list. More...
|
|
A borderless pop-up dialog used to show actions that the user can launch.
Provides search capabilities.
Definition at line 42 of file pqQuickLaunchDialog.h.
§ pqQuickLaunchDialog()
pqQuickLaunchDialog::pqQuickLaunchDialog |
( |
QWidget * |
parent = 0 | ) |
|
§ ~pqQuickLaunchDialog()
virtual pqQuickLaunchDialog::~pqQuickLaunchDialog |
( |
| ) |
|
|
virtual |
§ setActions()
void pqQuickLaunchDialog::setActions |
( |
const QList< QAction *> & |
actions | ) |
|
Set the actions to be launched using this dialog.
This clears all already added actions.
§ addActions()
void pqQuickLaunchDialog::addActions |
( |
const QList< QAction *> & |
actions | ) |
|
Add actions to be launched using this dialog.
This adds to already added actions.
§ accept
virtual void pqQuickLaunchDialog::accept |
( |
| ) |
|
|
virtualslot |
Overridden to trigger the user selected action.
§ currentRowChanged
void pqQuickLaunchDialog::currentRowChanged |
( |
int |
| ) |
|
|
protectedslot |
Called when the user chooses an item from available choices shown in the options list.
§ eventFilter()
virtual bool pqQuickLaunchDialog::eventFilter |
( |
QObject * |
watched, |
|
|
QEvent * |
event |
|
) |
| |
|
protectedvirtual |
Overridden to capture key presses.
§ updateSearch()
void pqQuickLaunchDialog::updateSearch |
( |
| ) |
|
|
protected |
Given the user entered text, update the GUI.
The documentation for this class was generated from the following file: