#include "wx/wxprec.h"
#include "wx/wx.h"
#include "options_dialog.h"
#include "about_dialog.h"
#include "version_dialog.h"
#include <wx/dcbuffer.h>
#include "main_frame.h"
#include <cv.h>
#include <highgui.h>
#include <cvaux.h>
#include <stdio.h>
#include <ctype.h>
#include <time.h>
Include dependency graph for main_frame.cpp:
Go to the source code of this file.
Variables | |
static bool | video_received_window = false |
bool video_received_window = false [static] |
Definition at line 54 of file main_frame.cpp.
Referenced by MainFrame::OnImageReceivedFromNet(), and MainFrame::OnReceiverCtrlThreadEnd().