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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIPopupCenter.cpp137 UIPopupStackType &stackType = m_stackTypes[strPopupStackID]; local
140 if (stackType == newStackType)
146 stackType == UIPopupStackType_Separate ? "separate window" : "embedded widget",
148 stackType = newStackType;
373 void UIPopupCenter::assignPopupStackParent(UIPopupStack *pPopupStack, QWidget *pParent, UIPopupStackType stackType) argument
382 switch (stackType)

Completed in 48 milliseconds