KStandardShortcut
Classes | |
class | StandardShortcutWatcher |
Variables | |
static KStandardShortcutInfo | g_infoStandardShortcut [] |
QString | whatsThis () |
Detailed Description
Convenient methods for access to the common accelerator keys in the key configuration. These are the standard keybindings that should be used in all KDE applications. They will be configurable, so do not hardcode the default behavior.
Enumeration Type Documentation
◆ Category
|
strong |
Categories in which the standard shortcuts can be classified.
- Since
- 5.74
Definition at line 149 of file kstandardshortcut.h.
◆ StandardShortcut
Defines the identifier of all standard accelerators.
Enumerator | |
---|---|
Open | Open file. |
New | Create a new document. |
Close | Close current document. |
Save | Save current document. |
Print current document. | |
Quit | Quit the program. |
Undo | Undo last operation. |
Redo | Redo last operation. |
Cut | Cut selected area and store it in the clipboard. |
Copy | Copy selected area into the clipboard. |
Paste | Paste contents of clipboard at mouse/cursor position. |
PasteSelection | Paste the selection at mouse/cursor position. |
SelectAll | Select all. |
Deselect | Deselect any selected elements. |
DeleteWordBack | Delete a word back from mouse/cursor position. |
DeleteWordForward | Delete a word forward from mouse/cursor position. |
Find | Initiate a 'find' request in the current document. |
FindNext | Find the next instance of a stored 'find'. |
FindPrev | Find a previous instance of a stored 'find'. |
Replace | Find and replace matches. |
Home | Go to home page. |
Begin | Go to beginning of the document. |
End | Go to end of the document. |
Prior | Scroll up one page. |
Next | Scroll down one page. |
Up | Up. |
Back | Back. |
Forward | Forward. |
Reload | Reload. |
BeginningOfLine | Go to beginning of current line. |
EndOfLine | Go to end of current line. |
GotoLine | Go to line. |
BackwardWord | BackwardWord. |
ForwardWord | ForwardWord. |
AddBookmark | Add current page to bookmarks. |
ZoomIn | Zoom in. |
ZoomOut | Zoom out. |
FullScreen | Full Screen mode. |
ShowMenubar | Show Menu Bar. |
TabNext | Next Tab. |
TabPrev | Previous Tab. |
Help | Help the user in the current situation. |
WhatsThis | What's This button. |
TextCompletion | Complete text in input widgets. |
PrevCompletion | Iterate through a list when completion returns multiple items. |
NextCompletion | Iterate through a list when completion returns multiple items. |
SubstringCompletion | Find a string within another string or list of strings. |
RotateUp | Help users iterate through a list of entries. |
RotateDown | Help users iterate through a list of entries. |
OpenRecent | Open a recently used document. |
SaveAs | Save the current document under a different name. |
Revert | Revert the current document to the last saved version. |
PrintPreview | Show a print preview of the current document. |
Send the current document by mail. | |
Clear | Clear the content of the focus widget. |
ActualSize | View the document at its actual size. |
FitToPage | Fit the document view to the size of the current window. |
FitToWidth | Fit the document view to the width of the current window. |
FitToHeight | Fit the document view to the height of the current window. |
Zoom | Select the current zoom level. |
Goto | Jump to some specific location in the document. |
GotoPage | Go to a specific page. |
DocumentBack | Move back (document style menu). |
DocumentForward | Move forward (document style menu). |
EditBookmarks | Edit the application bookmarks. |
Spelling | Pop up the spell checker. |
ShowToolbar | Show/Hide the toolbar. |
ShowStatusbar | Show/Hide the statusbar. |
KeyBindings | Display the configure key bindings dialog. |
Preferences | Display the preferences/options dialog. |
ConfigureToolbars | Display the toolbar configuration dialog. |
ConfigureNotifications | Display the notifications configuration dialog. |
TipofDay | Display the "Tip of the Day". |
ReportBug | Display the Report Bug dialog. |
SwitchApplicationLanguage | Display the Switch Application Language dialog. |
AboutApp | Display the application's About dialog. |
AboutKDE | Display the About KDE dialog. |
DeleteFile | Permanently delete files or folders.
|
RenameFile | Rename files or folders.
|
MoveToTrash | Move files or folders to the trash.
|
Donate | Open donation page on kde.org.
|
ShowHideHiddenFiles | Toggle showing or hiding hidden files.
|
CreateFolder | Create a folder.
|
Definition at line 44 of file kstandardshortcut.h.
Function Documentation
◆ addBookmark()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::addBookmark | ( | ) |
Add current page to bookmarks.
Default: Ctrl+B
- Returns
- the shortcut of the standard accelerator
Definition at line 706 of file kstandardshortcut.cpp.
◆ back()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::back | ( | ) |
Back.
Default: Alt+Left
- Returns
- the shortcut of the standard accelerator
Definition at line 774 of file kstandardshortcut.cpp.
◆ backwardWord()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::backwardWord | ( | ) |
BackwardWord.
Default: Ctrl+Left
- Returns
- the shortcut of the standard accelerator
Definition at line 694 of file kstandardshortcut.cpp.
◆ begin()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::begin | ( | ) |
Go to beginning of the document.
Default: Ctrl-Home
- Returns
- the shortcut of the standard accelerator
Definition at line 670 of file kstandardshortcut.cpp.
◆ beginningOfLine()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::beginningOfLine | ( | ) |
Go to beginning of current line.
Default: Home
- Returns
- the shortcut of the standard accelerator
Definition at line 678 of file kstandardshortcut.cpp.
◆ category()
KCONFIGGUI_EXPORT Category KStandardShortcut::category | ( | StandardShortcut | id | ) |
Returns the appropriate category for the given StandardShortcut id
.
- Since
- 5.73
Definition at line 589 of file kstandardshortcut.cpp.
◆ close()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::close | ( | ) |
Close current document.
Default: Ctrl-w
- Returns
- the shortcut of the standard accelerator
Definition at line 602 of file kstandardshortcut.cpp.
◆ completion()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::completion | ( | ) |
Complete text in input widgets.
Default Ctrl+E
- Returns
- the shortcut of the standard accelerator
Definition at line 734 of file kstandardshortcut.cpp.
◆ copy()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::copy | ( | ) |
Copy selected area into the clipboard.
Default: Ctrl-c
- Returns
- the shortcut of the standard accelerator
Definition at line 622 of file kstandardshortcut.cpp.
◆ createFolder()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::createFolder | ( | ) |
Create a folder.
Default: F10
- Returns
- the shortcut of the standard accelerator
- Since
- 5.74
Definition at line 794 of file kstandardshortcut.cpp.
◆ cut()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::cut | ( | ) |
Cut selected area and store it in the clipboard.
Default: Ctrl-x
- Returns
- the shortcut of the standard accelerator
Definition at line 618 of file kstandardshortcut.cpp.
◆ deleteFile()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::deleteFile | ( | ) |
Permanently delete files or folders.
Default: Shift+Delete
- Returns
- the shortcut of the standard accelerator
- Since
- 5.25
Definition at line 786 of file kstandardshortcut.cpp.
◆ deleteWordBack()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::deleteWordBack | ( | ) |
Delete a word back from mouse/cursor position.
Default: Ctrl-Backspace
- Returns
- the shortcut of the standard accelerator
Definition at line 634 of file kstandardshortcut.cpp.
◆ deleteWordForward()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::deleteWordForward | ( | ) |
Delete a word forward from mouse/cursor position.
Default: Ctrl-Delete
- Returns
- the shortcut of the standard accelerator
Definition at line 638 of file kstandardshortcut.cpp.
◆ end()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::end | ( | ) |
Go to end of the document.
Default: Ctrl-End
- Returns
- the shortcut of the standard accelerator
Definition at line 674 of file kstandardshortcut.cpp.
◆ endOfLine()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::endOfLine | ( | ) |
Go to end of current line.
Default: End
- Returns
- the shortcut of the standard accelerator
Definition at line 682 of file kstandardshortcut.cpp.
◆ find() [1/2]
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::find | ( | ) |
Initiate a 'find' request in the current document.
Default: Ctrl-f
- Returns
- the shortcut of the standard accelerator
Definition at line 650 of file kstandardshortcut.cpp.
◆ find() [2/2]
KCONFIGGUI_EXPORT StandardShortcut KStandardShortcut::find | ( | const QKeySequence & | keySeq | ) |
Return the StandardShortcut id of the standard accel action which uses this key sequence, or AccelNone if none of them do.
This is used by class KKeyChooser.
- Parameters
-
keySeq the key sequence to search
- Returns
- the id of the standard accelerator, or AccelNone if there is none
Definition at line 541 of file kstandardshortcut.cpp.
◆ findByName()
KCONFIGGUI_EXPORT StandardShortcut KStandardShortcut::findByName | ( | const QString & | name | ) |
Return the StandardShortcut id of the standard accelerator action which has name
as its name, or AccelNone if none of them do.
- Parameters
-
name the name as returned by name(StandardShortcut id)
- Returns
- the id of the standard accelerator with the given name or AccelNone if there is no such accelerator
- Since
- 5.71
Definition at line 559 of file kstandardshortcut.cpp.
◆ findNext()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::findNext | ( | ) |
Find the next instance of a stored 'find' Default: F3.
- Returns
- the shortcut of the standard accelerator
Definition at line 654 of file kstandardshortcut.cpp.
◆ findPrev()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::findPrev | ( | ) |
Find a previous instance of a stored 'find'.
Default: Shift-F3
- Returns
- the shortcut of the standard accelerator
Definition at line 658 of file kstandardshortcut.cpp.
◆ forward()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::forward | ( | ) |
Forward.
Default: ALT+Right
- Returns
- the shortcut of the standard accelerator
Definition at line 778 of file kstandardshortcut.cpp.
◆ forwardWord()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::forwardWord | ( | ) |
ForwardWord.
Default: Ctrl+Right
- Returns
- the shortcut of the standard accelerator
Definition at line 698 of file kstandardshortcut.cpp.
◆ fullScreen()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::fullScreen | ( | ) |
Full Screen Mode.
Default: Ctrl+Shift+F
- Returns
- the shortcut of the standard accelerator
Definition at line 718 of file kstandardshortcut.cpp.
◆ gotoLine()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::gotoLine | ( | ) |
Go to line.
Default: Ctrl+G
- Returns
- the shortcut of the standard accelerator
Definition at line 702 of file kstandardshortcut.cpp.
◆ guardedStandardShortcutInfo()
|
static |
Search for the KStandardShortcutInfo object associated with the given id
.
Return a dummy entry with no name and an empty shortcut if id
is invalid.
Definition at line 418 of file kstandardshortcut.cpp.
◆ hardcodedDefaultShortcut()
KCONFIGGUI_EXPORT QList< QKeySequence > KStandardShortcut::hardcodedDefaultShortcut | ( | StandardShortcut | id | ) |
Returns the hardcoded default shortcut for id
.
This does not take into account the user's configuration.
- Parameters
-
id the id of the accelerator
- Returns
- the default shortcut of the accelerator
Definition at line 569 of file kstandardshortcut.cpp.
◆ help()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::help | ( | ) |
Help the user in the current situation.
Default: F1
- Returns
- the shortcut of the standard accelerator
Definition at line 730 of file kstandardshortcut.cpp.
◆ home()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::home | ( | ) |
Go to home page.
Default: Alt-Home
- Returns
- the shortcut of the standard accelerator
Definition at line 666 of file kstandardshortcut.cpp.
◆ initialize()
void KStandardShortcut::initialize | ( | StandardShortcut | id | ) |
Initialize the accelerator id
by checking if it is overridden in the configuration file (and if it isn't, use the default).
On X11, if QApplication was initialized with GUI disabled, the default will always be used.
Definition at line 450 of file kstandardshortcut.cpp.
◆ label()
KCONFIGGUI_EXPORT QString KStandardShortcut::label | ( | StandardShortcut | id | ) |
Returns a localized label for user-visible display.
- Parameters
-
id the id of the accelerator
- Returns
- a localized label for the accelerator
Definition at line 514 of file kstandardshortcut.cpp.
◆ moveToTrash()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::moveToTrash | ( | ) |
Moves files or folders to the trash.
Default: Delete
- Returns
- the shortcut of the standard accelerator
- Since
- 5.25
Definition at line 798 of file kstandardshortcut.cpp.
◆ name()
KCONFIGGUI_EXPORT QString KStandardShortcut::name | ( | StandardShortcut | id | ) |
Returns a unique name for the given accel.
- Parameters
-
id the id of the accelerator
- Returns
- the unique name of the accelerator
Definition at line 509 of file kstandardshortcut.cpp.
◆ next()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::next | ( | ) |
Scroll down one page.
Default: Next
- Returns
- the shortcut of the standard accelerator
Definition at line 690 of file kstandardshortcut.cpp.
◆ nextCompletion()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::nextCompletion | ( | ) |
Iterate through a list when completion returns multiple items.
Default: Ctrl+Down
- Returns
- the shortcut of the standard accelerator
Definition at line 742 of file kstandardshortcut.cpp.
◆ open()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::open | ( | ) |
Open file.
Default: Ctrl-o
- Returns
- the shortcut of the standard accelerator
Definition at line 594 of file kstandardshortcut.cpp.
◆ openNew()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::openNew | ( | ) |
Create a new document (or whatever).
Default: Ctrl-n
- Returns
- the shortcut of the standard accelerator
Definition at line 598 of file kstandardshortcut.cpp.
◆ paste()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::paste | ( | ) |
Paste contents of clipboard at mouse/cursor position.
Default: Ctrl-v
- Returns
- the shortcut of the standard accelerator
Definition at line 626 of file kstandardshortcut.cpp.
◆ pasteSelection()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::pasteSelection | ( | ) |
Paste the selection at mouse/cursor position.
Default: Ctrl-Shift-Insert
- Returns
- the shortcut of the standard accelerator
Definition at line 630 of file kstandardshortcut.cpp.
◆ preferences()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::preferences | ( | ) |
Opens the app's settings window.
Default: Ctrl+Shift+Comma
- Returns
- the shortcut of the standard accelerator
- Since
- 5.64
Definition at line 802 of file kstandardshortcut.cpp.
◆ prevCompletion()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::prevCompletion | ( | ) |
Iterate through a list when completion returns multiple items.
Default: Ctrl+Up
- Returns
- the shortcut of the standard accelerator
Definition at line 738 of file kstandardshortcut.cpp.
◆ print()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::print | ( | ) |
Print current document.
Default: Ctrl-p
- Returns
- the shortcut of the standard accelerator
Definition at line 610 of file kstandardshortcut.cpp.
◆ prior()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::prior | ( | ) |
Scroll up one page.
Default: Prior
- Returns
- the shortcut of the standard accelerator
Definition at line 686 of file kstandardshortcut.cpp.
◆ quit()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::quit | ( | ) |
Quit the program.
Default: Ctrl-q
- Returns
- the shortcut of the standard accelerator
Definition at line 614 of file kstandardshortcut.cpp.
◆ redo()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::redo | ( | ) |
Redo last operation.
Default: Shift-Ctrl-z
- Returns
- the shortcut of the standard accelerator
Definition at line 646 of file kstandardshortcut.cpp.
◆ reload()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::reload | ( | ) |
Reload.
Default: F5
- Returns
- the shortcut of the standard accelerator
Definition at line 762 of file kstandardshortcut.cpp.
◆ renameFile()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::renameFile | ( | ) |
Rename files or folders.
Default: F2
- Returns
- the shortcut of the standard accelerator
- Since
- 5.25
Definition at line 790 of file kstandardshortcut.cpp.
◆ replace()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::replace | ( | ) |
Find and replace matches.
Default: Ctrl-r
- Returns
- the shortcut of the standard accelerator
Definition at line 662 of file kstandardshortcut.cpp.
◆ rotateDown()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::rotateDown | ( | ) |
Help users iterate through a list of entries.
Default: Down
- Returns
- the shortcut of the standard accelerator
Definition at line 750 of file kstandardshortcut.cpp.
◆ rotateUp()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::rotateUp | ( | ) |
Help users iterate through a list of entries.
Default: Up
- Returns
- the shortcut of the standard accelerator
Definition at line 746 of file kstandardshortcut.cpp.
◆ save()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::save | ( | ) |
Save current document.
Default: Ctrl-s
- Returns
- the shortcut of the standard accelerator
Definition at line 606 of file kstandardshortcut.cpp.
◆ saveShortcut()
KCONFIGGUI_EXPORT void KStandardShortcut::saveShortcut | ( | StandardShortcut | id, |
const QList< QKeySequence > & | newShortcut | ||
) |
Saves the new shortcut cut for standard accel id.
Definition at line 478 of file kstandardshortcut.cpp.
◆ selectAll()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::selectAll | ( | ) |
Select all.
Default: Ctrl-A
- Returns
- the shortcut of the standard accelerator
Definition at line 766 of file kstandardshortcut.cpp.
◆ shortcut()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::shortcut | ( | StandardShortcut | id | ) |
Returns the keybinding for accel
.
On X11, if QApplication was initialized with GUI disabled, the default keybinding will always be returned.
- Parameters
-
id the id of the accelerator
Definition at line 530 of file kstandardshortcut.cpp.
◆ shortcutWatcher()
KCONFIGGUI_EXPORT StandardShortcutWatcher * KStandardShortcut::shortcutWatcher | ( | ) |
Returns the global KStandardShortcutWatcher instance of this program.
In addition to the notifying about changes it also keeps the information returned by the functions in KStandardShortcut
up to date. The object is created by the first call to this function.
- Since
- 5.91
Definition at line 40 of file kstandardshortcutwatcher.cpp.
◆ showHideHiddenFiles()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::showHideHiddenFiles | ( | ) |
Shows or hides hidden files.
Defaults: Ctrl+H, Alt+.
- Returns
- the shortcut of the standard accelerator
- Since
- 5.70
Definition at line 807 of file kstandardshortcut.cpp.
◆ showMenubar()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::showMenubar | ( | ) |
Show Menu Bar.
Default: Ctrl-M
- Returns
- the shortcut of the standard accelerator
Definition at line 782 of file kstandardshortcut.cpp.
◆ substringCompletion()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::substringCompletion | ( | ) |
Find a string within another string or list of strings.
Default: Ctrl-T
- Returns
- the shortcut of the standard accelerator
Definition at line 754 of file kstandardshortcut.cpp.
◆ tabNext()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::tabNext | ( | ) |
Next Tab.
Default: Ctrl-<
- Returns
- the shortcut of the standard accelerator
Definition at line 710 of file kstandardshortcut.cpp.
◆ tabPrev()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::tabPrev | ( | ) |
Previous Tab.
Default: Ctrl->
- Returns
- the shortcut of the standard accelerator
Definition at line 714 of file kstandardshortcut.cpp.
◆ undo()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::undo | ( | ) |
Undo last operation.
Default: Ctrl-z
- Returns
- the shortcut of the standard accelerator
Definition at line 642 of file kstandardshortcut.cpp.
◆ up()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::up | ( | ) |
Up.
Default: Alt+Up
- Returns
- the shortcut of the standard accelerator
Definition at line 770 of file kstandardshortcut.cpp.
◆ whatsThis()
KCONFIGGUI_EXPORT QString KStandardShortcut::whatsThis | ( | StandardShortcut | id | ) |
Returns an extended WhatsThis description for the given accelerator.
- Parameters
-
id the id of the accelerator
- Returns
- a localized description of the accelerator
◆ zoomIn()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::zoomIn | ( | ) |
Zoom in.
Default: Ctrl-Plus
- Returns
- the shortcut of the standard accelerator
Definition at line 722 of file kstandardshortcut.cpp.
◆ zoomOut()
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::zoomOut | ( | ) |
Zoom out.
Default: Ctrl-Minus
- Returns
- the shortcut of the standard accelerator
Definition at line 726 of file kstandardshortcut.cpp.
Variable Documentation
◆ g_infoStandardShortcut
|
static |
Array of predefined KStandardShortcutInfo objects, which cover all the "standard" accelerators.
Each enum value from StandardShortcut should appear in this table.
Definition at line 67 of file kstandardshortcut.cpp.
◆ whatsThis
const KCONFIGGUI_EXPORT QList< QKeySequence > & KStandardShortcut::whatsThis | ( | ) |
What's This button.
Default: Shift+F1
- Returns
- the shortcut of the standard accelerator
Definition at line 521 of file kstandardshortcut.cpp.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Jun 7 2023 04:06:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.