Searched defs:UIPopupPaneButtonPane (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupPaneButtonPane.h2 * VBox Qt GUI - UIPopupPaneButtonPane class declaration.
30 class UIPopupPaneButtonPane : public QWidget class in inherits:QWidget
42 UIPopupPaneButtonPane(QWidget *pParent = 0);
H A DUIPopupPaneButtonPane.cpp3 * VBox Qt GUI - UIPopupPaneButtonPane class implementation.
28 # include "UIPopupPaneButtonPane.h"
36 UIPopupPaneButtonPane::UIPopupPaneButtonPane(QWidget *pParent /* = 0*/) function in class:UIPopupPaneButtonPane
45 void UIPopupPaneButtonPane::setButtons(const QMap<int, QString> &buttonDescriptions)
58 void UIPopupPaneButtonPane::sltButtonClicked()
74 void UIPopupPaneButtonPane::prepare()
80 void UIPopupPaneButtonPane::prepareLayouts()
93 void UIPopupPaneButtonPane::prepareButtons()
110 void UIPopupPaneButtonPane
[all...]

Completed in 41 milliseconds