/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIArrowButtonSwitch.h | 51 virtual void sltButtonClicked();
|
H A D | QIRichToolButton.h | 56 virtual void sltButtonClicked() {} function in class:QIRichToolButton
|
H A D | QIArrowButtonSwitch.cpp | 47 void QIArrowButtonSwitch::sltButtonClicked() function in class:QIArrowButtonSwitch
|
H A D | QIRichToolButton.cpp | 123 connect(m_pButton, SIGNAL(clicked(bool)), this, SLOT(sltButtonClicked()));
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/ |
H A D | UIWizardCloneVMPageBasic2.h | 62 void sltButtonClicked(QAbstractButton *pButton);
|
H A D | UIWizardCloneVMPageBasic2.cpp | 73 connect(m_pButtonGroup, SIGNAL(buttonClicked(QAbstractButton *)), this, SLOT(sltButtonClicked(QAbstractButton *))); 79 void UIWizardCloneVMPageBasic2::sltButtonClicked(QAbstractButton *pButton) function in class:UIWizardCloneVMPageBasic2
|
H A D | UIWizardCloneVMPageExpert.cpp | 101 sltButtonClicked(m_pFullCloneRadio); 106 connect(m_pButtonGroup, SIGNAL(buttonClicked(QAbstractButton *)), this, SLOT(sltButtonClicked(QAbstractButton *))); 117 void UIWizardCloneVMPageExpert::sltButtonClicked(QAbstractButton *pButton) function in class:UIWizardCloneVMPageExpert
|
H A D | UIWizardCloneVMPageExpert.h | 48 void sltButtonClicked(QAbstractButton *pButton);
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIPopupPaneButtonPane.h | 52 void sltButtonClicked();
|
H A D | UIPopupPaneButtonPane.cpp | 58 void UIPopupPaneButtonPane::sltButtonClicked() function in class:UIPopupPaneButtonPane 102 connect(pButton, SIGNAL(clicked(bool)), this, SLOT(sltButtonClicked()));
|
H A D | UIPopupPane.h | 95 void sltButtonClicked(int iButtonID);
|
H A D | UIPopupPane.cpp | 189 void UIPopupPane::sltButtonClicked(int iButtonID) function in class:UIPopupPane 233 connect(m_pButtonPane, SIGNAL(sigButtonClicked(int)), this, SLOT(sltButtonClicked(int)));
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/graphics/ |
H A D | UIGraphicsRotatorButton.h | 75 void sltButtonClicked();
|
H A D | UIGraphicsRotatorButton.cpp | 122 disconnect(this, SIGNAL(sigButtonClicked()), this, SLOT(sltButtonClicked())); 126 connect(this, SIGNAL(sigButtonClicked()), this, SLOT(sltButtonClicked())); 184 void UIGraphicsRotatorButton::sltButtonClicked() function in class:UIGraphicsRotatorButton
|