OpenCPN Partial API docs
|
Overall logging handler, outputs to screen and log file. More...
#include <data_monitor.h>
Public Member Functions | |
DataMonitor (wxWindow *parent) | |
void | Add (const Logline &ll) override |
Add an input line to log output. | |
bool | IsVisible () const override |
Return true if log is visible i.e., if it's any point using Add(). | |
void | OnHide () |
Overall logging handler, outputs to screen and log file.
Definition at line 74 of file data_monitor.h.
|
explicit |
Definition at line 857 of file data_monitor.cpp.
|
overridevirtual |
Add an input line to log output.
Implements NmeaLog.
Definition at line 914 of file data_monitor.cpp.
|
overridevirtual |
Return true if log is visible i.e., if it's any point using Add().
Implements NmeaLog.
Definition at line 919 of file data_monitor.cpp.
void DataMonitor::OnHide | ( | ) |
Definition at line 951 of file data_monitor.cpp.