|
Code::Blocks
SVN r11506
|
#include <logmanager.h>
Public Member Functions | |
| LogSlot () | |
| ~LogSlot () | |
| size_t | Index () const |
| void | SetLogger (Logger *in) |
| Logger * | GetLogger () const |
Public Attributes | |
| Logger * | log |
| size_t | index |
| wxBitmap * | icon |
| wxString | title |
Friends | |
| class | LogManager |
Definition at line 57 of file logmanager.h.
| LogSlot::LogSlot | ( | ) |
Definition at line 29 of file logmanager.cpp.
| LogSlot::~LogSlot | ( | ) |
Definition at line 35 of file logmanager.cpp.
| Logger * LogSlot::GetLogger | ( | ) | const |
Definition at line 54 of file logmanager.cpp.
References log.
Referenced by CodeBlocksLogEvent::CodeBlocksLogEvent(), LogManager::SetLog(), and MainFrame::SetupGUILogging().
| size_t LogSlot::Index | ( | ) | const |
Definition at line 42 of file logmanager.cpp.
References index.
| void LogSlot::SetLogger | ( | Logger * | in | ) |
Definition at line 47 of file logmanager.cpp.
References log.
|
friend |
Definition at line 59 of file logmanager.h.
| wxBitmap* LogSlot::icon |
Definition at line 63 of file logmanager.h.
Referenced by CodeBlocksLogEvent::CodeBlocksLogEvent(), DebuggerManager::GetLogger(), CompilerGCC::OnAttach(), MainFrame::SetupGUILogging(), and ~LogSlot().
| size_t LogSlot::index |
Definition at line 62 of file logmanager.h.
Referenced by Index(), and LogManager::SetLog().
| Logger* LogSlot::log |
Definition at line 61 of file logmanager.h.
Referenced by LogManager::ClearLogInternal(), LogManager::FindIndex(), GetLogger(), LogManager::LogInternal(), LogManager::NotifyUpdate(), SetLogger(), and ~LogSlot().
| wxString LogSlot::title |
Definition at line 64 of file logmanager.h.
Referenced by CodeBlocksLogEvent::CodeBlocksLogEvent(), DebuggerManager::GetLogger(), CompilerGCC::OnAttach(), LogManager::Panic(), and MainFrame::SetupGUILogging().
1.8.13