10 #ifndef CWINDOWOBSERVER_H 11 #define CWINDOWOBSERVER_H 26 namespace mrpt {
namespace graphslam {
42 void returnEventsStruct(
43 std::map<std::string, bool>* codes_to_pressed,
44 bool reset_keypresses=
true);
The basic event type for the observer-observable pattern in MRPT.
This class implements a high-performance stopwatch.
mrpt::utils::CTicTac m_tim_show_start
GLsizei const GLchar ** string
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
Monitor events in the visualization window.
std::map< std::string, bool > m_key_codes_to_pressed
Map from registered char_code (std::string to support <C-c>) to boolean true/false indicating whether...
Inherit from this class to get notified about events from any CObservable object after subscribing to...