Symbol: fTabHeight
headers/os/interface/TabView.h
221
float fTabHeight;
src/apps/deskbar/BarView.cpp
162
fTabHeight = tabRect.Height();
src/apps/deskbar/BarView.cpp
171
menuFrame.bottom = menuFrame.top + fTabHeight - 1;
src/apps/deskbar/BarView.cpp
465
height = fTabHeight;
src/apps/deskbar/BarView.cpp
470
height = std::max(fTabHeight,
src/apps/deskbar/BarView.h
171
float TabHeight() const { return fTabHeight; };
src/apps/deskbar/BarView.h
213
float fTabHeight;
src/apps/workspaces/Workspaces.cpp
178
float GetTabHeight() { return fSettings->HasTitle() ? fTabHeight : 0; }
src/apps/workspaces/Workspaces.cpp
185
float fTabHeight;
src/apps/workspaces/Workspaces.cpp
729
fTabHeight = tabFrame.Height();
src/kits/interface/TabView.cpp
1003
rect.right -= fTabHeight;
src/kits/interface/TabView.cpp
1025
const float height = fTabHeight;
src/kits/interface/TabView.cpp
1302
if (fTabHeight == height)
src/kits/interface/TabView.cpp
1305
fTabHeight = height;
src/kits/interface/TabView.cpp
1315
return fTabHeight;
src/kits/interface/TabView.cpp
1413
fTabHeight = ceilf(fh.ascent + fh.descent + fh.leading +
src/kits/interface/TabView.cpp
475
if (archive->FindFloat("_high", &fTabHeight) != B_OK) {
src/kits/interface/TabView.cpp
478
fTabHeight = ceilf(fh.ascent + fh.descent + fh.leading + 8.0f);
src/kits/interface/TabView.cpp
546
result = archive->AddFloat("_high", fTabHeight);
src/kits/interface/TabView.cpp
954
tabFrame.bottom = fTabHeight;
src/kits/interface/TabView.cpp
956
tabFrame.top = tabFrame.bottom - fTabHeight;
src/kits/interface/TabView.cpp
959
tabFrame.right = fTabHeight;
src/kits/interface/TabView.cpp
961
tabFrame.left = tabFrame.right - fTabHeight;
src/kits/interface/TabView.cpp
991
rect.top = fTabHeight;
src/kits/interface/TabView.cpp
995
rect.bottom -= fTabHeight;
src/kits/interface/TabView.cpp
999
rect.left = fTabHeight;