127 Menu* ret =
new Menu;
128 ret->_bgMenu = bg_menu;
129 ret->_panelMenu = panel_menu;
130 ret->_locMenu = loc_menu;
131 ret->_bgCombox = bg_combox;
132 ret->_panelBtn = panel_btn;
133 ret->_locButton = loc_btn;
152 return _panel->IsPickup();
188 _panel->SetSize(size);
189 _cptElemData._size = size;
242 std::vector<Panel*> _allButton;
255 void _delete_this() {
delete this; }
259 _cptDeleteThis = std::bind(&Menu::_delete_this,
this);
260 _cptSetOrder = std::bind(&
Menu::SetOrder,
this, std::placeholders::_1);
279 void _make_child_list(
const std::vector<MenuNode>& vec,
280 UI::Panel* parent,
const std::string& name_perfix);