Searched refs:wxEmulatorInfo (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.h18 class wxEmulatorInfo: public wxObject class in inherits:wxObject
22 wxEmulatorInfo() { Init(); } function in class:wxEmulatorInfo
23 wxEmulatorInfo(const wxEmulatorInfo& info) : wxObject() { Init(); Copy(info); } function in class:wxEmulatorInfo
25 void operator= (const wxEmulatorInfo& info) { Copy(info); }
26 void Copy(const wxEmulatorInfo& info);
86 wxEmulatorInfo m_emulatorInfo;
H A Demulator.cpp408 void wxEmulatorInfo::Copy(const wxEmulatorInfo& info)
422 void wxEmulatorInfo::Init()
429 bool wxEmulatorInfo::Load(const wxString& appDir)

Completed in 23 milliseconds