TBarApp
TBarApp::ShowPreferencesWindow()
TBarApp::QuitPreferencesWindow()
TBarApp::_CacheTeamIcon(BarTeamInfo* barInfo)
TBarApp::_CacheTeamIcon(BarTeamInfo* barInfo, int32 size)
TBarApp::_CacheWindowIcon(WindowIconCache* winCache)
TBarApp::~TBarApp()
TBarApp::QuitRequested()
TBarApp::SaveSettings()
TBarApp::InitSettings()
TBarApp::MessageReceived(BMessage* message)
TBarApp::RefsReceived(BMessage* refs)
TBarApp::Subscribe(const BMessenger &subscriber, BList* list)
BLocker TBarApp::sSubscriberLock;
BList TBarApp::sBarTeamInfoList;
BList TBarApp::sWindowIconCache;
TBarApp::Unsubscribe(const BMessenger &subscriber)
BList TBarApp::sSubscribers;
TBarApp::FetchTeamIcon(team_id team, int32 size)
TBarApp::FetchWindowIcon(bool local, bool minimized)
TBarApp::AddTeam(team_id team, uint32 flags, const char* sig, entry_ref* ref)
TBarApp app;
TBarApp::RemoveTeam(team_id team)
TBarApp::TBarApp()
TBarApp::ResizeTeamIcons()
TBarApp::TeamIconSize()
class TBarApp : public BServer {
TBarApp();
virtual ~TBarApp();
fBarApp(static_cast<TBarApp*>(be_app)),
width = static_cast<TBarApp*>(be_app)->Settings()->width;
friend class TBarApp;
TBarApp* fBarApp;
class TBarApp;
fBarApp(static_cast<TBarApp*>(be_app)),
class TBarApp;
TBarApp* fBarApp;
TBarApp* app = dynamic_cast<TBarApp*>(be_app);
if (Vertical() && static_cast<TBarApp*>(be_app)->Settings()->superExpando
&& static_cast<TBarApp*>(be_app)->Settings()->superExpando) {
if ((static_cast<TBarApp*>(be_app)->Settings()->hideLabels
if (Vertical() && static_cast<TBarApp*>(be_app)->Settings()->superExpando
TBarApp::Subscribe(self, &fTeamList);
desk_settings* settings = static_cast<TBarApp*>(be_app)->Settings();
desk_settings* settings = static_cast<TBarApp*>(be_app)->Settings();
const int32 iconSize = static_cast<TBarApp*>(be_app)->TeamIconSize();
return static_cast<TBarApp*>(be_app)->Settings()->hideLabels
const int32 iconSize = static_cast<TBarApp*>(be_app)->TeamIconSize();
if (static_cast<TBarApp*>(be_app)->Settings()->hideLabels)
static_cast<TBarApp*>(be_app)->DefaultSettings());
TBarApp* barApp = static_cast<TBarApp*>(be_app);
desk_settings* settings = static_cast<TBarApp*>(be_app)->Settings();
desk_settings* defaults = static_cast<TBarApp*>(be_app)->DefaultSettings();
desk_settings* settings = static_cast<TBarApp*>(be_app)->Settings();
desk_settings* current = static_cast<TBarApp*>(be_app)->Settings();
fSettings = *static_cast<TBarApp*>(be_app)->Settings();
const int32 iconSize = static_cast<TBarApp*>(be_app)->TeamIconSize();
clock_settings* settings = ((TBarApp*)be_app)->ClockSettings();
= std::max(gMinReplicantHeight, (float)static_cast<TBarApp*>(be_app)->TeamIconSize());
clock_settings* clock = ((TBarApp*)be_app)->ClockSettings();
if (!((TBarApp*)be_app)->Settings()->showClock)
width = static_cast<TBarApp*>(be_app)->Settings()->width - gDragWidth - kGutter;
static_cast<TBarApp*>(be_app)->Settings()->showClock = showClock;
TBarApp* app = static_cast<TBarApp*>(be_app);
TBarApp* app = static_cast<TBarApp*>(be_app);
TBarApp::Subscribe(BMessenger(this), &tmpList);
TBarApp::Unsubscribe(self);
TBarApp::Subscribe(self, &teamList);
desk_settings* settings = static_cast<TBarApp*>(be_app)->Settings();
const int32 iconSize = static_cast<TBarApp*>(be_app)->TeamIconSize();
const float iconSize = static_cast<TBarApp*>(be_app)->TeamIconSize();
if (static_cast<TBarApp*>(be_app)->Settings()->hideLabels)
if (static_cast<TBarApp*>(be_app)->Settings()->hideLabels)
*width = static_cast<TBarApp*>(be_app)->Settings()->width;
if (static_cast<TBarApp*>(be_app)->Settings()->hideLabels
if (!static_cast<TBarApp*>(be_app)->Settings()->hideLabels) {
&& static_cast<TBarApp*>(be_app)->Settings()->superExpando
fBarView = static_cast<TBarApp*>(be_app)->BarView();
float appWidth = static_cast<TBarApp*>(be_app)->Settings()->width;
&& static_cast<TBarApp*>(be_app)->BarView()->Vertical()
&& static_cast<TBarApp*>(be_app)->Settings()->superExpando) {
TBarView* barview = (dynamic_cast<TBarApp*>(be_app))->BarView();
TBarView* barview =(static_cast<TBarApp*>(be_app))->BarView();
TBarView* barview = (static_cast<TBarApp*>(be_app))->BarView();
TBarApp* app = static_cast<TBarApp*>(be_app);