TestApp
TestApp *app = NULL;
app = new TestApp(signature);
TestApp *app = NULL;
app = new TestApp(signature);
TestApp *app = NULL;
app = new TestApp(signature);
new TestApp;
new TestApp();
TestApp app(numWindows);
TestApp(uint32 numWindows);
virtual ~TestApp();
TestApp::TestApp(uint32 numWindows)
TestApp::~TestApp()
TestApp::_CreateFrames(uint32 numWindows)
TestApp(uint32 testMode);
virtual ~TestApp();
TestApp app(testMode);
TestApp::TestApp(uint32 testMode)
TestApp::~TestApp()
TestApp::ReadyToRun()
TestApp::MessageReceived(BMessage* message)
TestApp::_ThreadStarter(void* data)
return static_cast<TestApp*>(data)->_WindowCreator();
TestApp app(numWindows, testViews);
TestApp(uint32 numWindows, bool views);
virtual ~TestApp();
TestApp::TestApp(uint32 numWindows, bool views)
TestApp::~TestApp()
TestApp::ReadyToRun()
TestApp::_CreateFrames(uint32 numWindows)
TestApp::_WindowCreator()
TestApp* app = new TestApp("application/x-vnd.Haiku-TestApp1");
TestApp app;
TestApp app;
TestApp app;