Searched refs:fBarApp (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/deskbar/
H A DBarWindow.h98 TBarApp* fBarApp; member in class:TBarWindow
H A DBarWindow.cpp95 fBarApp(static_cast<TBarApp*>(be_app)),
99 desk_settings* settings = fBarApp->Settings();
140 desk_settings* settings = fBarApp->Settings();
161 desk_settings* settings = fBarApp->Settings();
252 bool setToHiddenSize = fBarApp->Settings()->autoHide
264 float oldWidth = fBarApp->Settings()->width;
267 fBarApp->Settings()->width = newWidth;
680 bool setToHiddenSize = fBarApp->Settings()->autoHide
H A DBarView.cpp136 fBarApp(static_cast<TBarApp*>(be_app)),
210 if (fBarApp->Settings()->autoHide && !IsHidden())
337 desk_settings* settings = fBarApp->Settings();
383 desk_settings* settings = fBarApp->Settings();
571 fLeft ? fBarApp->Settings()->width - gDragWidth : 0, 1);
614 expandoFrame.right = fBarApp->Settings()->width;
642 bool setToHiddenSize = fBarApp->Settings()->autoHide && IsHidden()
671 windowWidth = fBarApp->Settings()->width;
739 desk_settings* settings = fBarApp->Settings();
1265 const int32 iconSize = fBarApp
[all...]
H A DBarView.h190 TBarApp* fBarApp; member in class:TBarView

Completed in 99 milliseconds