|
Assimp
v4.1. (December 2018)
|
Class to display log strings in a separate window. More...
Public Member Functions | |
| void | Clear () |
| void | Init () |
| void | Save () |
| void | SetAutoUpdate (bool b) |
| void | Show () |
| void | Update () |
| void | WriteLine (const char *message) |
Static Public Member Functions | |
| static CLogWindow & | Instance () |
Public Attributes | |
| CMyLogStream * | pcStream |
Static Public Attributes | |
| static CLogWindow | s_cInstance |
Friends | |
| class | CMyLogStream |
| INT_PTR CALLBACK | LogDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Class to display log strings in a separate window.
| void AssimpView::CLogWindow::Clear | ( | ) |
| void AssimpView::CLogWindow::Init | ( | ) |
|
inlinestatic |
| void AssimpView::CLogWindow::Save | ( | ) |
|
inline |
| void AssimpView::CLogWindow::Show | ( | ) |
| void AssimpView::CLogWindow::Update | ( | ) |
| void AssimpView::CLogWindow::WriteLine | ( | const char * | message | ) |
|
friend |
|
friend |
| CMyLogStream* AssimpView::CLogWindow::pcStream |
|
static |