KGuiAddons C++ Classes
Namespaces
Drag-and-drop and clipboard mimedata manipulation for QColor objects | |
A set of methods used to work with colors | |
Provides utility functions for font data | |
Provides utility functions for icons | |
Associate jobs with a window |
Classes
Information about system-wide color preferences | |
Provides emoji flags as icons This is a special icon engine that internally paints flags using emoji fonts. It provides access to country and region flags from the system emoji font | |
Class to temporarily set a mouse cursor and restore the previous one on destruction | |
Validates user-entered dates | |
Record a QKeySequence by listening to key events in a window | |
Get information about the state of the keyboard's modifier keys | |
A simple wrapping layer over KSharedDataCache to support caching images and pixmaps | |
Clipboard access for unfocussed windows | |
Access to window insets colors | |
Word-wrap algorithm that takes into account beautifulness |
Detailed Description
They provide utilities for graphical user interfaces in the areas of colors, fonts, text, images, keyboard input.
Color utilities
The KColorUtils namespace contains various small utilities to work with colors. KColorCollection provides handling of color collections ("pallettes"). KColorMimeData adds drag-and-drop and clipboard mimedata manipulation to QColor objects
Text utilities
KWordWrap is a special word wrapping algorithm that takes beauty into account. It can be used directly with QPainter or can return the wrapped text in a QString.
KDateValidator is a QValidator that validates user-entered dates.
KFontUtils::adaptFontSize() is a function that calculates the biggest font size (in points) that can be used to draw a text centered in a rectangle using word wrapping.
Keyboard utilities
KKeySequenceRecorder is a utility that records a QKeySequence by listening to key events in a window. This can be used to let the user modify predefined keyboard shortcuts for example.
Icon utilities
KIconUtils contains functions to add overlays on top of a QIcon.
Cursor utilities
KCursorSaver is used to temporarily set a mouse cursor and restore the previous one on destruction.