/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIAddDiskEncryptionPasswordDialog.h | 59 void sltDataChanged() { revalidate(); } 73 void revalidate();
|
H A D | UIAddDiskEncryptionPasswordDialog.cpp | 532 revalidate(); 615 void UIAddDiskEncryptionPasswordDialog::revalidate() function in class:UIAddDiskEncryptionPasswordDialog
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/ |
H A D | UIGlobalSettingsProxy.cpp | 46 connect(m_pHostEditor, SIGNAL(textEdited(const QString&)), this, SLOT(revalidate())); 47 connect(m_pPortEditor, SIGNAL(textEdited(const QString&)), this, SLOT(revalidate())); 81 revalidate(); 165 revalidate();
|
H A D | UIGlobalSettingsInput.cpp | 143 revalidate(); 237 connect(m_pSelectorModel, SIGNAL(sigRevalidationRequired()), this, SLOT(revalidate())); 238 connect(m_pMachineModel, SIGNAL(sigRevalidationRequired()), this, SLOT(revalidate()));
|
H A D | UIGlobalSettingsNetwork.cpp | 523 revalidate(); 764 revalidate(); 867 revalidate();
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/ |
H A D | UISettingsPage.cpp | 54 void UISettingsPage::revalidate() function in class:UISettingsPage 58 m_pValidator->revalidate();
|
H A D | UISettingsDialog.h | 110 void revalidate(UIPageValidator *pValidator); 111 void revalidate();
|
H A D | UISettingsDialog.cpp | 336 revalidate(pValidator); 337 revalidate(); 389 void UISettingsDialog::revalidate(UIPageValidator *pValidator) function in class:UISettingsDialog 427 void UISettingsDialog::revalidate() function in class:UISettingsDialog 484 revalidate(pValidator); 488 revalidate();
|
H A D | UISettingsPage.h | 157 void revalidate();
|
H A D | UISettingsSerializer.cpp | 122 pPage->revalidate();
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/ |
H A D | UIMachineSettingsParallel.cpp | 158 m_pParent->revalidate(); 175 m_pParent->revalidate(); 181 connect(mLeIRQ, SIGNAL(textChanged(const QString&)), m_pParent, SLOT(revalidate())); 182 connect(mLeIOPort, SIGNAL(textChanged(const QString&)), m_pParent, SLOT(revalidate())); 183 connect(mLePath, SIGNAL(textChanged(const QString&)), m_pParent, SLOT(revalidate())); 273 revalidate();
|
H A D | UIMachineSettingsSerial.cpp | 187 m_pParent->revalidate(); 204 m_pParent->revalidate(); 214 m_pParent->revalidate(); 220 connect(mLeIRQ, SIGNAL(textChanged(const QString&)), m_pParent, SLOT(revalidate())); 221 connect(mLeIOPort, SIGNAL(textChanged(const QString&)), m_pParent, SLOT(revalidate())); 222 connect(mLePath, SIGNAL(textChanged(const QString&)), m_pParent, SLOT(revalidate())); 314 revalidate();
|
H A D | UIMachineSettingsGeneral.cpp | 80 revalidate(); 186 revalidate(); 519 connect(m_pNameAndSystemEditor, SIGNAL(sigOsTypeChanged()), this, SLOT(revalidate())); 520 connect(m_pNameAndSystemEditor, SIGNAL(sigNameChanged(const QString&)), this, SLOT(revalidate())); 565 this, SLOT(revalidate())); 578 this, SLOT(revalidate())); 588 this, SLOT(revalidate())); 598 this, SLOT(revalidate()));
|
H A D | UIMachineSettingsSystem.cpp | 75 revalidate(); 196 revalidate(); 519 revalidate(); 530 revalidate(); 553 revalidate(); 564 revalidate(); 575 revalidate(); 586 revalidate(); 735 connect(m_pComboChipsetType, SIGNAL(currentIndexChanged(int)), this, SLOT(revalidate())); 736 connect(m_pComboPointingHIDType, SIGNAL(currentIndexChanged(int)), this, SLOT(revalidate())); [all...] |
H A D | UIMachineSettingsDisplay.cpp | 80 revalidate(); 185 revalidate(); 529 revalidate(); 540 revalidate(); 557 revalidate(); 574 revalidate(); 847 connect(m_pCheckbox3D, SIGNAL(stateChanged(int)), this, SLOT(revalidate())); 849 connect(m_pCheckbox2DVideo, SIGNAL(stateChanged(int)), this, SLOT(revalidate())); 851 connect(m_pCheckboxRemoteDisplay, SIGNAL(toggled(bool)), this, SLOT(revalidate())); 852 connect(m_pEditorRemoteDisplayPort, SIGNAL(textChanged(const QString&)), this, SLOT(revalidate())); [all...] |
H A D | UIMachineSettingsUSB.cpp | 339 revalidate(); 641 revalidate(); 680 revalidate(); 745 revalidate(); 808 connect(mGbUSB, SIGNAL(stateChanged(int)), this, SLOT(revalidate())); 809 connect(mRbUSB1, SIGNAL(toggled(bool)), this, SLOT(revalidate())); 810 connect(mRbUSB2, SIGNAL(toggled(bool)), this, SLOT(revalidate())); 811 connect(mRbUSB3, SIGNAL(toggled(bool)), this, SLOT(revalidate()));
|
H A D | UIMachineSettingsInterface.cpp | 94 revalidate();
|
H A D | UIMachineSettingsNetwork.cpp | 394 m_pParent->revalidate(); 536 m_pParent->revalidate(); 572 connect(m_pMACEditor, SIGNAL(textEdited(const QString &)), m_pParent, SLOT(revalidate())); 909 revalidate();
|
H A D | UIMachineSettingsStorage.cpp | 2097 revalidate(); 2237 revalidate(); 2492 revalidate(); 2513 revalidate(); 2570 revalidate(); 2651 revalidate(); 2794 revalidate(); 3346 revalidate();
|
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIWidgetValidator.cpp | 160 void UIPageValidator::revalidate() function in class:UIPageValidator
|
H A D | QIWidgetValidator.h | 147 void revalidate();
|
/vbox/src/VBox/Additions/linux/sharedfolders/ |
H A D | dirops.c | 858 .revalidate = sf_inode_revalidate
|
H A D | regops.c | 597 .revalidate = sf_inode_revalidate
|