Searched refs:settings (Results 126 - 138 of 138) sorted by relevance

123456

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineView.cpp521 /* Load machine view settings: */
706 /* Global settings: */
710 QString maxGuestSize = vboxGlobal().settings().publicProperty("GUI/MaxGuestResolution");
/vbox/include/VBox/
H A Dsettings.h4 * These structures are created by the settings file loader and filled with values
11 * machine settings to XML files. These structures are used by the rest of Main,
76 namespace settings namespace
93 * your settings might never get saved.
132 * your settings might never get saved.
160 * VirtualBox.xml file as well as machine XML files with settings version 1.11
165 * your settings might never get saved.
386 * Nat Networking settings (NAT service).
448 * your settings might never get saved.
475 * your settings migh
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/
H A Discsi.c38 #include <ipxe/settings.h>
635 * request PDU. We want the following settings:
1935 * Fetch iSCSI settings
1945 /* Fetch relevant settings. Don't worry about freeing on
/vbox/src/VBox/Main/xml/
H A DSettings.cpp7 * functionality such as talking to the XML back-end classes and settings version management.
9 * The code can read all VirtualBox settings files version 1.3 and higher. That version was
10 * written by VirtualBox 2.0. It can write settings version 1.7 (used by VirtualBox 2.2 and
13 * The settings versions enum is defined in src/VBox/Main/idl/VirtualBox.xidl. To introduce
14 * a new settings version (should be necessary at most once per VirtualBox major release,
19 * VBOX_XML_VERSION does not have to be changed if the settings for a default VM do not
23 * Once a new settings version has been added, these are the rules for introducing a new
25 * previous versions, then settings version checks need to be introduced. See the
29 * The settings versions checks are necessary because since version 3.1, VirtualBox no longer
30 * automatically converts XML settings file
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1667 struct ffp_frag_settings settings; member in struct:ffp_frag_desc
1673 void gen_ffp_frag_op(IWineD3DStateBlockImpl *stateblock, struct ffp_frag_settings *settings,
1676 const struct ffp_frag_settings *settings) DECLSPEC_HIDDEN;
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp337 * Sets the new global settings and saves them to the VirtualBox server.
350 * will update gset as necessary when new settings are successfully
401 * test application when starting the VM or editing it's settings.
1513 UIProxyManager proxyManager(settings().proxySettings());
1519 VBoxGlobalSettings globalSettings = settings();
2058 /* Save settings: */
3745 /* Reload proxy settings: */
3901 /* create default non-null global settings */
3904 /* try to load global settings */
3912 /* Load translation based on the user settings
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h1635 struct ffp_frag_settings settings; member in struct:ffp_frag_desc
1641 void gen_ffp_frag_op(IWineD3DStateBlockImpl *stateblock, struct ffp_frag_settings *settings,
1644 const struct ffp_frag_settings *settings) DECLSPEC_HIDDEN;
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp150 vboxGlobal().settings().setPublicProperty(strKey, strValue);
152 AssertMsgReturnVoid(!!vboxGlobal().settings(), ("Failed to apply global property.\n"));
439 /** Load window settings. */
442 /** Save window settings. */
1135 /* Load settings: */
1517 /* Save settings: */
2097 /* Get restricted global-settings-pages: */
2112 /* Get restricted machine-settings-pages: */
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h5094 PRUnichar * settings
5099 PRUnichar * settings
5104 PRUnichar * settings
H A DVBoxCAPI_v4_1.h5486 PRUnichar * settings
5491 PRUnichar * settings
5496 PRUnichar * settings
H A DVBoxCAPI_v4_2.h6427 PRUnichar * settings
6432 PRUnichar * settings
6437 PRUnichar * settings
H A DVBoxCAPI_v4_3.h6856 PRUnichar * settings
6876 PRUnichar * settings
13180 PRUnichar * settings
13185 PRUnichar * settings
13190 PRUnichar * settings
13369 PRUnichar * settings
13374 PRUnichar * settings
13379 PRUnichar * settings
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dnet80211.c28 #include <ipxe/settings.h>
186 * @defgroup net80211_settings 802.11 settings handlers
191 /** 802.11 settings applicator
229 * normal iPXE method for entering hex settings; an ASCII string of
1513 "settings: %s\n", dev, wlan->essid,
1725 fact for the settings applicator before we clobber
1885 * This acts as a settings applicator; if the user changes netX/ssid,

Completed in 279 milliseconds

123456