2 * Copyright 2013-2016, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
5 #ifndef START_TEAM_WINDOW_H
6 #define START_TEAM_WINDOW_H
16 class TargetHostInterface
;
19 class StartTeamWindow
: public BWindow
23 TargetHostInterface
* hostInterface
);
27 static StartTeamWindow
* Create(TargetHostInterface
* hostInterface
);
31 virtual void MessageReceived(BMessage
* message
);
40 BStringView
* fGuideText
;
41 BTextControl
* fTeamTextControl
;
42 BTextControl
* fArgumentsTextControl
;
43 BButton
* fBrowseTeamButton
;
44 BFilePanel
* fBrowseTeamPanel
;
45 BButton
* fStartButton
;
46 BButton
* fCancelButton
;
47 TargetHostInterface
* fTargetHostInterface
;
50 #endif // START_TEAM_WINDOW_H