Searched refs:wxEmulatorContainer (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/emulator/src/
H A Demulator.h68 class wxEmulatorContainer;
92 wxEmulatorContainer* m_containerWindow;
100 class wxEmulatorContainer: public wxWindow class in inherits:wxWindow
104 wxEmulatorContainer(wxWindow* parent, wxWindowID id);
112 DECLARE_CLASS(wxEmulatorContainer)
H A Demulator.cpp190 m_containerWindow = new wxEmulatorContainer(frame, wxID_ANY);
328 IMPLEMENT_CLASS(wxEmulatorContainer, wxWindow)
330 BEGIN_EVENT_TABLE(wxEmulatorContainer, wxWindow)
331 EVT_SIZE(wxEmulatorContainer::OnSize)
332 EVT_PAINT(wxEmulatorContainer::OnPaint)
333 EVT_ERASE_BACKGROUND(wxEmulatorContainer::OnEraseBackground)
336 wxEmulatorContainer::wxEmulatorContainer(wxWindow* parent, wxWindowID id): function in class:wxEmulatorContainer
341 void wxEmulatorContainer::OnSize(wxSizeEvent& WXUNUSED(event))
346 void wxEmulatorContainer
[all...]

Completed in 74 milliseconds