Lines Matching refs:BRoster
20 \brief Provides the app_info struct, the BRoster class and the
35 …This flag only ensures exclusive launches when started via BRoster, launching an application in an…
59 …This flag only ensures exclusive launches when started via BRoster, launching an application in an…
202 \brief Represents the default BRoster.
207 \class BRoster
210 \brief The BRoster class lets you launch apps and keeps track of apps
213 The global #be_roster object represents the default BRoster, while the
221 \fn BRoster::BRoster()
222 \brief Creates a new BRoster and sets up the connection to the roster
232 \fn BRoster::~BRoster()
248 \fn bool BRoster::IsRunning(const char* signature) const
262 \fn bool BRoster::IsRunning(entry_ref* ref) const
275 \fn team_id BRoster::TeamFor(const char* signature) const
291 \fn team_id BRoster::TeamFor(entry_ref* ref) const
308 \fn void BRoster::GetAppList(BList* teamIDList) const
322 \fn void BRoster::GetAppList(const char* signature,
340 \fn status_t BRoster::GetAppInfo(const char* signature,
360 \fn status_t BRoster::GetAppInfo(entry_ref* ref, app_info* info) const
379 \fn status_t BRoster::GetRunningAppInfo(team_id team, app_info* info) const
397 \fn status_t BRoster::GetActiveAppInfo(app_info* info) const
413 \fn status_t BRoster::GetActiveAppInfo(app_info* info) const
429 \fn status_t BRoster::FindApp(const char* mimeType, entry_ref* app) const
475 \fn status_t BRoster::FindApp(entry_ref* ref, entry_ref* app) const
523 \fn status_t BRoster::Broadcast(BMessage* message) const
544 \fn status_t BRoster::Broadcast(BMessage* message, BMessenger replyTo) const
566 \fn status_t BRoster::StartWatching(BMessenger target, uint32 eventMask) const
605 \fn status_t BRoster::StopWatching(BMessenger target) const
620 \fn status_t BRoster::ActivateApp(team_id team) const
634 \fn status_t BRoster::Launch(const char* mimeType,
674 \fn status_t BRoster::Launch(const char* mimeType, BList* messageList,
710 \fn status_t BRoster::Launch(const char* mimeType, int argc,
747 \fn status_t BRoster::Launch(const entry_ref* ref,
793 \fn status_t BRoster::Launch(const entry_ref* ref, const BList* messageList,
836 \fn status_t BRoster::Launch(const entry_ref* ref, int argc,
894 \fn void BRoster::GetRecentDocuments(BMessage* refList, int32 maxCount,
909 \fn void BRoster::GetRecentDocuments(BMessage* refList, int32 maxCount,
926 \fn void BRoster::GetRecentFolders(BMessage* refList, int32 maxCount,
940 \fn void BRoster::GetRecentApps(BMessage* refList, int32 maxCount) const
951 \fn void BRoster::AddToRecentDocuments(const entry_ref* document,
964 \fn void BRoster::AddToRecentFolders(const entry_ref* folder,