Searched refs:MainApp (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/tv/
H A DMainApp.h31 class MainApp : public BApplication class in inherits:BApplication
34 MainApp();
35 ~MainApp();
43 extern MainApp *gMainApp;
H A DMainApp.cpp32 #include "MainApp.h"
37 #define B_TRANSLATION_CONTEXT "MainApp"
40 MainApp *gMainApp;
44 MainApp::MainApp() function in class:MainApp
56 MainApp::~MainApp()
63 MainApp::InitPrefs()
70 MainApp::NewWindow()
87 gMainApp = new MainApp;
[all...]
/haiku/src/apps/mediaplayer/
H A DMainApp.h2 * MainApp.h - Media Player for the Haiku Operating System
50 class MainApp : public BApplication { class in inherits:BApplication
52 MainApp();
53 virtual ~MainApp();
102 extern MainApp* gMainApp;
H A DMainApp.cpp2 * MainApp.cpp - Media Player for the Haiku Operating System
11 #include "MainApp.h"
43 MainApp* gMainApp;
46 MainApp::MainApp() function in class:MainApp
79 MainApp::~MainApp()
87 MainApp::QuitRequested()
124 MainApp::NewWindow(BMessage* message)
133 MainApp
[all...]

Completed in 44 milliseconds