Symbol: fOpenPanel
src/apps/icon-o-matic/IconEditorApp.cpp
134
fOpenPanel->SetMessage(&openMessage);
src/apps/icon-o-matic/IconEditorApp.cpp
135
fOpenPanel->Show();
src/apps/icon-o-matic/IconEditorApp.cpp
146
fOpenPanel->SetMessage(&openMessage);
src/apps/icon-o-matic/IconEditorApp.cpp
147
fOpenPanel->Show();
src/apps/icon-o-matic/IconEditorApp.cpp
264
if (fOpenPanel != NULL && fSavePanel != NULL)
src/apps/icon-o-matic/IconEditorApp.cpp
265
_SyncPanels(fOpenPanel, fSavePanel);
src/apps/icon-o-matic/IconEditorApp.cpp
53
fOpenPanel(NULL),
src/apps/icon-o-matic/IconEditorApp.cpp
63
fOpenPanel = new BFilePanel(B_OPEN_PANEL, &messenger, NULL, B_FILE_NODE,
src/apps/icon-o-matic/IconEditorApp.cpp
76
delete fOpenPanel;
src/apps/icon-o-matic/IconEditorApp.h
79
BFilePanel* fOpenPanel;
src/apps/packageinstaller/PackageView.cpp
108
fOpenPanel->SetTarget(BMessenger(this));
src/apps/packageinstaller/PackageView.cpp
168
fOpenPanel->Show();
src/apps/packageinstaller/PackageView.cpp
57
fOpenPanel(new BFilePanel(B_OPEN_PANEL, NULL, NULL, B_DIRECTORY_NODE,
src/apps/packageinstaller/PackageView.cpp
74
delete fOpenPanel;
src/apps/packageinstaller/PackageView.h
78
BFilePanel* fOpenPanel;
src/apps/packageinstaller/UninstallView.cpp
239
fOpenPanel->Show();
src/apps/packageinstaller/UninstallView.h
48
BFilePanel* fOpenPanel;
src/apps/people/PictureView.cpp
124
delete fOpenPanel;
src/apps/people/PictureView.cpp
239
fOpenPanel->SetTarget(BMessenger(this));
src/apps/people/PictureView.cpp
240
fOpenPanel->Show();
src/apps/people/PictureView.h
62
BFilePanel* fOpenPanel;
src/apps/resedit/App.cpp
25
fOpenPanel = new BFilePanel();
src/apps/resedit/App.cpp
31
delete fOpenPanel;
src/apps/resedit/App.cpp
52
if (fOpenPanel->IsShowing())
src/apps/resedit/App.cpp
54
fOpenPanel->Show();
src/apps/resedit/App.h
30
BFilePanel *fOpenPanel;
src/apps/resedit/ResView.cpp
101
delete fOpenPanel;
src/apps/resedit/ResView.cpp
114
fOpenPanel->SetTarget(messenger);
src/apps/resedit/ResView.cpp
179
fOpenPanel->Show();
src/apps/resedit/ResView.cpp
50
fOpenPanel(NULL),
src/apps/resedit/ResView.cpp
89
fOpenPanel = new BFilePanel(B_OPEN_PANEL);
src/apps/resedit/ResView.h
65
BFilePanel *fOpenPanel,
src/apps/showimage/ShowImageApp.cpp
114
fOpenPanel->Show();
src/apps/showimage/ShowImageApp.cpp
38
fOpenPanel(new BFilePanel(B_OPEN_PANEL)),
src/apps/showimage/ShowImageApp.cpp
96
fOpenPanel->Show();
src/apps/showimage/ShowImageApp.h
50
BFilePanel* fOpenPanel;
src/apps/stylededit/StyledEditApp.cpp
100
= dynamic_cast<BMenuBar*>(fOpenPanel->Window()->FindView("MenuBar"));
src/apps/stylededit/StyledEditApp.cpp
148
delete fOpenPanel;
src/apps/stylededit/StyledEditApp.cpp
160
fOpenPanel->Show();
src/apps/stylededit/StyledEditApp.cpp
96
fOpenPanel = new BFilePanel();
src/apps/stylededit/StyledEditApp.h
48
BFilePanel* fOpenPanel;
src/apps/sudoku/SudokuWindow.cpp
282
fOpenPanel = new BFilePanel(B_OPEN_PANEL);
src/apps/sudoku/SudokuWindow.cpp
283
fOpenPanel->SetTarget(this);
src/apps/sudoku/SudokuWindow.cpp
302
delete fOpenPanel;
src/apps/sudoku/SudokuWindow.cpp
444
fOpenPanel->Show();
src/apps/sudoku/SudokuWindow.h
41
BFilePanel* fOpenPanel;
src/preferences/keymap/KeymapWindow.cpp
163
fOpenPanel = new BFilePanel(B_OPEN_PANEL, &messenger, &ref,
src/preferences/keymap/KeymapWindow.cpp
204
delete fOpenPanel;
src/preferences/keymap/KeymapWindow.cpp
258
fOpenPanel->Show();
src/preferences/keymap/KeymapWindow.h
96
BFilePanel* fOpenPanel;
src/preferences/shortcuts/ShortcutsWindow.cpp
112
fOpenPanel(NULL),
src/preferences/shortcuts/ShortcutsWindow.cpp
254
delete fOpenPanel;
src/preferences/shortcuts/ShortcutsWindow.cpp
477
if (fOpenPanel)
src/preferences/shortcuts/ShortcutsWindow.cpp
478
fOpenPanel->Show();
src/preferences/shortcuts/ShortcutsWindow.cpp
481
fOpenPanel = new BFilePanel(B_OPEN_PANEL, &messenger, NULL,
src/preferences/shortcuts/ShortcutsWindow.cpp
483
fOpenPanel->Show();
src/preferences/shortcuts/ShortcutsWindow.cpp
485
fOpenPanel->SetButtonLabel(B_DEFAULT_BUTTON, fLastOpenWasAppend ?
src/preferences/shortcuts/ShortcutsWindow.h
76
BFilePanel* fOpenPanel;