KDEUI
Go to the documentation of this file.
24 #include <QtCore/QString>
25 #include <QtCore/QStringList>
26 #include <QtGui/QWidget>
64 Q_PROPERTY(
QFont currentFont READ currentFont WRITE setCurrentFont)
65 Q_PROPERTY(
QChar currentChar READ currentChar WRITE setCurrentChar)
66 Q_PROPERTY(
QList<
QChar> displayedChars READ displayedChars)
92 CharacterTable = 0x10,
100 HistoryButtons = 0x40,
104 AllGuiElements = 65535
106 Q_DECLARE_FLAGS(Controls,
110 #ifndef KDE_NO_DEPRECATED
113 const Controls controls = AllGuiElements);
137 const Controls controls = AllGuiElements);
149 QChar currentChar()
const;
154 QFont currentFont()
const;
167 void setCurrentChar(
const QChar &c);
174 void setCurrentFont(
const QFont &font);
182 void currentFontChanged(
const QFont &font);
188 void currentCharChanged(
const QChar &c);
192 void displayedCharsChanged();
198 void charSelected(
const QChar &c);
201 Q_PRIVATE_SLOT(d,
void _k_activateSearchLine())
202 Q_PRIVATE_SLOT(d,
void _k_back())
203 Q_PRIVATE_SLOT(d,
void _k_forward())
204 Q_PRIVATE_SLOT(d,
void _k_fontSelected())
205 Q_PRIVATE_SLOT(d,
void _k_updateCurrentChar(const
QChar &c))
206 Q_PRIVATE_SLOT(d,
void _k_slotUpdateUnicode(const
QChar &c))
207 Q_PRIVATE_SLOT(d,
void _k_sectionSelected(
int index))
208 Q_PRIVATE_SLOT(d,
void _k_blockSelected(
int index))
209 Q_PRIVATE_SLOT(d,
void _k_searchEditChanged())
210 Q_PRIVATE_SLOT(d,
void _k_search())
211 Q_PRIVATE_SLOT(d,
void _k_linkClicked(
QUrl))
213 class KCharSelectPrivate;
214 KCharSelectPrivate* const d;
219 Q_DECLARE_OPERATORS_FOR_FLAGS(
KCharSelect::Controls)
A container for a set of QAction objects.
#define KDE_CONSTRUCTOR_DEPRECATED
Control
Flags to set the shown widgets.
Character selection widget.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:58 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.