Symbol: ProgressWindow
src/apps/showimage/ProgressWindow.cpp
109
ProgressWindow::MessageReceived(BMessage* message)
src/apps/showimage/ProgressWindow.cpp
28
ProgressWindow::ProgressWindow()
src/apps/showimage/ProgressWindow.cpp
58
ProgressWindow::~ProgressWindow()
src/apps/showimage/ProgressWindow.cpp
65
ProgressWindow::Start(BWindow* referenceWindow, bool center)
src/apps/showimage/ProgressWindow.cpp
96
ProgressWindow::Stop()
src/apps/showimage/ProgressWindow.h
22
class ProgressWindow : public BWindow {
src/apps/showimage/ProgressWindow.h
24
ProgressWindow();
src/apps/showimage/ProgressWindow.h
25
virtual ~ProgressWindow();
src/apps/showimage/ShowImageWindow.cpp
133
fProgressWindow(new ProgressWindow()),
src/apps/showimage/ShowImageWindow.h
138
ProgressWindow* fProgressWindow;
src/apps/showimage/ShowImageWindow.h
30
class ProgressWindow;
src/apps/sudoku/ProgressWindow.cpp
104
ProgressWindow::Stop()
src/apps/sudoku/ProgressWindow.cpp
117
ProgressWindow::MessageReceived(BMessage *message)
src/apps/sudoku/ProgressWindow.cpp
26
ProgressWindow::ProgressWindow(BWindow* referenceWindow,
src/apps/sudoku/ProgressWindow.cpp
65
ProgressWindow::~ProgressWindow()
src/apps/sudoku/ProgressWindow.cpp
72
ProgressWindow::_Center(BWindow* referenceWindow)
src/apps/sudoku/ProgressWindow.cpp
85
ProgressWindow::Start(BWindow* referenceWindow)
src/apps/sudoku/ProgressWindow.h
15
class ProgressWindow : public BWindow {
src/apps/sudoku/ProgressWindow.h
17
ProgressWindow(BWindow* referenceWindow, BMessage* abortMessage = NULL);
src/apps/sudoku/ProgressWindow.h
18
virtual ~ProgressWindow();
src/apps/sudoku/SudokuWindow.cpp
292
fProgressWindow = new ProgressWindow(this,
src/apps/sudoku/SudokuWindow.h
17
class ProgressWindow;
src/apps/sudoku/SudokuWindow.h
43
ProgressWindow* fProgressWindow;
src/preferences/filetypes/ApplicationTypesWindow.cpp
126
ProgressWindow::~ProgressWindow()
src/preferences/filetypes/ApplicationTypesWindow.cpp
132
ProgressWindow::MessageReceived(BMessage* message)
src/preferences/filetypes/ApplicationTypesWindow.cpp
293
new ProgressWindow(
src/preferences/filetypes/ApplicationTypesWindow.cpp
52
ProgressWindow(const char* message, int32 max,
src/preferences/filetypes/ApplicationTypesWindow.cpp
54
virtual ~ProgressWindow();
src/preferences/filetypes/ApplicationTypesWindow.cpp
95
ProgressWindow::ProgressWindow(const char* message,