![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
RoadNarrows Robotics Win abstract base class interface. More...
#include <string>#include <map>#include "rnr/rnrconfig.h"#include "opencv2/core/core.hpp"#include "rnr/appkit/WinLookFeel.h"Go to the source code of this file.
Classes | |
| class | rnr::Win |
| RNR Win window abstract base class. More... | |
Namespaces | |
| rnr | |
| RoadNarrows Robotics. | |
Typedefs | |
| typedef void(* | rnr::MouseCbFunc_T) (int cv_event, int x, int y, int flags, void *user_data) |
| Mouse Callback Function Type. More... | |
| typedef void(* | rnr::KeyCbFunc_T) (int code, int state, void *user_data) |
| Keyboard Callback Function Type. More... | |
| typedef void(* | rnr::BttnCbFunc_T) (int nBttnId, void *user_data) |
| Menu button Callback Function Type. More... | |
RoadNarrows Robotics Win abstract base class interface.
Definition in file Win.h.