Searched refs:BApplication (Results 1 - 25 of 506) sorted by last modified time

1234567891011>>

/haiku/src/tests/kits/interface/
H A DGetMouseTest.cpp64 BApplication app("application/x-vnd.getmousetest");
H A DOutlineListViewTest.cpp275 new BApplication("application/x-vnd.OutlineListView.test");
/haiku/src/kits/tracker/
H A DTracker.cpp245 BApplication(kTrackerSignature),
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp167 class AboutApp : public BApplication {
369 BApplication(kSignature)
388 BApplication::MessageReceived(message);
/haiku/src/bin/desklink/
H A Ddesklink.cpp39 BApplication app(kAppSignature);
/haiku/src/apps/powerstatus/
H A DPowerStatus.cpp31 class PowerStatus : public BApplication {
69 BApplication(kSignature),
/haiku/src/preferences/network/
H A DInterfaceListItem.cpp207 BResources* resources = BApplication::AppResources();
/haiku/src/apps/overlayimage/
H A DOverlayApp.h24 class OverlayApp : public BApplication {
H A DOverlayApp.cpp20 BApplication(kAppSignature)
/haiku/src/apps/people/
H A DPeopleApp.cpp73 BApplication(APP_SIG),
258 BApplication::MessageReceived(message);
H A DPeopleApp.h36 class TPeopleApp : public BApplication {
/haiku/src/apps/mail/
H A DMailWindow.cpp642 BResources* res = BApplication::AppResources();
/haiku/src/apps/debugger/
H A DDebugger.cpp237 class Debugger : public BApplication,
295 BApplication(kDebuggerSignature),
488 BApplication::MessageReceived(message);
572 return BApplication::QuitRequested();
584 BApplication::Quit();
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.cpp121 BApplication::MessageReceived(message);
/haiku/src/apps/magnify/
H A DMagnify.cpp288 : BApplication("application/x-vnd.Haiku-Magnify")
/haiku/src/apps/cortex/RouteApp/
H A DRouteApp.cpp114 BApplication(s_appSignature),
205 // *** BApplication
/haiku/src/tests/servers/app/idle_test/
H A Dtest.cpp7 BApplication app("application/x-vnd.idle-test");
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp343 * rather than the BApplication, so that thousands of files could be
600 /* The BApplication starts processing messages before ReadyToRun finishes,
609 which would happen if the BApplication sent a scripting message to itself. */
1071 * Due to deadlock problems with the BApplication posting scripting messages to
1074 * series of scripting commands sent to the main BApplication. It also prints
1234 /* These are cached copies of the similar values in the BApplication. They
1236 from the BApplication then the polling loop will try to redraw the display.
1282 * at the BApplication data for examining simple things and when redrawing the
1305 * ABSApp is the BApplication class for this program. This handles messages
1314 class ABSApp : public BApplication
[all...]
/haiku/src/add-ons/translators/gif/
H A DGIFTranslator.cpp346 BApplication app("application/x-vnd.Haiku-GIFTranslator");
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp49 BApplication(kAppSig),
204 BApplication::MessageReceived(message);
/haiku/src/apps/deskbar/
H A DBarApp.cpp191 BApplication::QuitRequested();
737 BApplication::MessageReceived(message);
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp71 if (BApplication* app = (BApplication*)cookie) {
694 // if the window has not been created yet, the BApplication
698 BApplication* app = new BApplication(
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp39 BApplication(APP_SIGNATURE),
92 BApplication::MessageReceived(msg);
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp415 BApplication::MessageReceived(msg);
/haiku/src/bin/
H A Dsetvolume.cpp38 BApplication app("application/x-vnd.haiku.setvolume");

Completed in 362 milliseconds

1234567891011>>