#include <tdehtml_ext.h>
Public Slots | |
| void | cut () |
| void | copy () |
| void | paste () |
| void | searchProvider () |
| void | openSelection () |
| void | reparseConfiguration () |
| void | print () |
| void | disableScrolling () |
| void | updateEditActions () |
Signals | |
| void | editableWidgetFocused () |
| void | editableWidgetBlurred () |
Signals inherited from KParts::BrowserExtension | |
| void | enableAction (const char *name, bool enabled) |
| void | setActionText (const char *name, const TQString &text) |
| void | openURLRequest (const KURL &url, const KParts::URLArgs &args=KParts::URLArgs()) |
| void | openURLRequestDelayed (const KURL &url, const KParts::URLArgs &args=KParts::URLArgs()) |
| void | openURLNotify () |
| void | setLocationBarURL (const TQString &url) |
| void | setIconURL (const KURL &url) |
| void | createNewWindow (const KURL &url, const KParts::URLArgs &args=KParts::URLArgs()) |
| void | createNewWindow (const KURL &url, const KParts::URLArgs &args, const KParts::WindowArgs &windowArgs, KParts::ReadOnlyPart *&part) |
| void | loadingProgress (int percent) |
| void | speedProgress (int bytesPerSecond) |
| void | popupMenu (const TQPoint &global, const KFileItemList &items) |
| void | popupMenu (KXMLGUIClient *client, const TQPoint &global, const KFileItemList &items) |
| void | popupMenu (const TQPoint &global, const KURL &url, const TQString &mimeType, mode_t mode=(mode_t) -1) |
| void | popupMenu (KXMLGUIClient *client, const TQPoint &global, const KURL &url, const TQString &mimeType, mode_t mode=(mode_t) -1) |
| void | popupMenu (KXMLGUIClient *client, const TQPoint &global, const KURL &url, const KParts::URLArgs &args, KParts::BrowserExtension::PopupFlags i, mode_t mode=(mode_t) -1) |
| void | selectionInfo (const KFileItemList &items) |
| void | selectionInfo (const TQString &text) |
| void | selectionInfo (const KURL::List &urls) |
| void | mouseOverInfo (const KFileItem *item) |
| void | addWebSideBar (const KURL &url, const TQString &name) |
| void | moveTopLevelWidget (int x, int y) |
| void | resizeTopLevelWidget (int w, int h) |
| void | requestFocus (KParts::ReadOnlyPart *part) |
| void | setPageSecurity (int) |
| void | itemsRemoved (const KFileItemList &items) |
Public Member Functions | |
| TDEHTMLPartBrowserExtension (TDEHTMLPart *parent, const char *name=0L) | |
| virtual int | xOffset () |
| virtual int | yOffset () |
| virtual void | saveState (TQDataStream &stream) |
| virtual void | restoreState (TQDataStream &stream) |
| void | editableWidgetFocused (TQWidget *widget) |
| void | editableWidgetBlurred (TQWidget *widget) |
| void | setExtensionProxy (KParts::BrowserExtension *proxyExtension) |
Public Member Functions inherited from KParts::BrowserExtension | |
| BrowserExtension (KParts::ReadOnlyPart *parent, const char *name=0L) | |
| virtual void | setURLArgs (const URLArgs &args) |
| URLArgs | urlArgs () const |
| virtual int | xOffset () |
| virtual int | yOffset () |
| virtual void | saveState (TQDataStream &stream) |
| virtual void | restoreState (TQDataStream &stream) |
| bool | isURLDropHandlingEnabled () const |
| void | setURLDropHandlingEnabled (bool enable) |
| bool | isActionEnabled (const char *name) const |
| TQString | actionText (const char *name) const |
| void | pasteRequest () |
Friends | |
| class | TDEHTMLPart |
| class | TDEHTMLView |
Additional Inherited Members | |
Static Public Member Functions inherited from KParts::BrowserExtension | |
| static ActionSlotMap | actionSlotMap () |
| static ActionSlotMap * | actionSlotMapPtr () |
| static BrowserExtension * | childObject (TQObject *obj) |
Public Attributes inherited from KParts::BrowserExtension | |
| NoDeletion | |
Detailed Description
This is the BrowserExtension for a TDEHTMLPart document.
Please see the KParts documentation for more information about the BrowserExtension.
Definition at line 41 of file tdehtml_ext.h.
Constructor & Destructor Documentation
◆ TDEHTMLPartBrowserExtension()
| TDEHTMLPartBrowserExtension::TDEHTMLPartBrowserExtension | ( | TDEHTMLPart * | parent, |
| const char * | name = 0L |
||
| ) |
Definition at line 72 of file tdehtml_ext.cpp.
Member Function Documentation
◆ copy
|
slot |
Definition at line 209 of file tdehtml_ext.cpp.
◆ cut
|
slot |
Definition at line 192 of file tdehtml_ext.cpp.
◆ disableScrolling
|
slot |
Definition at line 384 of file tdehtml_ext.cpp.
◆ editableWidgetBlurred()
| void TDEHTMLPartBrowserExtension::editableWidgetBlurred | ( | TQWidget * | widget | ) |
Definition at line 126 of file tdehtml_ext.cpp.
◆ editableWidgetFocused()
| void TDEHTMLPartBrowserExtension::editableWidgetFocused | ( | TQWidget * | widget | ) |
Definition at line 107 of file tdehtml_ext.cpp.
◆ openSelection
|
slot |
Definition at line 287 of file tdehtml_ext.cpp.
◆ paste
|
slot |
Definition at line 295 of file tdehtml_ext.cpp.
|
slot |
Definition at line 379 of file tdehtml_ext.cpp.
◆ reparseConfiguration
|
slot |
Definition at line 374 of file tdehtml_ext.cpp.
◆ restoreState()
|
virtual |
Reimplemented from KParts::BrowserExtension.
Definition at line 101 of file tdehtml_ext.cpp.
◆ saveState()
|
virtual |
Reimplemented from KParts::BrowserExtension.
Definition at line 95 of file tdehtml_ext.cpp.
◆ searchProvider
|
slot |
Definition at line 263 of file tdehtml_ext.cpp.
◆ setExtensionProxy()
| void TDEHTMLPartBrowserExtension::setExtensionProxy | ( | KParts::BrowserExtension * | proxyExtension | ) |
Definition at line 152 of file tdehtml_ext.cpp.
◆ updateEditActions
|
slot |
Definition at line 325 of file tdehtml_ext.cpp.
◆ xOffset()
|
virtual |
Reimplemented from KParts::BrowserExtension.
Definition at line 85 of file tdehtml_ext.cpp.
◆ yOffset()
|
virtual |
Reimplemented from KParts::BrowserExtension.
Definition at line 90 of file tdehtml_ext.cpp.
Friends And Related Function Documentation
◆ TDEHTMLPart
|
friend |
Definition at line 44 of file tdehtml_ext.h.
◆ TDEHTMLView
|
friend |
Definition at line 45 of file tdehtml_ext.h.
The documentation for this class was generated from the following files:
Trinity API Reference
Signals inherited from