Changeset 42551 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Aug 2, 2012 4:44:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r42447 r42551 3558 3558 xreflabel="IVirtualBox::openMedium()" />.</para> 3559 3559 </listitem> 3560 3561 <listitem> 3562 <para>The use of acronyms in API enumeration, interface, attribute 3563 and method names has been made much more consistent, previously they 3564 sometimes were lowercase and sometimes mixed case. They are now 3565 consistently all caps:<table> 3566 <title>Renamed identifiers in VirtualBox 4.2</title> 3567 3568 <tgroup cols="2" style="verywide"> 3569 <tbody> 3570 <row> 3571 <entry><emphasis role="bold">Old name</emphasis></entry> 3572 3573 <entry><emphasis role="bold">New name</emphasis></entry> 3574 </row> 3575 <row> 3576 <entry>PointingHidType</entry> 3577 <entry><xref linkend="PointingHIDType" xreflabel="PointingHIDType"/></entry> 3578 </row> 3579 <row> 3580 <entry>KeyboardHidType</entry> 3581 <entry><xref linkend="KeyboardHIDType" xreflabel="KeyboardHIDType"/></entry> 3582 </row> 3583 <row> 3584 <entry>IPciAddress</entry> 3585 <entry><xref linkend="IPCIAddress" xreflabel="IPCIAddress"/></entry> 3586 </row> 3587 <row> 3588 <entry>IPciDeviceAttachment</entry> 3589 <entry><xref linkend="IPCIDeviceAttachment" xreflabel="IPCIDeviceAttachment"/></entry> 3590 </row> 3591 <row> 3592 <entry>IMachine::pointingHidType</entry> 3593 <entry><xref linkend="IMachine__pointingHIDType" xreflabel="IMachine::pointingHIDType"/></entry> 3594 </row> 3595 <row> 3596 <entry>IMachine::keyboardHidType</entry> 3597 <entry><xref linkend="IMachine__keyboardHIDType" xreflabel="IMachine::keyboardHIDType"/></entry> 3598 </row> 3599 <row> 3600 <entry>IMachine::hpetEnabled</entry> 3601 <entry><xref linkend="IMachine__HPETEnabled" xreflabel="IMachine::HPETEnabled"/></entry> 3602 </row> 3603 <row> 3604 <entry>IMachine::sessionPid</entry> 3605 <entry><xref linkend="IMachine__sessionPID" xreflabel="IMachine::sessionPID"/></entry> 3606 </row> 3607 <row> 3608 <entry>IMachine::ioCacheEnabled</entry> 3609 <entry><xref linkend="IMachine__IOCacheEnabled" xreflabel="IMachine::IOCacheEnabled"/></entry> 3610 </row> 3611 <row> 3612 <entry>IMachine::ioCacheSize</entry> 3613 <entry><xref linkend="IMachine__IOCacheSize" xreflabel="IMachine::IOCacheSize"/></entry> 3614 </row> 3615 <row> 3616 <entry>IMachine::pciDeviceAssignments</entry> 3617 <entry><xref linkend="IMachine__PCIDeviceAssignments" xreflabel="IMachine::PCIDeviceAssignments"/></entry> 3618 </row> 3619 <row> 3620 <entry>IMachine::attachHostPciDevice()</entry> 3621 <entry><xref linkend="IMachine__attachHostPCIDevice" xreflabel="IMachine::attachHostPCIDevice"/></entry> 3622 </row> 3623 <row> 3624 <entry>IMachine::detachHostPciDevice()</entry> 3625 <entry><xref linkend="IMachine__detachHostPCIDevice" xreflabel="IMachine::detachHostPCIDevice()"/></entry> 3626 </row> 3627 <row> 3628 <entry>IConsole::attachedPciDevices</entry> 3629 <entry><xref linkend="IConsole__attachedPCIDevices" xreflabel="IConsole::attachedPCIDevices"/></entry> 3630 </row> 3631 <row> 3632 <entry>IHostNetworkInterface::dhcpEnabled</entry> 3633 <entry><xref linkend="IHostNetworkInterface__DHCPEnabled" xreflabel="IHostNetworkInterface::DHCPEnabled"/></entry> 3634 </row> 3635 <row> 3636 <entry>IHostNetworkInterface::enableStaticIpConfig()</entry> 3637 <entry><xref linkend="IHostNetworkInterface__enableStaticIPConfig" xreflabel="IHostNetworkInterface::enableStaticIPConfig()"/></entry> 3638 </row> 3639 <row> 3640 <entry>IHostNetworkInterface::enableStaticIpConfigV6()</entry> 3641 <entry><xref linkend="IHostNetworkInterface__enableStaticIPConfigV6" xreflabel="IHostNetworkInterface::enableStaticIPConfigV6()"/></entry> 3642 </row> 3643 <row> 3644 <entry>IHostNetworkInterface::enableDynamicIpConfig()</entry> 3645 <entry><xref linkend="IHostNetworkInterface__enableDynamicIPConfig" xreflabel="IHostNetworkInterface::enableDynamicIPConfig()"/></entry> 3646 </row> 3647 <row> 3648 <entry>IHostNetworkInterface::dhcpRediscover()</entry> 3649 <entry><xref linkend="IHostNetworkInterface__DHCPRediscover" xreflabel="IHostNetworkInterface::DHCPRediscover()"/></entry> 3650 </row> 3651 <row> 3652 <entry>IHost::Acceleration3DAvailable</entry> 3653 <entry><xref linkend="IHost__acceleration3DAvailable" xreflabel="IHost::acceleration3DAvailable"/></entry> 3654 </row> 3655 <row> 3656 <entry>IGuestOSType::recommendedPae</entry> 3657 <entry><xref linkend="IGuestOSType__recommendedPAE" xreflabel="IGuestOSType::recommendedPAE"/></entry> 3658 </row> 3659 <row> 3660 <entry>IGuestOSType::recommendedDvdStorageController</entry> 3661 <entry><xref linkend="IGuestOSType__recommendedDVDStorageController" xreflabel="IGuestOSType::recommendedDVDStorageController"/></entry> 3662 </row> 3663 <row> 3664 <entry>IGuestOSType::recommendedDvdStorageBus</entry> 3665 <entry><xref linkend="IGuestOSType__recommendedDVDStorageBus" xreflabel="IGuestOSType::recommendedDVDStorageBus"/></entry> 3666 </row> 3667 <row> 3668 <entry>IGuestOSType::recommendedHdStorageController</entry> 3669 <entry><xref linkend="IGuestOSType__recommendedHDStorageController" xreflabel="IGuestOSType::recommendedHDStorageController"/></entry> 3670 </row> 3671 <row> 3672 <entry>IGuestOSType::recommendedHdStorageBus</entry> 3673 <entry><xref linkend="IGuestOSType__recommendedHDStorageBus" xreflabel="IGuestOSType::recommendedHDStorageBus"/></entry> 3674 </row> 3675 <row> 3676 <entry>IGuestOSType::recommendedUsbHid</entry> 3677 <entry><xref linkend="IGuestOSType__recommendedUSBHID" xreflabel="IGuestOSType::recommendedUSBHID"/></entry> 3678 </row> 3679 <row> 3680 <entry>IGuestOSType::recommendedHpet</entry> 3681 <entry><xref linkend="IGuestOSType__recommendedHPET" xreflabel="IGuestOSType::recommendedHPET"/></entry> 3682 </row> 3683 <row> 3684 <entry>IGuestOSType::recommendedUsbTablet</entry> 3685 <entry><xref linkend="IGuestOSType__recommendedUSBTablet" xreflabel="IGuestOSType::recommendedUSBTablet"/></entry> 3686 </row> 3687 <row> 3688 <entry>IGuestOSType::recommendedRtcUseUtc</entry> 3689 <entry><xref linkend="IGuestOSType__recommendedRTCUseUTC" xreflabel="IGuestOSType::recommendedRTCUseUTC"/></entry> 3690 </row> 3691 <row> 3692 <entry>IGuestOSType::recommendedUsb</entry> 3693 <entry><xref linkend="IGuestOSType__recommendedUSB" xreflabel="IGuestOSType::recommendedUSB"/></entry> 3694 </row> 3695 <row> 3696 <entry>INetworkAdapter::natDriver</entry> 3697 <entry><xref linkend="INetworkAdapter__NATEngine" xreflabel="INetworkAdapter::NATEngine"/></entry> 3698 </row> 3699 <row> 3700 <entry>IUSBController::enabledEhci</entry> 3701 <entry><xref linkend="IUSBController__enabledEHCI" xreflabel="IUSBController::enabledEHCI"/></entry> 3702 </row> 3703 <row> 3704 <entry>INATEngine::tftpPrefix</entry> 3705 <entry><xref linkend="INATEngine__TFTPPrefix" xreflabel="INATEngine::TFTPPrefix"/></entry> 3706 </row> 3707 <row> 3708 <entry>INATEngine::tftpBootFile</entry> 3709 <entry><xref linkend="INATEngine__TFTPBootFile" xreflabel="INATEngine::TFTPBootFile"/></entry> 3710 </row> 3711 <row> 3712 <entry>INATEngine::tftpNextServer</entry> 3713 <entry><xref linkend="INATEngine__TFTPNextServer" xreflabel="INATEngine::TFTPNextServer"/></entry> 3714 </row> 3715 <row> 3716 <entry>INATEngine::dnsPassDomain</entry> 3717 <entry><xref linkend="INATEngine__DNSPassDomain" xreflabel="INATEngine::DNSPassDomain"/></entry> 3718 </row> 3719 <row> 3720 <entry>INATEngine::dnsProxy</entry> 3721 <entry><xref linkend="INATEngine__DNSProxy" xreflabel="INATEngine::DNSProxy"/></entry> 3722 </row> 3723 <row> 3724 <entry>INATEngine::dnsUseHostResolver</entry> 3725 <entry><xref linkend="INATEngine__DNSUseHostResolver" xreflabel="INATEngine::DNSUseHostResolver"/></entry> 3726 </row> 3727 <row> 3728 <entry>VBoxEventType::OnHostPciDevicePlug</entry> 3729 <entry><xref linkend="VBoxEventType__OnHostPCIDevicePlug" xreflabel="VBoxEventType::OnHostPCIDevicePlug"/></entry> 3730 </row> 3731 <row> 3732 <entry>ICPUChangedEvent::cpu</entry> 3733 <entry><xref linkend="ICPUChangedEvent__CPU" xreflabel="ICPUChangedEvent::CPU"/></entry> 3734 </row> 3735 <row> 3736 <entry>INATRedirectEvent::hostIp</entry> 3737 <entry><xref linkend="INATRedirectEvent__hostIP" xreflabel="INATRedirectEvent::hostIP"/></entry> 3738 </row> 3739 <row> 3740 <entry>INATRedirectEvent::guestIp</entry> 3741 <entry><xref linkend="INATRedirectEvent__guestIP" xreflabel="INATRedirectEvent::guestIP"/></entry> 3742 </row> 3743 <row> 3744 <entry>IHostPciDevicePlugEvent</entry> 3745 <entry><xref linkend="IHostPCIDevicePlugEvent" xreflabel="IHostPCIDevicePlugEvent"/></entry> 3746 </row> 3747 </tbody> 3748 </tgroup></table></para> 3749 </listitem> 3560 3750 </itemizedlist> 3561 3751 </sect1> … … 3768 3958 of a medium previously handled by 3769 3959 <computeroutput>openHardDisk()</computeroutput> is now in a 3770 separate <xref linkend="IMedium__setIDs" 3771 xreflabel="IMedium::setIDs" /> method.</para> 3960 separate IMedium::setIDs method.</para> 3772 3961 </listitem> 3773 3962
Note:
See TracChangeset
for help on using the changeset viewer.