TrackGit
SwitchBranchWindow.h
Go to the documentation of this file.
1 
8 #ifndef _SWITCH_BRANCH_WINDOW_H_
9 #define _SWITCH_BRANCH_WINDOW_H_
10 
11 #include "TrackGitWindow.h"
12 
13 #include <InterfaceKit.h>
14 #include <SupportKit.h>
15 
16 enum {
20 };
21 
22 
30  BPopUpMenu* fSwitchMenu;
34  BString fSelectedBranch;
35 public:
36  SwitchBranchWindow(BString);
37  virtual void MessageReceived(BMessage*);
38 };
39 
40 #endif
BString fSelectedBranch
The branch to be switched to.
The Switch Branch Window class.
SwitchBranchWindow(BString)
SwitchBranchWindow Constructor.
virtual void MessageReceived(BMessage *)
Handler to received messages.
BPopUpMenu * fSwitchMenu
The Switch Branch pop up menu.
The TrackGit Window class.
Header file of TrackGit window.