21 #ifndef __KATE_DOCUMENT_HELPERS__ 22 #define __KATE_DOCUMENT_HELPERS__ 24 #include "../interfaces/document.h" 26 #include <tdeparts/browserextension.h> 28 #include <tqstringlist.h> 29 #include <tqguardedptr.h>
Interface for embedding KateDocument into a browser.
void copy()
copy text to clipboard
void slotSelectionChanged()
selection has changed
void print()
print the current file
KateBrowserExtension(KateDocument *doc)
Constructor.