| D | demowin.cpp | 55 ComboCustom::ComboCustom(WindowManager* manager, const char* name, const AutoList<int>& start, cons… in ComboCustom() argument 56 : Window(manager, name, CVec2(0, 0), CVec2(1.4, 0.1 + start.count * 0.1)) in ComboCustom() 79 ComboCustom::ComboCustom(WindowManager* manager, const char* name, const AutoList<int>& start, cons… in ComboCustom() argument 80 : Window(manager, name, CVec2(0, 0), CVec2(1.4, 0.1 + start.count * 0.1)) in ComboCustom() 103 ComboCustom::ComboCustom(WindowManager* manager, const char* name, const std::vector<int>& start, c… in ComboCustom() argument 104 : Window(manager, name, CVec2(0, 0), CVec2(1.4, 0.1 + option.size() * 0.1)) in ComboCustom() 163 Window::Window(WindowManager* manager, const char* _name, CVec2 _position, CVec2 _size, CVec2 _maxS… in Window() argument 164 …), offY(0), visible(false), enabled(true), master(NULL), child(NULL), dummyTab(this), manager(NULL) in Window() 173 manager->AddToWindowList(this); in Window() 191 this->manager->RemoveFromWindowList(this); in ~Window() [all …]
|