NCBI C++ ToolKit
|
Search Toolkit Book for CDiagConsolePanel
#include <gui/framework/diag_panel.hpp>
Public Member Functions | |
CDiagConsolePanel () | |
virtual | ~CDiagConsolePanel () |
bool | Create (wxWindow *parent, wxWindowID id=10030, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=0) |
Creation. More... | |
void | Init () |
void | CreateControls () |
void | OnToolErrorsClick (wxCommandEvent &event) |
void | OnToolWarningsClick (wxCommandEvent &event) |
void | OnToolInfoClick (wxCommandEvent &event) |
void | OnToolOtherClick (wxCommandEvent &event) |
void | OnChoice3Selected (wxCommandEvent &event) |
void | OnCopy (wxCommandEvent &event) |
void | OnCopyUpdateUI (wxUpdateUIEvent &event) |
int | GetLogBufferIndex () const |
void | SetLogBufferIndex (int value) |
wxBitmap | GetBitmapResource (const wxString &name) |
IRegSettings interface implementation | |
virtual void | SetRegistryPath (const string &path) |
virtual void | LoadSettings () |
virtual void | SaveSettings () const |
Public Member Functions inherited from IRegSettings | |
virtual | ~IRegSettings () |
Protected Attributes | |
int | m_LogBufferIndex |
CDiagConsoleList * | m_MsgList |
string | m_RegPath |
wxImageList | m_ImageList |
Static Protected Attributes | |
static bool | m_IconsInitialized = false |
CDiagConsolePanel. More... | |
Private Member Functions | |
DECLARE_EVENT_TABLE () | |
void | x_LoadMessages () |
command callback for listener More... | |
void | x_UpdateUI () |
Definition at line 84 of file diag_panel.hpp.