KHTML
KHTMLZoomFactorAction Class Reference
#include <khtml_ext.h>
Inheritance diagram for KHTMLZoomFactorAction:
Public Member Functions | |
| KHTMLZoomFactorAction (KHTMLPart *part, bool direction, const QString &iconName, const QString &text, QObject *parent) | |
| virtual | ~KHTMLZoomFactorAction () |
Protected Slots | |
| void | slotTriggered (QAction *action) |
Additional Inherited Members | |
Public Types inherited from KAction | |
| enum | GlobalShortcutLoading |
| enum | ShortcutType |
Signals inherited from KAction | |
| void | authorized (KAuth::Action *action) |
| void | globalShortcutChanged (const QKeySequence &) |
| void | triggered (Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers) |
Public Attributes inherited from KAction | |
| ActiveShortcut | |
| Autoloading | |
| DefaultShortcut | |
| NoAutoloading | |
Properties inherited from KAction | |
| KShortcut | globalShortcut |
| bool | globalShortcutAllowed |
| bool | globalShortcutEnabled |
| KShortcut | shortcut |
| bool | shortcutConfigurable |
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 Fri Jul 12 2013 08:56:09 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Jul 12 2013 08:56:09 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Types inherited from