MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / clearPopups

Method clearPopups

Engine/source/gui/editor/guiPopupMenuCtrl.cpp:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void GuiPopupMenuBackgroundCtrl::clearPopups()
82{
83 for (U32 i = 0; i < mPopups.size(); i++)
84 {
85 mPopups[i]->mTextList->setSelectedCell(Point2I(-1, -1));
86 mPopups[i]->mTextList->mPopup->hidePopup();
87 }
88}
89
90GuiPopupMenuTextListCtrl::GuiPopupMenuTextListCtrl()
91{

Callers 1

showPopupMethod · 0.80

Calls 4

setSelectedCellMethod · 0.80
hidePopupMethod · 0.80
Point2IClass · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected