#include <cv.h>
#include <highgui.h>
#include "display_canvas.h"
#include "wx/frame.h"
Include dependency graph for display_image_frame.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | DisplayImageFrame |
Defines | |
| #define | ID_DISPLAY_FRAME 10046 |
| #define | SYMBOL_DISPLAYIMAGEFRAME_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX |
| #define | SYMBOL_DISPLAYIMAGEFRAME_TITLE _("Display Image Frame") |
| #define | SYMBOL_DISPLAYIMAGEFRAME_IDNAME ID_DISPLAY_FRAME |
| #define | SYMBOL_DISPLAYIMAGEFRAME_SIZE wxSize(400, 300) |
| #define | SYMBOL_DISPLAYIMAGEFRAME_POSITION wxDefaultPosition |
| #define | ID_PANEL 10047 |
| #define | wxCLOSE_BOX 0x1000 |
| #define | wxFIXED_MINSIZE 0 |
| #define ID_DISPLAY_FRAME 10046 |
Control identifiers
Definition at line 52 of file display_image_frame.h.
| #define ID_PANEL 10047 |
Definition at line 58 of file display_image_frame.h.
Referenced by DisplayImageFrame::CreateControls().
| #define SYMBOL_DISPLAYIMAGEFRAME_IDNAME ID_DISPLAY_FRAME |
Definition at line 55 of file display_image_frame.h.
| #define SYMBOL_DISPLAYIMAGEFRAME_POSITION wxDefaultPosition |
Definition at line 57 of file display_image_frame.h.
| #define SYMBOL_DISPLAYIMAGEFRAME_SIZE wxSize(400, 300) |
Definition at line 56 of file display_image_frame.h.
| #define SYMBOL_DISPLAYIMAGEFRAME_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX |
Definition at line 53 of file display_image_frame.h.
| #define SYMBOL_DISPLAYIMAGEFRAME_TITLE _("Display Image Frame") |
Definition at line 54 of file display_image_frame.h.
| #define wxCLOSE_BOX 0x1000 |
Compatibility
Definition at line 66 of file display_image_frame.h.
| #define wxFIXED_MINSIZE 0 |
Definition at line 69 of file display_image_frame.h.
1.4.7