Searched refs:TBarApp (Results 1 - 17 of 17) sorted by relevance

/haiku/src/apps/deskbar/
H A DTruncatableMenuItem.cpp97 && static_cast<TBarApp*>(be_app)->BarView()->Vertical()
98 && static_cast<TBarApp*>(be_app)->Settings()->superExpando) {
H A DBarWindow.h43 class TBarApp;
98 TBarApp* fBarApp;
H A DBarApp.cpp76 BLocker TBarApp::sSubscriberLock;
77 BList TBarApp::sBarTeamInfoList;
78 BList TBarApp::sWindowIconCache;
79 BList TBarApp::sSubscribers;
90 TBarApp app;
97 TBarApp::TBarApp() function in class:TBarApp
155 TBarApp::~TBarApp()
180 TBarApp
[all...]
H A DBarApp.h136 class TBarApp : public BServer { class in inherits:BServer
138 TBarApp();
139 virtual ~TBarApp();
H A DTeamMenuItem.cpp209 const float iconSize = static_cast<TBarApp*>(be_app)->TeamIconSize();
212 if (static_cast<TBarApp*>(be_app)->Settings()->hideLabels)
216 if (static_cast<TBarApp*>(be_app)->Settings()->hideLabels)
224 *width = static_cast<TBarApp*>(be_app)->Settings()->width;
299 if (static_cast<TBarApp*>(be_app)->Settings()->hideLabels
354 if (!static_cast<TBarApp*>(be_app)->Settings()->hideLabels) {
364 && static_cast<TBarApp*>(be_app)->Settings()->superExpando
513 fBarView = static_cast<TBarApp*>(be_app)->BarView();
H A DTeamMenu.cpp89 TBarApp::Subscribe(self, &teamList);
92 desk_settings* settings = static_cast<TBarApp*>(be_app)->Settings();
93 const int32 iconSize = static_cast<TBarApp*>(be_app)->TeamIconSize();
198 TBarApp::Unsubscribe(self);
H A DPreferencesWindow.cpp53 fSettings = *static_cast<TBarApp*>(be_app)->Settings();
274 static_cast<TBarApp*>(be_app)->DefaultSettings());
315 TBarApp* barApp = static_cast<TBarApp*>(be_app);
340 desk_settings* settings = static_cast<TBarApp*>(be_app)->Settings();
341 desk_settings* defaults = static_cast<TBarApp*>(be_app)->DefaultSettings();
365 desk_settings* settings = static_cast<TBarApp*>(be_app)->Settings();
443 desk_settings* current = static_cast<TBarApp*>(be_app)->Settings();
H A DWindowMenu.cpp89 TBarView* barview =(static_cast<TBarApp*>(be_app))->BarView();
227 TBarView* barview = (dynamic_cast<TBarApp*>(be_app))->BarView();
H A DBarView.h68 class TBarApp;
177 friend class TBarApp;
190 TBarApp* fBarApp;
H A DWindowMenuItem.cpp121 TBarView* barview = (static_cast<TBarApp*>(be_app))->BarView();
272 TBarApp* app = static_cast<TBarApp*>(be_app);
H A DExpandoMenuBar.cpp295 if (Vertical() && static_cast<TBarApp*>(be_app)->Settings()->superExpando
342 && static_cast<TBarApp*>(be_app)->Settings()->superExpando) {
367 if ((static_cast<TBarApp*>(be_app)->Settings()->hideLabels
441 if (Vertical() && static_cast<TBarApp*>(be_app)->Settings()->superExpando
459 TBarApp::Subscribe(self, &fTeamList);
461 desk_settings* settings = static_cast<TBarApp*>(be_app)->Settings();
624 desk_settings* settings = static_cast<TBarApp*>(be_app)->Settings();
794 const int32 iconSize = static_cast<TBarApp*>(be_app)->TeamIconSize();
800 return static_cast<TBarApp*>(be_app)->Settings()->hideLabels
810 const int32 iconSize = static_cast<TBarApp*>(be_ap
[all...]
H A DDeskbarMenu.cpp447 TBarApp* app = dynamic_cast<TBarApp*>(be_app);
H A DStatusView.cpp150 float(((TBarApp*)be_app)->TeamIconSize()));
196 clock_settings* clock = ((TBarApp*)be_app)->ClockSettings();
206 if (!((TBarApp*)be_app)->Settings()->showClock)
243 width = static_cast<TBarApp*>(be_app)->Settings()->width
472 static_cast<TBarApp*>(be_app)->Settings()->showClock = showClock;
1192 const int32 iconSize = static_cast<TBarApp*>(be_app)->TeamIconSize();
1348 clock_settings* settings = ((TBarApp*)be_app)->ClockSettings();
H A DTimeView.cpp200 float appWidth = static_cast<TBarApp*>(be_app)->Settings()->width;
H A DBarView.cpp136 fBarApp(static_cast<TBarApp*>(be_app)),
467 width = static_cast<TBarApp*>(be_app)->Settings()->width;
H A DSwitcher.cpp392 TBarApp* app = static_cast<TBarApp*>(be_app);
448 TBarApp::Subscribe(BMessenger(this), &tmpList);
2334 TBarApp* app = static_cast<TBarApp*>(be_app);
H A DBarWindow.cpp95 fBarApp(static_cast<TBarApp*>(be_app)),

Completed in 189 milliseconds