Symbol: fTabHeight
headers/os/interface/TabView.h
221
float fTabHeight;
src/apps/deskbar/BarView.cpp
166
fTabHeight = tabRect.Height();
src/apps/deskbar/BarView.cpp
175
menuFrame.bottom = menuFrame.top + fTabHeight - 1;
src/apps/deskbar/BarView.cpp
469
height = fTabHeight;
src/apps/deskbar/BarView.cpp
474
height = std::max(fTabHeight,
src/apps/deskbar/BarView.h
174
float TabHeight() const { return fTabHeight; };
src/apps/deskbar/BarView.h
221
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
731
fTabHeight = tabFrame.Height();
src/kits/interface/TabView.cpp
1019
const float height = fTabHeight;
src/kits/interface/TabView.cpp
1296
if (fTabHeight == height)
src/kits/interface/TabView.cpp
1299
fTabHeight = height;
src/kits/interface/TabView.cpp
1309
return fTabHeight;
src/kits/interface/TabView.cpp
1407
fTabHeight = ceilf(fh.ascent + fh.descent + fh.leading +
src/kits/interface/TabView.cpp
469
if (archive->FindFloat("_high", &fTabHeight) != B_OK) {
src/kits/interface/TabView.cpp
472
fTabHeight = ceilf(fh.ascent + fh.descent + fh.leading + 8.0f);
src/kits/interface/TabView.cpp
540
result = archive->AddFloat("_high", fTabHeight);
src/kits/interface/TabView.cpp
948
tabFrame.bottom = fTabHeight;
src/kits/interface/TabView.cpp
950
tabFrame.top = tabFrame.bottom - fTabHeight;
src/kits/interface/TabView.cpp
953
tabFrame.right = fTabHeight;
src/kits/interface/TabView.cpp
955
tabFrame.left = tabFrame.right - fTabHeight;
src/kits/interface/TabView.cpp
985
rect.top = fTabHeight;
src/kits/interface/TabView.cpp
989
rect.bottom -= fTabHeight;
src/kits/interface/TabView.cpp
993
rect.left = fTabHeight;
src/kits/interface/TabView.cpp
997
rect.right -= fTabHeight;