Searched defs:ImplTabCtrlData (Results 1 – 1 of 1) sorted by relevance
71 struct ImplTabCtrlData struct73 std::hash_map< int, int > maLayoutPageIdToLine;74 std::hash_map< int, int > maLayoutLineToPageId;75 std::vector< Rectangle > maTabRectangles;76 Point maItemsOffset; // offset of the tabitems77 std::vector< ImplTabItem > maItemList;78 ListBox* mpListBox;79 Size maMinSize;
Completed in 27 milliseconds