Searched refs:triggered (Results 26 - 38 of 38) sorted by relevance

12

/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQILabel.cpp256 connect (mCopyAction, SIGNAL (triggered()), this, SLOT (copy()));
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMenuBarEditorWindow.cpp121 /* Depending on triggered action class: */
413 connect(pCopiedMenuAction, SIGNAL(triggered(bool)), this, SLOT(sltHandleMenuBarMenuClick()));
457 connect(pCopiedMenuAction, SIGNAL(triggered(bool)), this, SLOT(sltHandleMenuBarMenuClick()));
477 connect(pCopiedAction, SIGNAL(triggered(bool)), this, SLOT(sltHandleMenuBarMenuClick()));
494 connect(pCopiedAction, SIGNAL(triggered(bool)), this, SLOT(sltHandleMenuBarMenuClick()));
H A DUIActionPoolRuntime.cpp2584 connect(pActionGroup, SIGNAL(triggered(QAction*)),
2662 connect(pActionGroup, SIGNAL(triggered(QAction*)),
2701 connect(pActionGroup, SIGNAL(triggered(QAction*)),
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUIVMDesktop.cpp214 connect(m_pRefreshButton, SIGNAL(clicked()), m_pRefreshAction, SIGNAL(triggered()));
/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.cpp2767 connect(m_pExpandAct, SIGNAL(triggered(bool)), this, SLOT(actExpand()));
2768 connect(m_pCollapseAct, SIGNAL(triggered(bool)), this, SLOT(actCollapse()));
2769 connect(m_pRefreshAct, SIGNAL(triggered(bool)), this, SLOT(actRefresh()));
2770 connect(m_pResetAct, SIGNAL(triggered(bool)), this, SLOT(actReset()));
2771 connect(m_pCopyAct, SIGNAL(triggered(bool)), this, SLOT(actCopy()));
2772 connect(m_pToLogAct, SIGNAL(triggered(bool)), this, SLOT(actToLog()));
2773 connect(m_pToRelLogAct, SIGNAL(triggered(bool)), this, SLOT(actToRelLog()));
2774 connect(m_pAdjColumns, SIGNAL(triggered(bool)), this, SLOT(actAdjColumns()));
3121 connect(m_pFocusToPat, SIGNAL(triggered(bool)), this, SLOT(actFocusToPat()));
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSF.cpp203 connect (mNewAction, SIGNAL (triggered (bool)), this, SLOT (addTriggered()));
204 connect (mEdtAction, SIGNAL (triggered (bool)), this, SLOT (edtTriggered()));
205 connect (mDelAction, SIGNAL (triggered (bool)), this, SLOT (delTriggered()));
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPortForwardingTable.cpp606 connect(m_pAddAction, SIGNAL(triggered(bool)), this, SLOT(sltAddRule()));
614 connect(m_pCopyAction, SIGNAL(triggered(bool)), this, SLOT(sltCopyRule()));
622 connect(m_pDelAction, SIGNAL(triggered(bool)), this, SLOT(sltDelRule()));
H A DVBoxFilePathSelectorWidget.cpp102 connect (mCopyAction, SIGNAL (triggered (bool)), this, SLOT (copyToClipboard()));
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumManager.cpp1031 connect(m_pActionCopy, SIGNAL(triggered()), this, SLOT(sltCopyMedium()));
1040 connect(m_pActionModify, SIGNAL(triggered()), this, SLOT(sltModifyMedium()));
1049 connect(m_pActionRemove, SIGNAL(triggered()), this, SLOT(sltRemoveMedium()));
1058 connect(m_pActionRelease, SIGNAL(triggered()), this, SLOT(sltReleaseMedium()));
1067 connect(m_pActionRefresh, SIGNAL(triggered()), this, SLOT(sltRefreshAll()));
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-triple-fault-1.asm65 ; Did we get here from a reboot triggered below?
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DVBoxSettingsSelector.cpp394 connect (mActionGroup, SIGNAL (triggered (QAction*)),
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp1179 connect(m_pActionAdd, SIGNAL(triggered(bool)), this, SLOT(sltAdd()));
1189 connect(m_pActionDel, SIGNAL(triggered(bool)), this, SLOT(sltDel()));
1203 connect(m_pActionLoad, SIGNAL(triggered(bool)), this, SLOT(sltLoad()));
1213 connect(m_pActionSave, SIGNAL(triggered(bool)), this, SLOT(sltSave()));
/vbox/src/VBox/VMM/testcase/
H A DtstX86-1A.asm2359 ; Turns out the number is loaded onto the stack even if an exception is triggered.

Completed in 109 milliseconds

12