#include <Formatter.h>
Static Public Member Functions | |
static CString | MakeBold (const CString &text) |
static CString | MakeItalic (const CString &text) |
static CString | MakeUnderline (const CString &text) |
static CString | MakeHyperlink (const CString &text, const CString &url) |
static CString | MakeObjectHyperlink (const CString &text, const CString &objectId) |
static CString | MakeObjectHyperlink (const CString &text, long objectId) |
static CString | MakeColored (const CString &text, COLORREF color) |
Definition at line 18 of file Formatter.h.
static CString GMEConsole::Formatter::MakeBold | ( | const CString & | text | ) | [inline, static] |
Definition at line 21 of file Formatter.h.
CString GMEConsole::Formatter::MakeColored | ( | const CString & | text, | |
COLORREF | color | |||
) | [static] |
Definition at line 33 of file Formatter.cpp.
static CString GMEConsole::Formatter::MakeHyperlink | ( | const CString & | text, | |
const CString & | url | |||
) | [inline, static] |
Definition at line 24 of file Formatter.h.
static CString GMEConsole::Formatter::MakeItalic | ( | const CString & | text | ) | [inline, static] |
Definition at line 22 of file Formatter.h.
CString GMEConsole::Formatter::MakeObjectHyperlink | ( | const CString & | text, | |
long | objectId | |||
) | [static] |
Definition at line 18 of file Formatter.cpp.
CString GMEConsole::Formatter::MakeObjectHyperlink | ( | const CString & | text, | |
const CString & | objectId | |||
) | [static] |
Definition at line 6 of file Formatter.cpp.
static CString GMEConsole::Formatter::MakeUnderline | ( | const CString & | text | ) | [inline, static] |
Definition at line 23 of file Formatter.h.