Searched defs:SystemProperties (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DSystemPropertiesImpl.h29 struct SystemProperties;
32 class ATL_NO_VTABLE SystemProperties : class in inherits:SystemPropertiesWrap
38 DECLARE_EMPTY_CTOR_DTOR(SystemProperties)
49 HRESULT i_loadSettings(const settings::SystemProperties &data);
50 HRESULT i_saveSettings(settings::SystemProperties &data);
145 settings::SystemProperties *m;
/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp49 SystemProperties::SystemProperties() function in class:SystemProperties
51 m(new settings::SystemProperties)
55 SystemProperties::~SystemProperties()
61 HRESULT SystemProperties::FinalConstruct()
66 void SystemProperties::FinalRelease()
80 HRESULT SystemProperties::init(VirtualBox *aParent)
105 * NB: See also SystemProperties constructor in settings.h
150 void SystemProperties
[all...]
/vbox/include/VBox/
H A Dsettings.h296 struct SystemProperties struct in namespace:settings
298 SystemProperties() function in struct:settings::SystemProperties
428 SystemProperties systemProperties;

Completed in 64 milliseconds