Searched refs:BApplication (Results 1 - 25 of 506) sorted by path

1234567891011>>

/haiku/headers/build/os/app/
H A DApplication.h17 class BApplication { class
19 BApplication(const char* signature);
20 BApplication(const char* signature,
22 virtual ~BApplication();
29 extern BApplication* be_app;
/haiku/headers/libs/print/libprint/
H A DAboutBox.h11 class AboutBox : public BApplication {
/haiku/headers/os/app/
H A DApplication.h34 class BApplication : public BLooper { class in inherits:BLooper
36 BApplication(const char* signature);
37 BApplication(const char* signature,
39 virtual ~BApplication();
42 BApplication(BMessage* data);
88 // Register a BLooper to be quit before the BApplication
108 BApplication(const char* signature,
111 BApplication(uint32 signature);
112 BApplication(const BApplication
[all...]
H A DLooper.h111 friend class BApplication;
/haiku/headers/private/app/
H A DApplicationPrivate.h17 class BApplication::Private {
H A DServer.h15 class BServer : public BApplication {
/haiku/headers/private/interface/
H A DPrivateScreen.h21 class BApplication;
/haiku/headers/tools/cppunit/
H A DTestApp.h26 class CPPUNIT_API BTestApp : public BApplication {
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp260 BApplication("application/x-vnd.haiku-authentication_server"),
H A DAuthenticationServer.h11 class AuthenticationServer : public BApplication {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.h20 class NetFSServer : public BApplication, private ClientConnectionListener {
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandFSServer.cpp39 : BApplication(signature),
H A DUserlandFSServer.h21 class UserlandFSServer : public BApplication {
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpApplication.cpp18 class DialUpApplication : public BApplication {
46 : BApplication(kSignature)
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMatic.cpp37 BApplication(ZIPOMATIC_APP_SIG),
100 BApplication::MessageReceived(message);
H A DZipOMatic.h12 class ZipOMatic : public BApplication
/haiku/src/add-ons/translators/exr/
H A Dmain.cpp19 BApplication app("application/x-vnd.Haiku-EXRTranslator");
/haiku/src/add-ons/translators/hvif/
H A DHVIFMain.cpp20 BApplication application("application/x-vnd.Haiku.HVIFTranslator");
/haiku/src/add-ons/translators/icns/
H A Dmain.cpp15 BApplication app("application/x-vnd.Haiku-ICNSTranslator");
/haiku/src/add-ons/translators/ico/
H A Dmain.cpp20 BApplication app("application/x-vnd.Haiku-ICOTranslator");
/haiku/src/add-ons/translators/pcx/
H A Dmain.cpp23 BApplication app("application/x-vnd.Haiku-PCXTranslator");
/haiku/src/add-ons/translators/ppm/
H A DPPMMain.cpp46 BApplication app("application/x-vnd.Haiku-PPMTranslator");
/haiku/src/add-ons/translators/psd/
H A DPSDTranslatorApp.cpp14 BApplication application("application/x-vnd.Haiku-PSDTranslator");
/haiku/src/add-ons/translators/raw/
H A Dmain.cpp34 BApplication app("application/x-vnd.Haiku-RAWTranslator");
/haiku/src/add-ons/translators/rtf/
H A Dmain.cpp63 BApplication app("application/x-vnd.Haiku-RTFTranslator");

Completed in 305 milliseconds

1234567891011>>