Lines Matching refs:settings

42 #include <VBox/settings.h>
736 * Saves the settings attributes of one snapshot.
738 * @param data Target for saving snapshot settings.
741 HRESULT Snapshot::i_saveSnapshotImplOne(settings::Snapshot &data) const
769 * @param data Target for saving snapshot settings.
772 HRESULT Snapshot::i_saveSnapshotImpl(settings::Snapshot &data) const
778 settings::SnapshotsList &llSettingsChildren = data.llChildSnapshots;
784 // stack footprint, avoiding local settings objects on the stack which
787 llSettingsChildren.push_back(settings::g_SnapshotEmpty);
804 * @param data Target for saving snapshot settings.
806 HRESULT Snapshot::i_saveSnapshot(settings::Snapshot &data) const
1112 * Initializes the SnapshotMachine object when loading from the settings file.
1124 const settings::Hardware &hardware,
1125 const settings::Debugging *pDbg,
1126 const settings::Autostart *pAutostart,
1127 const settings::Storage &storage,
1158 /* allocate private copies of all other data (will be loaded from settings) */
1204 /* load hardware and harddisk settings */
1215 /// @todo r=klaus for some reason the settings loading logic backs up
1216 // the settings, and therefore a commit is needed. Should probably be changed.
1289 // save the global settings
1533 // 5) update the various snapshot/machine objects, save settings
1575 /* save settings to ensure current changes are committed and
1649 // MUST NOT save the settings or the media registry here, because
1650 // this causes trouble with rolling back settings if the user cancels
1860 int flSaveSettings = SaveS_Force; // do not do a deep compare in machine settings,
1992 Bstr(tr("Restoring machine settings")).raw(),
2177 /* Paranoia: no one must have saved the settings in the mean time. If
2210 // assert above) if this code is buggy and saves settings in the
2220 // save machine settings, reset the modified flag and commit;
2405 * settings are committed and saved.
3112 // One attachment is merged, must save the settings
3162 // state and save the machine settings;
3610 * @param pfNeedsMachineSaveSettings Whether the VM settings need to be saved (out).