1 Star 0 Fork 4

qioixiy / kopete-qq

forked from zhjun5337 / kopete-qq 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
qqgroupchatsession.h 2.03 KB
一键复制 编辑 原始数据 按行查看 历史
zhjun5337 提交于 2014-07-16 21:27 . Merge old to master
/*
qqgroupchatsession.h - Manages group chats
Copyright (c) 2014 by Jun Zhang <jun.zhang@i-soft.com.cn>
Copyright (c) 2002 by Duncan Mac-Vicar Prett <duncan@kde.org>
Copyright (c) 2002 by Daniel Stone <dstone@kde.org>
Copyright (c) 2002-2003 by Martijn Klingens <klingens@kde.org>
Copyright (c) 2002-2004 by Olivier Goffart <ogoffart@kde.org>
Copyright (c) 2003 by Jason Keirstead <jason@keirstead.org>
Copyright (c) 2005 by Michaël Larouche <larouche@kde.org>
Copyright (c) 2009 by Fabian Rami <fabian.rami@wowcompany.com>
Kopete (c) 2002-2003 by the Kopete developers <kopete-devel@kde.org>
*************************************************************************
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *
* License as published by the Free Software Foundation; either *
* version 2 of the License, or (at your option) any later version. *
* *
*************************************************************************
*/
#ifndef QQGroupChatSession_H
#define QQGroupChatSession_H
#include "kopetechatsession.h"
class QQContact;
class QQAccount;
/**
* @author André Duffeck
*/
class QQGroupChatSession : public Kopete::ChatSession
{
Q_OBJECT
public:
QQGroupChatSession( Kopete::Protocol *protocol, const Kopete::Contact *user, Kopete::ContactPtrList others );
~QQGroupChatSession();
void joined( QQContact *c);
void left( QQContact *c );
QQAccount *account();
void setTopic( const QString & topic );
void removeAllContacts();
private slots:
void slotimageContact();
void slotUserInfo();
signals:
void leavingChat( QQGroupChatSession *s );
private:
QString m_topic;
};
#endif
// vim: set noet ts=4 sts=4 tw=4:
1
https://gitee.com/qioixiy/kopete-qq.git
git@gitee.com:qioixiy/kopete-qq.git
qioixiy
kopete-qq
kopete-qq
master

搜索帮助