KHTML
KHTMLZoomFactorAction Class Reference
#include <khtml_ext.h>
Inheritance diagram for KHTMLZoomFactorAction:

Protected Slots | |
| void | slotTriggered (QAction *action) |
Protected Slots inherited from KSelectAction | |
| virtual void | actionTriggered (QAction *action) |
| void | slotToggled (bool) |
Additional Inherited Members | |
Public Types inherited from KSelectAction | |
| enum | GlobalShortcutLoading |
| enum | ShortcutType |
| enum | ToolBarMode |
Signals inherited from KSelectAction | |
| void | authorized (KAuth::Action *action) |
| void | globalShortcutChanged (const QKeySequence &) |
| void | triggered (QAction *action) |
| void | triggered (int index) |
| void | triggered (const QString &text) |
| void | triggered (Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers) |
Public Attributes inherited from KSelectAction | |
| ActiveShortcut | |
| Autoloading | |
| ComboBoxMode | |
| DefaultShortcut | |
| MenuMode | |
| NoAutoloading | |
Protected Member Functions inherited from KSelectAction | |
| KSelectAction (KSelectActionPrivate &dd, QObject *parent) | |
| virtual QWidget * | createWidget (QWidget *parent) |
| virtual void | deleteWidget (QWidget *widget) |
| virtual bool | event (QEvent *event) |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
Protected Attributes inherited from KSelectAction | |
| KSelectActionPrivate * | d_ptr |
Properties inherited from KSelectAction | |
| int | comboWidth |
| QAction | currentAction |
| int | currentItem |
| QString | currentText |
| bool | editable |
| KShortcut | globalShortcut |
| bool | globalShortcutAllowed |
| bool | globalShortcutEnabled |
| QStringList | items |
| KShortcut | shortcut |
| bool | shortcutConfigurable |
| ToolBarMode | toolBarMode |
| QToolButton::ToolButtonPopupMode | toolButtonPopupMode |
Detailed Description
Definition at line 161 of file khtml_ext.h.
Constructor & Destructor Documentation
| KHTMLZoomFactorAction::KHTMLZoomFactorAction | ( | KHTMLPart * | part, |
| bool | direction, | ||
| const QString & | iconName, | ||
| const QString & | text, | ||
| QObject * | parent | ||
| ) |
Definition at line 1006 of file khtml_ext.cpp.
|
virtual |
Definition at line 1042 of file khtml_ext.cpp.
Member Function Documentation
|
protectedslot |
Definition at line 1046 of file khtml_ext.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Feb 9 2013 12:28:26 by doxygen 1.8.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Feb 9 2013 12:28:26 by doxygen 1.8.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from