Searched refs:tabWindowList (Results 1 – 3 of 3) sorted by relevance
24 ASSERT(tabWindowList.size() && "Must have at least one tab!"); in Draw()33 float x = -GetWidth() / 2 + GetWidth() / tabWindowList.size() / 2; in Draw()36 float spacing = GetWidth() / tabWindowList.size(); in Draw()38 float buttonWidth = GetWidth() / tabWindowList.size(); in Draw()42 for (int i = 0; i < tabWindowList.size(); ++i) in Draw()52 …menu->DrawTextCenter(tabWindowList[i]->name, CVec3(x, y, 0.9902), CVec2(buttonWidth, textHeight), … in Draw()57 AttachWindow(tabWindowList[tabWindowSelected]); in Draw()81 ASSERT(tabWindowList.size() && "Must have at least one tab!"); in PreUpdate()89 … tabWindowOver = (menu->CursorX() - this->GetLeft()) / this->GetWidth() * tabWindowList.size(); in PreUpdate()100 AttachWindow(tabWindowList[tabWindowSelected]); in PreUpdate()[all …]
28 std::vector<Window*> tabWindowList; member