KHTML
KHTMLPartBrowserExtension Class Reference
This is the BrowserExtension for a KHTMLPart document. More...
#include <khtml_ext.h>
Public Slots | |
void | copy () |
void | cut () |
void | disableScrolling () |
void | openSelection () |
void | paste () |
void | print () |
void | reparseConfiguration () |
void | searchProvider () |
void | updateEditActions () |
Signals | |
void | editableWidgetBlurred () |
void | editableWidgetFocused () |
Public Member Functions | |
void | editableWidgetBlurred (QWidget *widget) |
void | editableWidgetFocused (QWidget *widget) |
KHTMLPartBrowserExtension (KHTMLPart *parent, const char *name=0L) | |
virtual void | restoreState (QDataStream &stream) |
virtual void | saveState (QDataStream &stream) |
void | setExtensionProxy (KParts::BrowserExtension *proxyExtension) |
virtual int | xOffset () |
virtual int | yOffset () |
Detailed Description
This is the BrowserExtension for a KHTMLPart document.Please see the KParts documentation for more information about the BrowserExtension.
Definition at line 41 of file khtml_ext.h.
Constructor & Destructor Documentation
KHTMLPartBrowserExtension::KHTMLPartBrowserExtension | ( | KHTMLPart * | parent, | |
const char * | name = 0L | |||
) |
Definition at line 73 of file khtml_ext.cpp.
Member Function Documentation
void KHTMLPartBrowserExtension::copy | ( | ) | [slot] |
Definition at line 210 of file khtml_ext.cpp.
void KHTMLPartBrowserExtension::cut | ( | ) | [slot] |
Definition at line 193 of file khtml_ext.cpp.
void KHTMLPartBrowserExtension::disableScrolling | ( | ) | [slot] |
Definition at line 385 of file khtml_ext.cpp.
void KHTMLPartBrowserExtension::editableWidgetBlurred | ( | ) | [signal] |
void KHTMLPartBrowserExtension::editableWidgetBlurred | ( | QWidget * | widget | ) |
Definition at line 127 of file khtml_ext.cpp.
void KHTMLPartBrowserExtension::editableWidgetFocused | ( | ) | [signal] |
void KHTMLPartBrowserExtension::editableWidgetFocused | ( | QWidget * | widget | ) |
Definition at line 108 of file khtml_ext.cpp.
void KHTMLPartBrowserExtension::openSelection | ( | ) | [slot] |
Definition at line 288 of file khtml_ext.cpp.
void KHTMLPartBrowserExtension::paste | ( | ) | [slot] |
Definition at line 296 of file khtml_ext.cpp.
void KHTMLPartBrowserExtension::print | ( | ) | [slot] |
Definition at line 380 of file khtml_ext.cpp.
void KHTMLPartBrowserExtension::reparseConfiguration | ( | ) | [slot] |
Definition at line 375 of file khtml_ext.cpp.
void KHTMLPartBrowserExtension::restoreState | ( | QDataStream & | stream | ) | [virtual] |
void KHTMLPartBrowserExtension::saveState | ( | QDataStream & | stream | ) | [virtual] |
void KHTMLPartBrowserExtension::searchProvider | ( | ) | [slot] |
Definition at line 264 of file khtml_ext.cpp.
void KHTMLPartBrowserExtension::setExtensionProxy | ( | KParts::BrowserExtension * | proxyExtension | ) |
Definition at line 153 of file khtml_ext.cpp.
void KHTMLPartBrowserExtension::updateEditActions | ( | ) | [slot] |
Definition at line 326 of file khtml_ext.cpp.
int KHTMLPartBrowserExtension::xOffset | ( | ) | [virtual] |
int KHTMLPartBrowserExtension::yOffset | ( | ) | [virtual] |
The documentation for this class was generated from the following files: