Searched refs:master (Results 1 – 9 of 9) sorted by relevance
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()[all …]
129 while (window->master) in ForceValidTabForward()131 window = window->master; in ForceValidTabForward()145 while (window->master); in ForceValidTabForward()189 if (window->master) in ForceValidTabBack()191 window = window->master; in ForceValidTabBack()209 while (window->master); in ForceValidTabBack()
219 if (window->visible && !window->master) in Draw()305 if (!window->visible || window->master) in Update()352 if (window->Active() && !window->master) in Update()489 while (window->master) in BringWindowToFront()490 window = window->master; in BringWindowToFront()
49 $(basename $0) - Extract master archive file into full-padded disc master image
93 $(basename $0) - Create download image from master archive file
487 $(basename $0) - Create master archive file from application RPX501 -u : Include system update partition on master image.504 : Make an add-on content master archive from content files510 : Make a patch master archive from <past_wumad> and the current512 When creating the first patch, use the original disc master515 submitted patch master archive as <past_wumad>.
76 -a = Treat <master_image_file> file as master archive
126 Window* master; member