• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

interfaces

viewstatusmsgdcopinterface.cpp

Go to the documentation of this file.
00001 #include "viewstatusmsgdcopinterface.h"
00002 #include "viewstatusmsginterface.h"
00003 
00004 #include <qstring.h>
00005 
00006 #include <dcopclient.h>
00007 using namespace KTextEditor;
00008 
00009 ViewStatusMsgDCOPInterface::ViewStatusMsgDCOPInterface( ViewStatusMsgInterface *Parent, const char *name)
00010     : DCOPObject(name)
00011 {
00012     m_parent = Parent;
00013 }
00014 
00015 ViewStatusMsgDCOPInterface::~ViewStatusMsgDCOPInterface()
00016 {
00017 
00018 }
00019 
00020 uint ViewStatusMsgDCOPInterface::viewStatusMsgInterfaceNumber ()
00021 {
00022     return m_parent->viewStatusMsgInterfaceNumber ();
00023 }
00024 
00025 void ViewStatusMsgDCOPInterface::viewStatusMsg (QString msg)
00026 {
00027     m_parent->viewStatusMsg(msg);
00028 }
00029 

interfaces

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

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal