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

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupPaneTextPane.cpp96 void UIPopupPaneTextPane::sltHandleProposalForWidth(int iWidth) function in class:UIPopupPaneTextPane
H A DUIPopupStackViewport.cpp60 connect(this, SIGNAL(sigProposePopupPaneWidth(int)), pPopupPane, SLOT(sltHandleProposalForWidth(int)));
102 void UIPopupStackViewport::sltHandleProposalForWidth(int iWidth) function in class:UIPopupStackViewport
H A DUIPopupPane.cpp131 void UIPopupPane::sltHandleProposalForWidth(int iWidth) function in class:UIPopupPane
224 connect(this, SIGNAL(sigProposeTextPaneWidth(int)), m_pTextPane, SLOT(sltHandleProposalForWidth(int)));

Completed in 45 milliseconds