Searched refs:InstallerWindow (Results 1 - 5 of 5) sorted by last modified time

/haiku/src/apps/installer/
H A DInstallerWindow.cpp9 #include "InstallerWindow.h"
52 #define B_TRANSLATION_CONTEXT "InstallerWindow"
172 InstallerWindow::InstallerWindow() function in class:InstallerWindow
333 InstallerWindow::~InstallerWindow()
341 InstallerWindow::MessageReceived(BMessage *msg)
590 InstallerWindow::QuitRequested()
657 InstallerWindow::_ShowOptionalPackages()
667 InstallerWindow
[all...]
H A DInstallerApp.cpp53 new InstallerWindow();
70 new InstallerWindow();
H A DInstallerWindow.h39 class InstallerWindow : public BWindow { class in inherits:BWindow
41 InstallerWindow();
42 virtual ~InstallerWindow();
/haiku/src/tests/apps/installer/
H A DCopyEngine.cpp7 #include "InstallerWindow.h"
27 CopyEngine::CopyEngine(InstallerWindow *window)
H A DCopyEngine.h15 class InstallerWindow;
21 CopyEngine(InstallerWindow *window);
31 InstallerWindow *fWindow;

Completed in 41 milliseconds