Searched refs:App (Results 1 - 25 of 38) sorted by relevance

12

/haiku/src/apps/haiku3d/
H A DApp.cpp10 #include "App.h"
15 App::App() function in class:App
23 App::~App()
29 App::ReadyToRun()
39 App::QuitRequested()
48 App app;
H A DApp.h15 class App : public BApplication { class in inherits:BApplication
17 App();
18 virtual ~App();
/haiku/src/apps/haikudepot/
H A Dmain.cpp9 #include "App.h"
15 App().Run();
/haiku/src/apps/resedit/
H A DApp.cpp8 #include "App.h"
16 App app;
22 App::App(void) function in class:App
29 App::~App(void)
36 App::ReadyToRun(void)
47 App::MessageReceived(BMessage *msg)
64 App::ArgvReceived(int32 argc, char** argv)
77 App
[all...]
H A DApp.h19 class App : public BApplication class in inherits:BApplication
22 App(void);
23 ~App(void);
/haiku/src/tests/kits/interface/
H A DWidthBufferTest.cpp16 class App : public BApplication { class in inherits:BApplication
18 App();
19 ~App();
34 App app;
40 App::App() function in class:App
44 fThread = spawn_thread(App::_thread, "widthbuffer tester",
50 App::ReadyToRun()
56 App::~App()
[all...]
H A DChannelSliderTest.cpp71 class App : public BApplication { class in inherits:BApplication
73 App() : BApplication("application/x-vnd.channelslidertest") function in class:App
86 App app;
/haiku/src/apps/launchbox/
H A Dmain.cpp12 #include "App.h"
17 new App();
H A DApp.cpp6 #include "App.h"
25 App::App() function in class:App
36 App::~App()
42 App::QuitRequested()
50 App::ReadyToRun()
89 App::MessageReceived(BMessage* message)
121 App::Pulse()
128 App
[all...]
H A DApp.h17 class App : public BApplication { class in inherits:BApplication
19 App();
20 virtual ~App();
/haiku/src/apps/cortex/AddOnHost/
H A DAddOnHostApp.h56 class App : public BApplication { class in namespace:addon_host
60 ~App();
61 App();
H A DAddOnHostApp.cpp52 App::App() function in class:App
58 App::~App()
64 App::QuitRequested()
71 App::MessageReceived(BMessage* message)
87 "!!! App::MessageReceived(M_INSTANTIATE):\n"
93 "* App::MessageReceived(M_INSTANTIATE):\n"
133 "!!! App::MessageReceived(M_RELEASE):\n"
139 "* App
[all...]
/haiku/src/apps/diskusage/
H A DApp.h18 class App: public BApplication { class in inherits:BApplication
20 App();
21 virtual ~App();
H A DDiskUsage.cpp7 #include "App.h"
24 App app;
H A DApp.cpp11 #include "App.h"
25 App::App() function in class:App
34 App::~App()
41 App::ArgvReceived(int32 argc, char** argv)
56 App::RefsReceived(BMessage* message)
75 App::ReadyToRun()
106 App::QuitRequested()
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBApp.h22 class App : public BApplication { class in inherits:BApplication
25 App();
28 #define my_app ((App*)be_app)
H A DBBApp.cpp95 App::App() : BApplication("application/x-vnd.obos.BezierBounds") { function in class:App
105 App app;
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DLPBApp.h22 class App : public BApplication { class in inherits:BApplication
25 App();
28 #define my_app ((App*)be_app)
H A DLPBApp.cpp95 App::App() : BApplication("application/x-vnd.obos.LinePathBuilder") { function in class:App
105 App app;
/haiku/src/tests/apps/terminal_replicant/
H A Dmain.cpp16 class App : public BApplication { class in inherits:BApplication
18 App();
33 App app;
39 // App
40 App::App() function in class:App
/haiku/src/tests/kits/app/bmessenger/
H A DForwardMessageTest.cpp31 class App : public BApplication class in inherits:BApplication
34 App() : BApplication("application/test") { function in class:App
54 App().Run();
/haiku/src/apps/haikudepot/ui/
H A DApp.h17 class App : public BApplication { class in inherits:BApplication
19 App();
20 virtual ~App();
H A DApp.cpp8 #include "App.h"
38 #define B_TRANSLATION_CONTEXT "App"
41 App::App() function in class:App
54 App::~App()
66 App::QuitRequested()
83 App::ReadyToRun()
104 App::IsFirstRun()
111 App
[all...]
/haiku/src/tests/kits/media/notificationtest/
H A Dmain.cpp100 class App : public BApplication class in inherits:BApplication
103 App(const char *sig);
108 App::App(const char *sig) function in class:App
114 App::ReadyToRun()
126 App::MessageReceived(BMessage *msg)
212 App app("application/x-vnd.OpenBeOS-NotificationTest");
/haiku/src/servers/registrar/
H A DRegistrar.h56 static Registrar *App();

Completed in 95 milliseconds

12