Searched defs:pSettingsPage (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsDialog.h106 UISettingsPage* pSettingsPage = 0, int iParentId = -1);
109 virtual void recorrelate(UISettingsPage *pSettingsPage) { Q_UNUSED(pSettingsPage); } argument
H A DUISettingsSerializer.cpp98 UISettingsPage *pSettingsPage = m_pages[iPageId]; local
99 pSettingsPage->setValidatorBlocked(true);
100 pSettingsPage->getFromCache();
101 pSettingsPage->setValidatorBlocked(false);
H A DUISettingsDialog.cpp368 UISettingsPage *pSettingsPage /* = 0 */,
373 cId, strLink, pSettingsPage, iParentId))
382 if (pSettingsPage)
384 pSettingsPage->setId(cId);
385 assignValidator(pSettingsPage);
392 UISettingsPage *pSettingsPage = pValidator->page(); local
394 bool fIsValid = pSettingsPage->validate(messages);
406 const QString strTitlePrefix(m_pSelector->itemTextByPage(pSettingsPage));
475 if (UISettingsPage *pSettingsPage = pValidator->page())
478 const QString strPageName(pSettingsPage
[all...]
H A DUISettingsDialogSpecific.cpp84 UISettingsPage *pSettingsPage = 0; local
90 pSettingsPage = new UIGlobalSettingsGeneral;
92 iPageIndex, "#general", pSettingsPage);
98 pSettingsPage = new UIGlobalSettingsInput;
100 iPageIndex, "#input", pSettingsPage);
107 pSettingsPage = new UIGlobalSettingsUpdate;
109 iPageIndex, "#update", pSettingsPage);
116 pSettingsPage = new UIGlobalSettingsLanguage;
118 iPageIndex, "#language", pSettingsPage);
124 pSettingsPage
336 UISettingsPage *pSettingsPage = 0; local
652 recorrelate(UISettingsPage *pSettingsPage) argument
[all...]

Completed in 73 milliseconds