#include <wx/wxprec.h>
#include <wx/filesys.h>
#include <wx/fs_mem.h>
#include <wx/xrc/xmlres.h>
#include <wx/xrc/xh_all.h>
Go to the source code of this file.
Defines | |
#define | XRC_ADD_FILE(name, data, size, mime) wxMemoryFSHandler::AddFile(name, data, size) |
Functions | |
void | InitCapturePanelXRC () |
Variables | |
static unsigned char | xml_res_file_0 [] |
static size_t | xml_res_size_0 = 2675 |
#define XRC_ADD_FILE | ( | name, | |||
data, | |||||
size, | |||||
mime | ) | wxMemoryFSHandler::AddFile(name, data, size) |
Definition at line 20 of file CapturePanel.cpp.
Referenced by InitCapturePanelXRC(), and InitVtkCapturePanelXRC().
void InitCapturePanelXRC | ( | ) |
Definition at line 152 of file CapturePanel.cpp.
References xml_res_file_0, xml_res_size_0, and XRC_ADD_FILE.
Referenced by wxTst::CRCapture::LoadPanel().
unsigned char xml_res_file_0[] [static] |
Definition at line 25 of file CapturePanel.cpp.
Referenced by InitCapturePanelXRC(), and InitVtkCapturePanelXRC().
size_t xml_res_size_0 = 2675 [static] |
Definition at line 24 of file CapturePanel.cpp.
Referenced by InitCapturePanelXRC(), and InitVtkCapturePanelXRC().