kopete/kopete
TokenPool.cpp
Go to the documentation of this file.
60 emit onDoubleClick( m_itemTokenMap.value( tokenItem ) ); //token->name() << token->iconName() << token->value()
117 //Handles the creation of a QDrag object that carries the (text-only) QDataStream from an item in TokenPool
129 dataStream << token->name() << token->iconName() << token->value() << QPoint( event->pos() - rect().topLeft() );
QString mimeType() const
void onDoubleClick(Token *token)
void mouseDoubleClickEvent(QMouseEvent *event)
Definition: TokenPool.cpp:56
Definition: Token.h:38
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:41 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:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.