Freeciv-3.3
Loading...
Searching...
No Matches
Data Structures | Functions
chatline.h File Reference
#include "chatline_g.h"
#include <QEvent>
#include <QLineEdit>
#include <QTextBrowser>
#include "fonts.h"
#include "listener.h"

Go to the source code of this file.

Data Structures

class  chat_listener
 
class  chat_input
 
class  text_browser_dblclck
 
class  chatwdg
 
class  version_message_event
 

Functions

QString apply_tags (QString str, const struct text_tag_list *tags, QColor bg_color)
 

Function Documentation

◆ apply_tags()

QString apply_tags ( QString  str,
const struct text_tag_list tags,
QColor  bg_color 
)

Applies tags to text

Definition at line 572 of file chatline.cpp.

Referenced by chatwdg::chat_message_received(), and fc_client::chat_message_received().