editors/qeditor/qeditor_browserextension.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
#ifndef __qeditor_browserextension_h_
00022
#define __qeditor_browserextension_h_
00023
00024
#include <kparts/browserextension.h>
00025
00026
class QEditorPart;
00027
00028 class QEditorBrowserExtension :
public KParts::BrowserExtension
00029 {
00030 Q_OBJECT
00031
public:
00032
QEditorBrowserExtension(
QEditorPart* doc );
00033
00034
public slots:
00035
void copy();
00036
void slotSelectionChanged();
00037
00038
private:
00039 QEditorPart*
m_doc;
00040 };
00041
00042
#endif // __qeditor_
00043
This file is part of the documentation for KDevelop Version 3.0.4.