Konsole
#include <ManageProfilesDialog.h>
Public Member Functions | |
ManageProfilesDialog (QWidget *parent=0) | |
virtual | ~ManageProfilesDialog () |
void | setShortcutEditorVisible (bool visible) |
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 50 of file ManageProfilesDialog.h.
Constructor & Destructor Documentation
|
explicit |
Constructs a new profile type with the specified parent.
Definition at line 43 of file ManageProfilesDialog.cpp.
|
virtual |
Definition at line 116 of file ManageProfilesDialog.cpp.
Member Function Documentation
void ManageProfilesDialog::setShortcutEditorVisible | ( | bool | visible | ) |
Specifies whether the shortcut 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 441 of file ManageProfilesDialog.cpp.
|
protectedvirtual |
Definition at line 95 of file ManageProfilesDialog.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.