Konsole
Konsole::ManageProfilesDialog Class Reference
#include <ManageProfilesDialog.h>
Inheritance diagram for Konsole::ManageProfilesDialog:

Detailed Description
A dialog which lists the available types of profiles and allows the user to add new profiles, and remove or edit existing profile types.Definition at line 47 of file ManageProfilesDialog.h.
Public Member Functions | |
| ManageProfilesDialog (QWidget *parent=0) | |
| virtual | ~ManageProfilesDialog () |
| void | setShortcutEditorVisible (bool visible) |
Protected Member Functions | |
| virtual void | showEvent (QShowEvent *event) |
Friends | |
| class | ProfileItemDelegate |
Constructor & Destructor Documentation
| ManageProfilesDialog::ManageProfilesDialog | ( | QWidget * | parent = 0 |
) |
Constructs a new profile type with the specified parent.
Definition at line 42 of file ManageProfilesDialog.cpp.
| ManageProfilesDialog::~ManageProfilesDialog | ( | ) | [virtual] |
Definition at line 101 of file ManageProfilesDialog.cpp.
Member Function Documentation
| void ManageProfilesDialog::setShortcutEditorVisible | ( | bool | visible | ) |
Specifies whether the shorcut editor should be show.
The shortcut editor allows shortcuts to be associated with profiles. When a shortcut is changed, the dialog will call SessionManager::instance()->setShortcut() to update the shortcut associated with the profile.
By default the editor is visible.
Definition at line 316 of file ManageProfilesDialog.cpp.
| void ManageProfilesDialog::showEvent | ( | QShowEvent * | event | ) | [protected, virtual] |
Definition at line 80 of file ManageProfilesDialog.cpp.
Friends And Related Function Documentation
friend class ProfileItemDelegate [friend] |
Definition at line 51 of file ManageProfilesDialog.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference