Communi  3.0.0
A cross-platform IRC framework written with Qt
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Macros Groups Pages
Classes
IrcUtil

Miscellaneous utility classes for common IRC client related needs. More...

Classes

class  IrcCommandParser
 Parses commands from user input. More...
 
class  IrcLagTimer
 Provides a timer for measuring lag. More...
 
class  IrcPalette
 Specifies a palette of IRC colors. More...
 
class  IrcTextFormat
 Provides methods for text formatting. More...
 

Detailed Description

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

CONFIG += communi
COMMUNI += core util

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