Lines Matching defs:MachineConfigFile

5  * Two classes, MainConfigFile and MachineConfigFile, represent the VirtualBox.xml and
43 * 3) In MachineConfigFile::bumpSettingsVersionIfNeeded(), check if the new setting has
506 * extradata (MainConfigFile and MachineConfigFile).
533 * from both MainConfigFile (for host filters) and MachineConfigFile (for machine
812 * This is used in both MainConfigFile and MachineConfigFile since starting with
983 * MainConfigFile and MachineConfigFile at the beginning of writing
1051 * and MachineConfigFile, which both can have extradata.
1079 * MachineConfigFile (for machine filters).
1218 * This is used in both MainConfigFile and MachineConfigFile since starting with
1331 * Comparison operator. This gets called from MachineConfigFile::operator==,
1793 * Comparison operator. This gets called from MachineConfigFile::operator==,
1813 * Comparison operator. This gets called from MachineConfigFile::operator==,
1833 * Comparison operator. This gets called from MachineConfigFile::operator==,
1847 * Comparison operator. This gets called from MachineConfigFile::operator==,
1861 * Comparison operator. This gets called from MachineConfigFile::operator==,
1891 * Comparison operator. This gets called from MachineConfigFile::operator==,
1910 * Comparison operator. This gets called from MachineConfigFile::operator==,
1927 * Comparison operator. This gets called from MachineConfigFile::operator==,
1943 * Comparison operator. This gets called from MachineConfigFile::operator==,
2024 * Comparison operator. This gets called from MachineConfigFile::operator==,
2093 * Comparison operator. This gets called from MachineConfigFile::operator==,
2116 * Comparison operator. This gets called from MachineConfigFile::operator==,
2139 * Comparison operator. This gets called from MachineConfigFile::operator==,
2151 * Comparison operator. This gets called from MachineConfigFile::operator==,
2183 // MachineConfigFile
2200 MachineConfigFile::MachineConfigFile(const Utf8Str *pstrFilename)
2231 bool MachineConfigFile::canHaveOwnMediaRegistry() const
2245 void MachineConfigFile::importMachineXML(const xml::ElementNode &elmMachine)
2265 bool MachineConfigFile::operator==(const MachineConfigFile &c) const
2285 * Called from MachineConfigFile::readHardware() to read cpu information.
2289 void MachineConfigFile::readCpuTree(const xml::ElementNode &elmCpu,
2306 * Called from MachineConfigFile::readHardware() to cpuid information.
2310 void MachineConfigFile::readCpuIdTree(const xml::ElementNode &elmCpuid,
2332 * Called from MachineConfigFile::readHardware() to network information.
2336 void MachineConfigFile::readNetworkAdapters(const xml::ElementNode &elmNetwork,
2423 void MachineConfigFile::readAttachedNetworkMode(const xml::ElementNode &elmMode, bool fEnabled, NetworkAdapter &nic)
2527 * Called from MachineConfigFile::readHardware() to read serial port information.
2531 void MachineConfigFile::readSerialPorts(const xml::ElementNode &elmUART,
2580 * Called from MachineConfigFile::readHardware() to read parallel port information.
2584 void MachineConfigFile::readParallelPorts(const xml::ElementNode &elmLPT,
2616 * Called from MachineConfigFile::readHardware() to read audio adapter information
2622 void MachineConfigFile::readAudioAdapter(const xml::ElementNode &elmAudioAdapter,
2674 * Called from MachineConfigFile::readHardware() to read guest property information.
2678 void MachineConfigFile::readGuestProperties(const xml::ElementNode &elmGuestProperties,
2703 void MachineConfigFile::readStorageControllerAttributes(const xml::ElementNode &elmStorageController,
2726 void MachineConfigFile::readHardware(const xml::ElementNode &elmHardware,
3400 void MachineConfigFile::readHardDiskAttachments_pre1_7(const xml::ElementNode &elmHardDiskAttachments,
3466 void MachineConfigFile::readStorageControllers(const xml::ElementNode &elmStorageControllers,
3640 void MachineConfigFile::readDVDAndFloppies_pre1_9(const xml::ElementNode &elmHardware,
3724 void MachineConfigFile::readTeleporter(const xml::ElementNode *pElmTeleporter,
3740 void MachineConfigFile::readDebugging(const xml::ElementNode *pElmDebugging, Debugging *pDbg)
3757 void MachineConfigFile::readAutostart(const xml::ElementNode *pElmAutostart, Autostart *pAutostart)
3782 void MachineConfigFile::readGroups(const xml::ElementNode *pElmGroups, StringsList *pllGroups)
3819 bool MachineConfigFile::readSnapshot(const Guid &curSnapshotUuid,
3937 void MachineConfigFile::convertOldOSType_pre1_5(Utf8Str &str)
3956 void MachineConfigFile::readMachine(const xml::ElementNode &elmMachine)
4070 void MachineConfigFile::buildHardwareXML(xml::ElementNode &elmParent,
4862 void MachineConfigFile::buildNetworkXML(NetworkAttachmentType_T mode,
4970 void MachineConfigFile::buildStorageControllersXML(xml::ElementNode &elmParent,
5121 void MachineConfigFile::buildDebuggingXML(xml::ElementNode *pElmParent, const Debugging *pDbg)
5140 void MachineConfigFile::buildAutostartXML(xml::ElementNode *pElmParent, const Autostart *pAutostart)
5169 void MachineConfigFile::buildGroupsXML(xml::ElementNode *pElmParent, const StringsList *pllGroups)
5187 * Writes a single snapshot into the DOM tree. Initially this gets called from MachineConfigFile::write()
5195 void MachineConfigFile::buildSnapshotXML(uint32_t depth,
5246 * -- MachineConfigFile::write();
5282 void MachineConfigFile::buildMachineXML(xml::ElementNode &elmMachine,
5392 bool MachineConfigFile::isAudioDriverAllowedOnThisHost(AudioDriverType_T drv)
5441 AudioDriverType_T MachineConfigFile::getHostDefaultAudioDriver()
5495 void MachineConfigFile::bumpSettingsVersionIfNeeded()
5987 void MachineConfigFile::write(const com::Utf8Str &strFilename)
6001 MachineConfigFile::BuildMachineXML_IncludeSnapshots
6002 | MachineConfigFile::BuildMachineXML_MediaRegistry,