viewstatusmsginterface.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef __ktexteditor_viewstatusmsginterface_h__
00020 #define __ktexteditor_viewstatusmsginterface_h__
00021
00022 class QCString;
00023
00024 namespace KTextEditor
00025 {
00026
00027
00028
00029
00030 class ViewStatusMsgInterface
00031 {
00032 friend class PrivateViewStatusMsgInterface;
00033
00034 public:
00035 ViewStatusMsgInterface();
00036 virtual ~ViewStatusMsgInterface();
00037
00038 unsigned int viewStatusMsgInterfaceNumber () const;
00039
00040 protected:
00041 void setViewStatusMsgInterfaceDCOPSuffix (const QCString &suffix);
00042
00043
00044
00045
00046 public:
00047 virtual void viewStatusMsg (const class QString &msg) = 0;
00048
00049
00050 private:
00051 class PrivateViewStatusMsgInterface *d;
00052 static unsigned int globalViewStatusMsgInterfaceNumber;
00053 unsigned int myViewStatusMsgInterfaceNumber;
00054 };
00055
00056 ViewStatusMsgInterface *viewStatusMsgInterface (class View *view);
00057
00058 }
00059
00060 #endif
This file is part of the documentation for kdelibs Version 3.1.5.