Searched refs:setEnabled (Results 51 - 70 of 70) sorted by relevance

123

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DUICocoaSpecialControls.mm424 void UICocoaSegmentedButton::setEnabled(int iSegment, bool fEnabled)
426 [[nativeRef() cell] setEnabled: fEnabled forSegment: iSegment];
H A DUIWindowMenuManager.cpp104 m_pMinimizeAction->setEnabled(pActive != 0);
/vbox/src/VBox/Main/src-server/
H A DAudioAdapterImpl.cpp215 HRESULT AudioAdapter::setEnabled(BOOL aEnabled) function in class:AudioAdapter
H A DParallelPortImpl.cpp206 HRESULT ParallelPort::setEnabled(BOOL aEnabled) function in class:ParallelPort
H A DSerialPortImpl.cpp188 HRESULT SerialPort::setEnabled(BOOL aEnabled) function in class:SerialPort
H A DDHCPServerImpl.cpp202 HRESULT DHCPServer::setEnabled(BOOL aEnabled) function in class:DHCPServer
H A DVRDEServerImpl.cpp258 HRESULT VRDEServer::setEnabled(BOOL aEnabled) function in class:VRDEServer
H A DNATNetworkImpl.cpp306 HRESULT NATNetwork::setEnabled(const BOOL aEnabled) function in class:NATNetwork
H A DNetworkAdapterImpl.cpp293 HRESULT NetworkAdapter::setEnabled(BOOL aEnabled) function in class:NetworkAdapter
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsExtension.cpp289 //m_pActionAdd->setEnabled(true);
290 m_pActionRemove->setEnabled(pCurrentItem);
H A DUIGlobalSettingsLanguage.cpp368 m_pLanguageInfo->setEnabled(fEnabled);
H A DUIGlobalSettingsNetwork.cpp876 m_pActionDelNetworkNAT->setEnabled(pItem);
877 m_pActionEditNetworkNAT->setEnabled(pItem);
885 m_pActionDelNetworkHost->setEnabled(pItem);
886 m_pActionEditNetworkHost->setEnabled(pItem);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIAddDiskEncryptionPasswordDialog.cpp619 m_pButtonBox->button(QDialogButtonBox::Ok)->setEnabled(m_pTableEncryptionData->isValid());
H A DUISession.cpp1351 pActionMenuBarSettings->setEnabled(fEnabled);
1365 pActionStatusBarSettings->setEnabled(fEnabled);
H A DUIActionPoolRuntime.cpp2626 pToggleAction->setEnabled(uisession()->isGuestSupportsGraphics());
2650 pAction->setEnabled(uisession()->isGuestSupportsGraphics() && fScreenEnabled);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsDialog.cpp469 m_pButtonBox->button(QDialogButtonBox::Ok)->setEnabled(m_fValid);
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPortForwardingTable.cpp773 m_pCopyAction->setEnabled(m_pTableView->currentIndex().isValid() && fTableOrChildFocused);
774 m_pDelAction->setEnabled(m_pTableView->currentIndex().isValid() && fTableOrChildFocused);
/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.cpp2908 m_pRefreshAct->setEnabled(!Idx.isValid() || Idx == m_pModel->getRootIndex());
2917 m_pRefreshAct->setEnabled(true);
2931 m_pRefreshAct->setEnabled(true);
2940 m_pRefreshAct->setEnabled(true);
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp896 pButtonBox->button(QDialogButtonBox::Ok)->setEnabled(pValidatorGroup->result());
899 pButtonBox->button(QDialogButtonBox::Ok), SLOT(setEnabled(bool)));
1568 m_pActionAdd->setEnabled(fChooserHasSelection);
1569 m_pActionDel->setEnabled(fChooserHasSelection && fDataHasSelection);
1570 m_pActionLoad->setEnabled(fChooserHasSelection);
1571 m_pActionSave->setEnabled(fChooserHasSelection);
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp1894 pActionUnmountMedium->setEnabled(!currentMedium.isNull());

Completed in 118 milliseconds

123