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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIPopupCenter.cpp89 foreach (const QString &strPopupStackID, m_stacks.keys()) argument
91 delete m_stacks[strPopupStackID];
92 m_stacks.remove(strPopupStackID);
102 const QString strPopupStackID(popupStackID(pParent));
103 if (!m_stacks.contains(strPopupStackID))
107 UIPopupStack *pPopupStack = m_stacks[strPopupStackID];
108 assignPopupStackParent(pPopupStack, pParent, m_stackTypes[strPopupStackID]);
118 const QString strPopupStackID(popupStackID(pParent));
119 if (!m_stacks.contains(strPopupStackID))
123 UIPopupStack *pPopupStack = m_stacks[strPopupStackID];
342 sltRemovePopupStack(QString strPopupStackID) argument
[all...]

Completed in 251 milliseconds