Searched refs:ExceptionStopConfigView (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DExceptionStopConfigView.cpp5 #include "ExceptionStopConfigView.h"
27 ExceptionStopConfigView::ExceptionStopConfigView(::Team* team, function in class:ExceptionStopConfigView
40 ExceptionStopConfigView::~ExceptionStopConfigView()
45 ExceptionStopConfigView*
46 ExceptionStopConfigView::Create(::Team* team, UserInterfaceListener* listener)
48 ExceptionStopConfigView* self = new ExceptionStopConfigView(
64 ExceptionStopConfigView
[all...]
H A DExceptionStopConfigView.h22 class ExceptionStopConfigView : public BGroupView { class in inherits:BGroupView
24 ExceptionStopConfigView(::Team* team,
27 ~ExceptionStopConfigView();
29 static ExceptionStopConfigView* Create(::Team* team,
H A DTeamSettingsWindow.h13 class ExceptionStopConfigView;
H A DTeamSettingsWindow.cpp12 #include "ExceptionStopConfigView.h"
81 ExceptionStopConfigView* exceptionView = ExceptionStopConfigView::Create(

Completed in 94 milliseconds