|
| KFontSizeAction (const KIcon &icon, const QString &text, QObject *parent) |
| KFontSizeAction (const QString &text, QObject *parent) |
| KFontSizeAction (QObject *parent) |
virtual | ~KFontSizeAction () |
int | fontSize () const |
void | setFontSize (int size) |
| KSelectAction (const KIcon &icon, const QString &text, QObject *parent) |
| KSelectAction (const QString &text, QObject *parent) |
| KSelectAction (QObject *parent) |
virtual | ~KSelectAction () |
QAction * | action (const QString &text, Qt::CaseSensitivity cs=Qt::CaseSensitive) const |
QAction * | action (int index) const |
QList< QAction * > | actions () const |
KAction * | addAction (const KIcon &icon, const QString &text) |
KAction * | addAction (const QString &text) |
virtual void | addAction (QAction *action) |
void | changeItem (int index, const QString &text) |
void | clear () |
int | comboWidth () const |
QAction * | currentAction () const |
int | currentItem () const |
QString | currentText () const |
bool | isEditable () const |
QStringList | items () const |
bool | menuAccelsEnabled () const |
virtual QAction * | removeAction (QAction *action) |
void | removeAllActions () |
QActionGroup * | selectableActionGroup () const |
void | setComboWidth (int width) |
bool | setCurrentAction (const QString &text, Qt::CaseSensitivity cs=Qt::CaseSensitive) |
bool | setCurrentAction (QAction *action) |
bool | setCurrentItem (int index) |
void | setEditable (bool) |
void | setItems (const QStringList &lst) |
void | setMaxComboViewCount (int n) |
void | setMenuAccelsEnabled (bool b) |
void | setToolBarMode (ToolBarMode mode) |
void | setToolButtonPopupMode (QToolButton::ToolButtonPopupMode mode) |
ToolBarMode | toolBarMode () const |
QToolButton::ToolButtonPopupMode | toolButtonPopupMode () const |
| KAction (const KIcon &icon, const QString &text, QObject *parent) |
| KAction (const QString &text, QObject *parent) |
| KAction (QObject *parent) |
virtual | ~KAction () |
KAuth::Action * | authAction () const |
bool | event (QEvent *) |
void | forgetGlobalShortcut () |
const KShortcut & | globalShortcut (ShortcutTypes type=ActiveShortcut) const |
bool | globalShortcutAllowed () const |
bool | isGlobalShortcutEnabled () const |
bool | isShortcutConfigurable () const |
KRockerGesture | rockerGesture (ShortcutTypes type=ActiveShortcut) const |
void | setAuthAction (const QString &actionName) |
void | setAuthAction (KAuth::Action *action) |
void | setGlobalShortcut (const KShortcut &shortcut, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut), GlobalShortcutLoading loading=Autoloading) |
void | setGlobalShortcutAllowed (bool allowed, GlobalShortcutLoading loading=Autoloading) |
void | setHelpText (const QString &text) |
void | setRockerGesture (const KRockerGesture &gest, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut)) |
void | setShapeGesture (const KShapeGesture &gest, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut)) |
void | setShortcut (const KShortcut &shortcut, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut)) |
void | setShortcut (const QKeySequence &shortcut, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut)) |
void | setShortcutConfigurable (bool configurable) |
void | setShortcuts (const QList< QKeySequence > &shortcuts, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut)) |
KShapeGesture | shapeGesture (ShortcutTypes type=ActiveShortcut) const |
KShortcut | shortcut (ShortcutTypes types=ActiveShortcut) const |
An action to allow changing of the font size.
This action will be shown as a combobox on a toolbar with a proper set of font sizes.
Definition at line 36 of file kfontsizeaction.h.