Konsole
Konsole::ManageProfilesDialog Class Reference
A dialog which lists the available types of profiles and allows the user to add new profiles, and remove or edit existing profile types. More...
#include <ManageProfilesDialog.h>
Inheritance diagram for Konsole::ManageProfilesDialog:

Public Member Functions | |
ManageProfilesDialog (QWidget *parent=0) | |
void | setShortcutEditorVisible (bool visible) |
virtual | ~ManageProfilesDialog () |
Protected Member Functions | |
virtual void | showEvent (QShowEvent *event) |
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 51 of file ManageProfilesDialog.h.
Constructor & Destructor Documentation
ManageProfilesDialog::ManageProfilesDialog | ( | QWidget * | parent = 0 |
) |
Constructs a new profile type with the specified parent.
Definition at line 44 of file ManageProfilesDialog.cpp.
ManageProfilesDialog::~ManageProfilesDialog | ( | ) | [virtual] |
Definition at line 110 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 357 of file ManageProfilesDialog.cpp.
void ManageProfilesDialog::showEvent | ( | QShowEvent * | event | ) | [protected, virtual] |
Definition at line 89 of file ManageProfilesDialog.cpp.
The documentation for this class was generated from the following files: