20 #include <QtCore/qmetatype.h>
24 class IrcChannelPrivate;
29 Q_PROPERTY(
QString mode READ mode NOTIFY modeChanged)
30 Q_PROPERTY(
QString topic READ topic NOTIFY topicChanged)
39 virtual
bool isActive() const;
45 void modeChanged(const QString& mode);
46 void topicChanged(const QString& topic);
49 Q_DECLARE_PRIVATE(IrcChannel)
50 Q_DISABLE_COPY(IrcChannel)
53 #ifndef QT_NO_DEBUG_STREAM
54 IRC_MODEL_EXPORT
QDebug operator<<(
QDebug debug,
const IrcChannel* channel);
55 #endif // QT_NO_DEBUG_STREAM
59 Q_DECLARE_METATYPE(IRC_PREPEND_NAMESPACE(IrcChannel*))
60 Q_DECLARE_METATYPE(
QList<IRC_PREPEND_NAMESPACE(IrcChannel*)>)
Keeps track of channel status.
Definition: ircchannel.h:26
Keeps track of buffer status.
Definition: ircbuffer.h:34