|
Model Railroad System 2.2.2
|
Event received log, with event sender. More...
Public Member Functions | |
| EventLog (name,...) | |
| Construct an EventLog widget. More... | |
| open () | |
| Open window. More... | |
| eventReceived (eventid) | |
| Log a received event. More... | |
Private Member Functions | |
| _sendtheevent () | |
| Send an event. More... | |
| _close () | |
| Close the window. More... | |
| _clear () | |
| Clear the log. More... | |
Private Attributes | |
| logscroll | |
| Log Scroll Widget. More... | |
| logtext | |
| Log text Widget (readonly). More... | |
| sendevent | |
| Send event entry. More... | |
Event received log, with event sender.
Options:
| lcc::EventLog::EventLog | ( | name | , |
| ... | |||
| ) |
Construct an EventLog widget.
This is a toplevel window with a scrolling log of received events. There is also an entry to send an event.
| ... | Options:
|
|
private |
Clear the log.
|
private |
Close the window.
|
private |
Send an event.
| lcc::EventLog::eventReceived | ( | eventid | ) |
Log a received event.
| eventid | EventID object to log. |
| lcc::EventLog::open | ( | ) |
Open window.
|
private |
Log Scroll Widget.
|
private |
Log text Widget (readonly).
|
private |
Send event entry.