![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
RoadNarrows GTK derived window class implementation. More...
#include <sys/types.h>#include <stdarg.h>#include <libgen.h>#include <unistd.h>#include <string>#include <map>#include "rnr/rnrconfig.h"#include "rnr/log.h"#include "rnr/appkit/WinLookFeel.h"#include "rnr/appkit/Win.h"#include "rnr/appkit/WinGtk.h"#include "opencv2/core/core.hpp"#include "opencv2/highgui/highgui.hpp"#include <gtk/gtk.h>#include <gdk/gdk.h>#include <gdk/gdkkeysyms.h>#include <gdk/gdkx.h>Go to the source code of this file.
Typedefs | |
| typedef struct _CvImageWidget | CvImageWidget |
Functions | |
| GtkWidget * | cvImageWidgetNew (int flags) |
| void | cvImageWidgetSetImage (CvImageWidget *widget, const CvArr *arr) |
RoadNarrows GTK derived window class implementation.
Definition in file WinGtk.cxx.