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

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupStack.h2 * VBox Qt GUI - UIPopupStack class declaration.
33 class UIPopupStack : public QWidget class in inherits:QWidget
51 UIPopupStack(const QString &strID, UIPopupStackOrientation orientation);
H A DUIPopupStack.cpp3 * VBox Qt GUI - UIPopupStack class implementation.
30 # include "UIPopupStack.h"
36 UIPopupStack::UIPopupStack(const QString &strID, UIPopupStackOrientation orientation) function in class:UIPopupStack
48 bool UIPopupStack::exists(const QString &strPopupPaneID) const
54 void UIPopupStack::createPopupPane(const QString &strPopupPaneID,
67 void UIPopupStack::updatePopupPane(const QString &strPopupPaneID,
75 void UIPopupStack::recallPopupPane(const QString &strPopupPaneID)
81 void UIPopupStack::setOrientation(UIPopupStackOrientation orientation)
92 void UIPopupStack
[all...]

Completed in 41 milliseconds