#include <qstring.h>#include <qlist.h>#include "ircchannel.h"Include dependency graph for ircoutput.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Enumerations | |
| enum | IRCOutputType { OUTPUT_ERROR = -1, OUTPUT_SERVERMESSAGE = 0, OUTPUT_CLIENTMESSAGE = 1, OUTPUT_CHANPRIVMSG = 2, OUTPUT_QUERYPRIVMSG = 3, OUTPUT_NICKCHANGE = 4, OUTPUT_SELFJOIN = 5, OUTPUT_OTHERJOIN = 6, OUTPUT_SELFPART = 7, OUTPUT_OTHERPART = 8, OUTPUT_QUIT = 9, OUTPUT_CONNCLOSE = 10, OUTPUT_CTCP = 11, OUTPUT_SELFKICK = 12, OUTPUT_OTHERKICK = 13, OUTPUT_CHANACTION = 14, OUTPUT_QUERYACTION = 15, OUTPUT_CHANPERSONMODE = 16, OUTPUT_TOPIC = 17, OUTPUT_TITLE = 18 } |
|
|
Definition at line 29 of file ircoutput.h. |
1.4.2