ManaPlus
Data Structures | Macros | Variables
chattab.h File Reference

(986a3bf)

#include "enums/gui/chatmsgtype.h"
#include "enums/gui/chattabtype.h"
#include "enums/simpletypes/ignorerecord.h"
#include "enums/simpletypes/online.h"
#include "enums/simpletypes/tryremovecolors.h"
#include "gui/widgets/browserbox.h"
#include "gui/widgets/tabs/tab.h"
#include "localconsts.h"

Go to the source code of this file.

Data Structures

class  ChatTab
 

Macros

#define debugMsg(str)
 
#define setTabColors(name)
 

Variables

ChatTablocalChatTab
 
ChatTabdebugChatTab
 

Macro Definition Documentation

◆ debugMsg

#define debugMsg (   str)
Value:
if (debugChatTab) \
{ \
debugChatTab->chatLog(str, \
}
ChatTab * debugChatTab
Definition: chattab.cpp:63
const bool IgnoreRecord_false
Definition: ignorerecord.h:30
const bool TryRemoveColors_true

Definition at line 42 of file chattab.h.

◆ setTabColors

#define setTabColors (   name)
Value:
setTabColor(&getThemeColor(name, 255U), \
&getThemeColor(name##_OUTLINE, 255U)); \
setHighlightedTabColor(&getThemeColor(name##_HIGHLIGHTED, 255U), \
&getThemeColor(name##_HIGHLIGHTED_OUTLINE, 255U)); \
setSelectedTabColor(&getThemeColor(name##_SELECTED, 255U), \
&getThemeColor(name##_SELECTED_OUTLINE, 255U))

Definition at line 51 of file chattab.h.

Variable Documentation

◆ debugChatTab

ChatTab* debugChatTab
extern

◆ localChatTab

ChatTab* localChatTab
extern