Searched refs:ProgressWindow (Results 1 - 9 of 9) sorted by relevance

/haiku/src/apps/showimage/
H A DProgressWindow.h22 class ProgressWindow : public BWindow { class in inherits:BWindow
24 ProgressWindow();
25 virtual ~ProgressWindow();
H A DProgressWindow.cpp7 #include "ProgressWindow.h"
25 #define B_TRANSLATION_CONTEXT "ProgressWindow"
28 ProgressWindow::ProgressWindow() function in class:ProgressWindow
58 ProgressWindow::~ProgressWindow()
65 ProgressWindow::Start(BWindow* referenceWindow, bool center)
96 ProgressWindow::Stop()
109 ProgressWindow::MessageReceived(BMessage* message)
H A DShowImageWindow.h30 class ProgressWindow;
138 ProgressWindow* fProgressWindow;
H A DShowImageWindow.cpp55 #include "ProgressWindow.h"
147 fProgressWindow(new ProgressWindow()),
/haiku/src/apps/sudoku/
H A DProgressWindow.h15 class ProgressWindow : public BWindow { class in inherits:BWindow
17 ProgressWindow(BWindow* referenceWindow, BMessage* abortMessage = NULL);
18 virtual ~ProgressWindow();
H A DProgressWindow.cpp7 #include "ProgressWindow.h"
20 #define B_TRANSLATION_CONTEXT "ProgressWindow"
26 ProgressWindow::ProgressWindow(BWindow* referenceWindow, function in class:ProgressWindow
65 ProgressWindow::~ProgressWindow()
72 ProgressWindow::_Center(BWindow* referenceWindow)
85 ProgressWindow::Start(BWindow* referenceWindow)
104 ProgressWindow::Stop()
117 ProgressWindow
[all...]
H A DSudokuWindow.h17 class ProgressWindow;
43 ProgressWindow* fProgressWindow;
H A DSudokuWindow.cpp26 #include "ProgressWindow.h"
294 fProgressWindow = new ProgressWindow(this,
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp50 class ProgressWindow : public BWindow { class in inherits:BWindow
52 ProgressWindow(const char* message, int32 max,
54 virtual ~ProgressWindow();
95 ProgressWindow::ProgressWindow(const char* message, function in class:ProgressWindow
126 ProgressWindow::~ProgressWindow()
132 ProgressWindow::MessageReceived(BMessage* message)
293 new ProgressWindow(

Completed in 99 milliseconds