Code::Blocks  SVN r11506
Public Member Functions | Public Attributes | Friends | List of all members
LogSlot Struct Reference

#include <logmanager.h>

Collaboration diagram for LogSlot:

Public Member Functions

 LogSlot ()
 
 ~LogSlot ()
 
size_t Index () const
 
void SetLogger (Logger *in)
 
LoggerGetLogger () const
 

Public Attributes

Loggerlog
 
size_t index
 
wxBitmapicon
 
wxString title
 

Friends

class LogManager
 

Detailed Description

Definition at line 57 of file logmanager.h.

Constructor & Destructor Documentation

◆ LogSlot()

LogSlot::LogSlot ( )

Definition at line 29 of file logmanager.cpp.

◆ ~LogSlot()

LogSlot::~LogSlot ( )

Definition at line 35 of file logmanager.cpp.

References icon, and log.

Member Function Documentation

◆ GetLogger()

Logger * LogSlot::GetLogger ( ) const

◆ Index()

size_t LogSlot::Index ( ) const

Definition at line 42 of file logmanager.cpp.

References index.

◆ SetLogger()

void LogSlot::SetLogger ( Logger in)

Definition at line 47 of file logmanager.cpp.

References log.

Friends And Related Function Documentation

◆ LogManager

friend class LogManager
friend

Definition at line 59 of file logmanager.h.

Member Data Documentation

◆ icon

wxBitmap* LogSlot::icon

◆ index

size_t LogSlot::index

Definition at line 62 of file logmanager.h.

Referenced by Index(), and LogManager::SetLog().

◆ log

Logger* LogSlot::log

◆ title

wxString LogSlot::title

The documentation for this struct was generated from the following files: