Communi  3.5.0
A cross-platform IRC framework written with Qt
Namespaces | Classes
IrcCore

Core classes to manage IRC connections, receive messages and send commands. More...

Namespaces

 IrcCore
 Module meta-type registration.
 

Classes

class  Irc
 Miscellaneous identifiers used throughout the library. More...
 
class  IrcCommand
 Provides the most common commands. More...
 
class  IrcCommandFilter
 Provides an interface for filtering commands. More...
 
class  IrcConnection
 Provides means to establish a connection to an IRC server. More...
 
class  IrcMessage
 The base class of all messages. More...
 
class  IrcMessageFilter
 Provides an interface for filtering messages. More...
 
class  IrcNetwork
 Provides network information and capability management. More...
 
class  IrcProtocol
 Implements the IRC protocol and provides means for implementing support for custom protocols. More...
 

Detailed Description

In order to enable the module, add the following lines to your qmake project (.pro) file:

CONFIG += communi
COMMUNI += core

This sets up the necessary include paths and linker rules in order to use the module.