KateBrowserExtension Class Reference
Interface for embedding KateDocument into a browser. More...
#include <katedocumenthelpers.h>
Inheritance diagram for KateBrowserExtension:


Public Slots | |
void | copy () |
void | slotSelectionChanged () |
void | print () |
Public Member Functions | |
KateBrowserExtension (KateDocument *doc) |
Detailed Description
Interface for embedding KateDocument into a browser.
Definition at line 36 of file katedocumenthelpers.h.
Constructor & Destructor Documentation
|
Constructor.
Definition at line 29 of file katedocumenthelpers.cpp. References QObject::connect(), KParts::BrowserExtension::enableAction(), and slotSelectionChanged(). |
Member Function Documentation
|
copy text to clipboard
Definition at line 38 of file katedocumenthelpers.cpp. References KateDocument::copy(). |
|
selection has changed
Definition at line 48 of file katedocumenthelpers.cpp. References KParts::BrowserExtension::enableAction(), and KateDocument::hasSelection(). Referenced by KateBrowserExtension(). |
|
print the current file
Definition at line 43 of file katedocumenthelpers.cpp. References KateDocument::printDialog(). |
The documentation for this class was generated from the following files: