Lines Matching refs:master
164 …ll(_canKill), deleteFlag(false), offY(0), visible(false), enabled(true), master(NULL), child(NULL)… in Window()
198 if (this->master) in GetOffY()
199 return this->master->GetOffY(); in GetOffY()
208 if (this->master) in GetTop()
209 return this->master->GetTop(); in GetTop()
218 if (this->master) in GetWidth()
219 return this->master->GetWidth(); in GetWidth()
239 if (this->master) in GetHeight()
240 return this->master->GetHeight(); in GetHeight()
258 if (this->master) in GetMaxHeight()
259 return this->master->GetMaxHeight(); in GetMaxHeight()
277 if (!this->master) in GetMaster()
280 return this->master->GetMaster(); in GetMaster()
318 if (this->master) in Hide()
319 this->master->DetachWindow(); in Hide()
420 if (window->master) in AttachWindow()
421 window->master->DetachWindow(); in AttachWindow()
424 window->master = this; in AttachWindow()
434 this->child->master = NULL; in DetachWindow()
439 Window* master = this; in DetachWindow() local
440 while (master->master) in DetachWindow()
441 master = master->master; in DetachWindow()
442 master->offY = 0; in DetachWindow()