Communi  3.7.0
A cross-platform IRC framework written with Qt
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CIrcMiscellaneous identifiers used throughout the library
 CIrcBufferKeeps track of buffer status
 CIrcChannelKeeps track of channel status
 CIrcBufferModelKeeps track of buffers
 CIrcCommandProvides the most common commands
 CIrcCommandFilterProvides an interface for filtering commands
 CIrcCommandParserParses commands from user input
 CIrcCommandQueueProvides a flood protection queue for commands
 CIrcCompleterProvides command and name completion
 CIrcConnectionProvides means to establish a connection to an IRC server
 CIrcLagTimerProvides a timer for measuring lag
 CIrcMessageThe base class of all messages
 CIrcAccountMessageRepresents an account notify message
 CIrcAwayMessageRepresents an away message
 CIrcBatchMessageRepresents a batch message
 CIrcCapabilityMessageRepresents a capability message
 CIrcErrorMessageRepresents an error message
 CIrcHostChangeMessageRepresents a host change message
 CIrcInviteMessageRepresents an invite message
 CIrcJoinMessageRepresents a join message
 CIrcKickMessageRepresents a kick message
 CIrcModeMessageRepresents a mode message
 CIrcMotdMessageRepresents a message of the day
 CIrcNamesMessageRepresents a names list message
 CIrcNickMessageRepresents a nick message
 CIrcNoticeMessageRepresents a notice message
 CIrcNumericMessageRepresents a numeric message
 CIrcPartMessageRepresents a part message
 CIrcPingMessageRepresents a ping message
 CIrcPongMessageRepresents a pong message
 CIrcPrivateMessageRepresents a private message
 CIrcQuitMessageRepresents a quit message
 CIrcTopicMessageRepresents a topic message
 CIrcWhoReplyMessageRepresents a reply message to a WHO command
 CIrcWhoisMessageRepresents a reply message to a WHOIS command
 CIrcWhowasMessageRepresents a reply message to a WHOWAS command
 CIrcMessageFilterProvides an interface for filtering messages
 CIrcNetworkProvides network information and capability management
 CIrcPaletteSpecifies a palette of IRC colors
 CIrcProtocolImplements the IRC protocol and provides means for implementing support for custom protocols
 CIrcTextFormatProvides methods for text formatting
 CIrcUserKeeps track of user status on a channel
 CIrcUserModelKeeps track of channel users