NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <gui/gui_export.h>
#include <gui/objutils/reg_settings.hpp>
#include <gui/framework/view.hpp>
#include <gui/widgets/wx/wm_client.hpp>
#include <gui/utils/extension.hpp>
#include <gui/utils/command.hpp>
#include <wx/imaglist.h>
#include <wx/toolbar.h>
#include <wx/listctrl.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CDiagConsolePanel |
CDiagConsolePanel. More... | |
class | CDiagConsoleView |
CDiagConsoleView. More... | |
class | CDiagConsoleViewFactory |
CDiagConsoleViewFactory. More... | |
Macros | |
#define | ID_CWXDIAGPANEL 10030 |
#define | ID_TOOLBAR2 10039 |
#define | ID_TOOL_ERRORS 10040 |
#define | ID_TOOL_WARNINGS 10041 |
#define | ID_TOOL_INFO 10042 |
#define | ID_TOOL_OTHER 10043 |
#define | ID_CHOICE3 10044 |
#define | ID_LISTCTRL1 10037 |
#define | SYMBOL_CWXDIAGPANEL_STYLE 0 |
#define | SYMBOL_CWXDIAGPANEL_TITLE wxT("Diagnostics Console") |
#define | SYMBOL_CWXDIAGPANEL_IDNAME ID_CWXDIAGPANEL |
#define | SYMBOL_CWXDIAGPANEL_SIZE wxSize(400, 300) |
#define | SYMBOL_CWXDIAGPANEL_POSITION wxDefaultPosition |