1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/zhjun5337-kopete-qq

В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
qqdiscuchatsession.h 2.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
zhjun5337 Отправлено 16.07.2014 17:27 53c538d
/*
qqdiscuchatsession.h - Manages Discussion 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 WEBQQDISCUCHATSESSION_H
#define WEBQQDISCUCHATSESSION_H
#include "kopetechatsession.h"
class QQContact;
class QQAccount;
/**
* @author Duncan Mac-Vicar Prett
*/
class QQDiscuChatSession : public Kopete::ChatSession
{
Q_OBJECT
public:
QQDiscuChatSession(Kopete::Protocol *protocol, const Kopete::Contact *user, Kopete::ContactPtrList others );
~QQDiscuChatSession();
void joined( QQContact *c );
void left( QQContact *c );
void removeAllContacts();
const QString &room();
QQAccount *account();
void setTopic( const QString & topic );
//signals:
// void leavingConference( QQDiscuChatSession *s );
//protected slots:
// void slotMessageSent( Kopete::Message &message, Kopete::ChatSession * );
// void slotInviteOthers();
private:
QString m_qqRoom;
// KAction *m_actionInvite;
};
#endif
// vim: set noet ts=4 sts=4 tw=4:

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/zhjun5337-kopete-qq.git
git@api.gitlife.ru:oschina-mirror/zhjun5337-kopete-qq.git
oschina-mirror
zhjun5337-kopete-qq
zhjun5337-kopete-qq
master