Searched refs:PreviewApp (Results 1 – 1 of 1) sorted by relevance
281 class PreviewApp : public BApplication { class283 PreviewApp(const char* sig) : BApplication(sig) { } in PreviewApp() function in PreviewApp287 void PreviewApp::ArgvReceived(int32 argc, char* argv[]) { in ArgvReceived()297 PreviewApp app("application/x-vnd.obos.preview"); in main()