|
| | KFontSizeAction (QObject *parent) |
| |
| | KFontSizeAction (const QString &text, QObject *parent) |
| |
| | KFontSizeAction (const KIcon &icon, const QString &text, QObject *parent) |
| |
| virtual | ~KFontSizeAction () |
| |
| int | fontSize () const |
| |
| void | setFontSize (int size) |
| |
| | KSelectAction (QObject *parent) |
| |
| | KSelectAction (const QString &text, QObject *parent) |
| |
| | KSelectAction (const KIcon &icon, const QString &text, QObject *parent) |
| |
| virtual | ~KSelectAction () |
| |
| QAction * | action (int index) const |
| |
| QAction * | action (const QString &text, Qt::CaseSensitivity cs=Qt::CaseSensitive) const |
| |
| QList< QAction * > | actions () const |
| |
| virtual void | addAction (QAction *action) |
| |
| KAction * | addAction (const QString &text) |
| |
| KAction * | addAction (const KIcon &icon, const QString &text) |
| |
| 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 (QAction *action) |
| |
| bool | setCurrentAction (const QString &text, Qt::CaseSensitivity cs=Qt::CaseSensitive) |
| |
| 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 (QObject *parent) |
| |
| | KAction (const QString &text, QObject *parent) |
| |
| | KAction (const KIcon &icon, const QString &text, 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 (KAuth::Action *action) |
| |
| void | setAuthAction (const QString &actionName) |
| |
| 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.