kopete/libkopete
kopetemessagehandler.cpp
Go to the documentation of this file.
59 connect( event, SIGNAL(accepted(Kopete::MessageEvent*)), this, SLOT(messageAccepted(Kopete::MessageEvent*)) );
70 disconnect( event, SIGNAL(accepted(Kopete::MessageEvent*)), this, SLOT(messageAccepted(Kopete::MessageEvent*)) );
Definition: kopetemessageevent.h:41
virtual ~MessageHandler()=0
Definition: kopetemessagehandler.cpp:37
virtual ~MessageHandlerFactory()
Destroys the MessageHandlerFactory and removes it from the list of factories.
Definition: kopetemessagehandler.cpp:94
QLinkedList< MessageHandlerFactory * > FactoryList
Definition: kopetemessagehandler.h:126
void setNext(MessageHandler *next)
Definition: kopetemessagehandler.cpp:47
virtual int capabilities()
Gets the rich-text capabilities of this message handling object.
Definition: kopetemessagehandler.cpp:52
MessageHandlerFactory()
Constructs a MessageHandlerFactory, and adds it to the list of factories considered when creating a M...
Definition: kopetemessagehandler.cpp:88
void handleMessageInternal(MessageEvent *event)
Definition: kopetemessagehandler.cpp:57
virtual void handleMessage(MessageEvent *event)
Performs any processing necessary on the message.
Definition: kopetemessagehandler.cpp:63
static FactoryList messageHandlerFactories()
Definition: kopetemessagehandler.cpp:102
Definition: kopetemessagehandler.h:44
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.