Searched refs:UIPopupStackViewport (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupStackViewport.cpp3 * VBox Qt GUI - UIPopupStackViewport class implementation.
22 # include "UIPopupStackViewport.h"
31 UIPopupStackViewport::UIPopupStackViewport() function in class:UIPopupStackViewport
37 bool UIPopupStackViewport::exists(const QString &strPopupPaneID) const
43 void UIPopupStackViewport::createPopupPane(const QString &strPopupPaneID,
68 void UIPopupStackViewport::updatePopupPane(const QString &strPopupPaneID,
86 void UIPopupStackViewport::recallPopupPane(const QString &strPopupPaneID)
102 void UIPopupStackViewport::sltHandleProposalForWidth(int iWidth)
111 void UIPopupStackViewport
[all...]
H A DUIPopupStackViewport.h2 * VBox Qt GUI - UIPopupStackViewport class declaration.
28 class UIPopupStackViewport : public QWidget class in inherits:QWidget
46 UIPopupStackViewport();
H A DUIPopupStack.h30 class UIPopupStackViewport;
102 UIPopupStackViewport *m_pScrollViewport;
H A DUIPopupStack.cpp31 # include "UIPopupStackViewport.h"
226 m_pScrollViewport = new UIPopupStackViewport;

Completed in 52 milliseconds