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 QString;
00023 class QCString;
00024
00025 namespace KTextEditor
00026 {
00027
00031 class ViewStatusMsgInterface
00032 {
00033 friend class PrivateViewStatusMsgInterface;
00034
00035 public:
00036 ViewStatusMsgInterface();
00037 virtual ~ViewStatusMsgInterface();
00038
00039 unsigned int viewStatusMsgInterfaceNumber () const;
00040
00041 protected:
00042 void setViewStatusMsgInterfaceDCOPSuffix (const QCString &suffix);
00043
00044
00045
00046
00047 public:
00048 virtual void viewStatusMsg (const class QString &msg) = 0;
00049
00050
00051 private:
00052 class PrivateViewStatusMsgInterface *d;
00053 static unsigned int globalViewStatusMsgInterfaceNumber;
00054 unsigned int myViewStatusMsgInterfaceNumber;
00055 };
00056
00057 ViewStatusMsgInterface *viewStatusMsgInterface (class View *view);
00058
00059 }
00060
00061 #endif
This file is part of the documentation for interfaces Library Version 3.3.2.