Lines Matching defs:decoratorTab

254 	Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
255 if (decoratorTab == NULL)
257 _SetFlags(decoratorTab, flags, updateRegion);
300 Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
301 if (decoratorTab == NULL)
304 _SetLook(decoratorTab, settings, look, updateRect);
359 Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
360 if (decoratorTab == NULL)
362 return decoratorTab->tabRect;
386 Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
387 if (decoratorTab == NULL)
390 if (pressed != decoratorTab->closePressed) {
391 decoratorTab->closePressed = pressed;
409 Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
410 if (decoratorTab == NULL)
413 if (pressed != decoratorTab->minimizePressed) {
414 decoratorTab->minimizePressed = pressed;
431 Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
432 if (decoratorTab == NULL)
435 if (pressed != decoratorTab->zoomPressed) {
436 decoratorTab->zoomPressed = pressed;
450 Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
451 if (decoratorTab == NULL)
454 decoratorTab->title.SetTo(string);
455 _SetTitle(decoratorTab, string, updateRegion);
472 Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
473 if (decoratorTab == NULL)
476 return decoratorTab->title;
493 Decorator::Tab* decoratorTab = _TabAt(tab);
494 if (decoratorTab == NULL)
497 return (float)decoratorTab->tabOffset;
507 Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
508 if (decoratorTab == NULL)
510 if (_SetTabLocation(decoratorTab, location, isShifting, updateRegion)) {
531 Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
532 if (decoratorTab == NULL)
534 decoratorTab->isFocused = active;
535 _SetFocus(decoratorTab);
545 Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
546 if (decoratorTab == NULL)
549 return decoratorTab->isFocused;
907 Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
908 if (decoratorTab == NULL)
910 _DrawTitle(decoratorTab, decoratorTab->tabRect);
920 Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
921 if (decoratorTab == NULL)
924 _DrawClose(decoratorTab, true, decoratorTab->closeRect);
934 Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
935 if (decoratorTab == NULL)
938 _DrawTab(decoratorTab, decoratorTab->minimizeRect);
948 Decorator::Tab* decoratorTab = fTabList.ItemAt(tab);
949 if (decoratorTab == NULL)
951 _DrawZoom(decoratorTab, true, decoratorTab->zoomRect);