#include <console_log.h>
|
enum | COLOR {
RED = 0
, GREEN
, DEFAULT
, RED = 0
,
GREEN
, DEFAULT
} |
|
enum | COLOR {
RED = 0
, GREEN
, DEFAULT
, RED = 0
,
GREEN
, DEFAULT
} |
|
Definition at line 35 of file console_log.h.
◆ COLOR [1/2]
Enumerator |
---|
RED | |
GREEN | |
DEFAULT | |
RED | |
GREEN | |
DEFAULT | |
Definition at line 38 of file console_log.h.
◆ COLOR [2/2]
Enumerator |
---|
RED | |
GREEN | |
DEFAULT | |
RED | |
GREEN | |
DEFAULT | |
Definition at line 40 of file drc_proto.h.
◆ CONSOLE_LOG() [1/2]
CONSOLE_LOG::CONSOLE_LOG |
( |
| ) |
|
|
inline |
◆ CONSOLE_LOG() [2/2]
CONSOLE_LOG::CONSOLE_LOG |
( |
| ) |
|
|
inline |
◆ eraseLastLine() [1/2]
void CONSOLE_LOG::eraseLastLine |
( |
| ) |
|
|
inlineprivate |
◆ eraseLastLine() [2/2]
void CONSOLE_LOG::eraseLastLine |
( |
| ) |
|
|
inlineprivate |
◆ Print() [1/2]
void CONSOLE_LOG::Print |
( |
const wxString & |
aMessage | ) |
|
|
inline |
◆ Print() [2/2]
void CONSOLE_LOG::Print |
( |
const wxString & |
aMessage | ) |
|
|
inline |
◆ PrintProgress() [1/2]
void CONSOLE_LOG::PrintProgress |
( |
const wxString & |
aMessage | ) |
|
|
inline |
◆ PrintProgress() [2/2]
void CONSOLE_LOG::PrintProgress |
( |
const wxString & |
aMessage | ) |
|
|
inline |
◆ SetColor() [1/2]
void CONSOLE_LOG::SetColor |
( |
COLOR |
color | ) |
|
|
inline |
◆ SetColor() [2/2]
void CONSOLE_LOG::SetColor |
( |
COLOR |
color | ) |
|
|
inline |
◆ m_lastLineIsProgressBar
bool CONSOLE_LOG::m_lastLineIsProgressBar = false |
|
private |
◆ m_lock
std::mutex CONSOLE_LOG::m_lock |
|
private |
The documentation for this class was generated from the following files: