TDEHTMLPartBrowserExtension Class Reference
#include <tdehtml_ext.h>
Inheritance diagram for TDEHTMLPartBrowserExtension:
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 |
| 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.
The documentation for this class was generated from the following files:
Trinity API Reference
Signals inherited from