KateBrowserExtension Class Reference
#include <katedocumenthelpers.h>
Inheritance diagram for KateBrowserExtension:
Public Slots | |
void | copy () |
void | slotSelectionChanged () |
void | print () |
Public Member Functions | |
KateBrowserExtension (KateDocument *doc) | |
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 () |
Additional Inherited Members | |
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) |
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
Interface for embedding KateDocument into a browser.
Definition at line 36 of file katedocumenthelpers.h.
Constructor & Destructor Documentation
◆ KateBrowserExtension()
KateBrowserExtension::KateBrowserExtension | ( | KateDocument * | doc | ) |
Member Function Documentation
◆ copy
|
slot |
copy text to clipboard
Definition at line 39 of file katedocumenthelpers.cpp.
|
slot |
print the current file
Definition at line 45 of file katedocumenthelpers.cpp.
◆ slotSelectionChanged
|
slot |
selection has changed
Definition at line 50 of file katedocumenthelpers.cpp.
The documentation for this class was generated from the following files: