viewstatusmsgdcopinterface.cpp
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
This file is part of the documentation for interfaces Library Version 3.2.3.