![]() |
OpenWalnut
1.5.0dev
|
This event is triggered when a new event is to be added to the log. More...
#include <WLogEvent.h>
Inheritance diagram for WLogEvent:
Collaboration diagram for WLogEvent:Public Member Functions | |
| WLogEvent (const WLogEntry &entry) | |
| constructor More... | |
| virtual | ~WLogEvent () |
| destructor More... | |
| const WLogEntry & | getEntry () const |
| To access the WLogEntry of associated with the event. More... | |
Private Attributes | |
| const WLogEntry | m_entry |
| The associated WLogEntry to the event. More... | |
This event is triggered when a new event is to be added to the log.
Definition at line 35 of file WLogEvent.h.
|
explicit |
constructor
| entry | WLogEvent which is associated with the event |
Definition at line 29 of file WLogEvent.cpp.
|
virtual |
destructor
Definition at line 35 of file WLogEvent.cpp.
| const WLogEntry & WLogEvent::getEntry | ( | ) | const |
To access the WLogEntry of associated with the event.
Definition at line 39 of file WLogEvent.cpp.
References m_entry.
Referenced by WMainWindow::event().
Here is the caller graph for this function:
|
private |
The associated WLogEntry to the event.
Definition at line 62 of file WLogEvent.h.
Referenced by getEntry().