• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • interfaces
 

interfaces

  • interfaces
  • tdetexteditor
viewstatusmsgdcopinterface.h
1#ifndef ViewStatusMsg_DCOP_INTERFACE_H
2#define ViewStatusMsg_DCOP_INTERFACE_H
3
4#include <dcopobject.h>
5#include <dcopref.h>
6#include <tqstringlist.h>
7#include <tqcstring.h>
8//#include "editdcopinterface.moc"
9namespace KTextEditor
10{
11 class ViewStatusMsgInterface;
18 class KTEXTEDITOR_EXPORT ViewStatusMsgDCOPInterface : virtual public DCOPObject
19 {
20 K_DCOP
21
22 public:
29 ViewStatusMsgDCOPInterface( ViewStatusMsgInterface *Parent, const char *name );
34 virtual ~ViewStatusMsgDCOPInterface();
35 k_dcop:
36 uint viewStatusMsgInterfaceNumber ();
37 void viewStatusMsg (class TQString msg) ;
38
39 private:
40 ViewStatusMsgInterface *m_parent;
41 };
42}
43#endif
44
45
DCOPObject
KTextEditor::ViewStatusMsgDCOPInterface
This is the main interface to the ViewStatusMsgInterface of KTextEdit.
Definition: viewstatusmsgdcopinterface.h:19
KTextEditor::ViewStatusMsgInterface
This is an interface for retrieving status bar messages from the Document class.
Definition: viewstatusmsginterface.h:34
KTextEditor
KTextEditor is KDE's standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:10

interfaces

Skip menu "interfaces"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

interfaces

Skip menu "interfaces"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for interfaces by doxygen 1.9.4
This website is maintained by Timothy Pearson.