Symbol: fEditWindow
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
201
BMessenger(fEditWindow).SendMessage(B_QUIT_REQUESTED);
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
245
fEditWindow = NULL;
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
259
if (fEditWindow != NULL) {
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
260
AutoLocker<BWindow> lock(fEditWindow);
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
262
fEditWindow->Activate(true);
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
276
fEditWindow = SignalDispositionEditWindow::Create(fTeam,
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
278
if (fEditWindow != NULL)
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
279
fEditWindow->Show();
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.h
68
SignalDispositionEditWindow* fEditWindow;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1800
fEditWindow(NULL),
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1809
if (fEditWindow != NULL)
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1810
BMessenger(fEditWindow).SendMessage(B_QUIT_REQUESTED);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1931
if (fEditWindow != NULL)
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1932
fEditWindow->Activate();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1952
fEditWindow = NULL;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3439
fEditWindow = VariableEditWindow::Create(value, valueNode, editor,
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3442
fEditWindow = NULL;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3446
fEditWindow->Show();
src/apps/debugger/user_interface/gui/team_window/VariablesView.h
158
VariableEditWindow* fEditWindow;