Searched refs:ScreenshotWindow (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp8 #include "ScreenshotWindow.h"
27 #define B_TRANSLATION_CONTEXT "ScreenshotWindow"
40 ScreenshotWindow::ScreenshotWindow(BWindow* parent, BRect frame, Model* model) function in class:ScreenshotWindow
98 ScreenshotWindow::~ScreenshotWindow()
108 ScreenshotWindow::QuitRequested()
119 ScreenshotWindow::MessageReceived(BMessage* message)
160 ScreenshotWindow::SetOnCloseMessage(
169 ScreenshotWindow
[all...]
H A DScreenshotWindow.h31 class ScreenshotWindow : public BWindow { class in inherits:BWindow
33 ScreenshotWindow(BWindow* parent, BRect frame, Model* model);
34 virtual ~ScreenshotWindow();
H A DMainWindow.h33 class ScreenshotWindow;
158 ScreenshotWindow* fScreenshotWindow;
H A DApp.cpp33 #include "ScreenshotWindow.h"
61 ScreenshotWindow::CleanupIcons();
H A DMainWindow.cpp48 #include "ScreenshotWindow.h"
1443 fScreenshotWindow = new ScreenshotWindow(this, BRect(0, 0, 500, 400), &fModel);
/haiku/src/apps/screenshot/
H A DScreenshotWindow.h32 class ScreenshotWindow : public BWindow { class in inherits:BWindow
34 ScreenshotWindow(const Utility& utility,
36 ~ScreenshotWindow();
H A DScreenshotWindow.cpp15 #include "ScreenshotWindow.h"
50 #define B_TRANSLATION_CONTEXT "ScreenshotWindow"
107 // #pragma mark - ScreenshotWindow
110 ScreenshotWindow::ScreenshotWindow(const Utility& utility, bool silent, function in class:ScreenshotWindow
252 ScreenshotWindow::~ScreenshotWindow()
263 ScreenshotWindow::MessageReceived(BMessage* message)
385 ScreenshotWindow::Quit()
394 ScreenshotWindow
[all...]
H A DScreenshotApp.cpp19 #include "ScreenshotWindow.h"
113 new ScreenshotWindow(*fUtility, fSilent, fClipboard);

Completed in 108 milliseconds