KiCad PCB EDA Suite
|
#include <board_test_utils.h>
Public Types | |
enum | COLOR { RED = 0 , GREEN , DEFAULT } |
Public Member Functions | |
CONSOLE_LOG () | |
void | PrintProgress (const wxString &aMessage) |
void | Print (const wxString &aMessage) |
void | SetColor (COLOR color) |
Private Member Functions | |
void | eraseLastLine () |
Private Attributes | |
bool | m_lastLineIsProgressBar = false |
std::mutex | m_lock |
Definition at line 87 of file board_test_utils.h.
Enumerator | |
---|---|
RED | |
GREEN | |
DEFAULT |
Definition at line 90 of file board_test_utils.h.
|
inline |
Definition at line 97 of file board_test_utils.h.
|
inlineprivate |
Definition at line 135 of file board_test_utils.h.
Referenced by Print(), and PrintProgress().
|
inline |
Definition at line 111 of file board_test_utils.h.
References eraseLastLine(), and m_lastLineIsProgressBar.
Referenced by KI_TEST::CONSOLE_MSG_REPORTER::Report().
|
inline |
Definition at line 99 of file board_test_utils.h.
References eraseLastLine(), and m_lastLineIsProgressBar.
|
inline |
Definition at line 123 of file board_test_utils.h.
References color, DEFAULT, GREEN, and RED.
Referenced by KI_TEST::CONSOLE_MSG_REPORTER::Report().
|
private |
Definition at line 141 of file board_test_utils.h.
Referenced by Print(), and PrintProgress().
|
private |
Definition at line 142 of file board_test_utils.h.