TrackGit
CreateBranchWindow.h
Go to the documentation of this file.
1 
8 #ifndef _CREATE_BRANCH_WINDOW_H_
9 #define _CREATE_BRANCH_WINDOW_H_
10 
11 #include "TrackGitWindow.h"
12 
13 #include <InterfaceKit.h>
14 #include <SupportKit.h>
15 
16 
17 enum {
20 };
21 
22 
30  BTextControl* fBranchText;
34  BCheckBox* fSwitchBranch;
35 public:
36  CreateBranchWindow(BString);
37  virtual void MessageReceived(BMessage*);
38 };
39 
40 #endif
The Create Branch Window class.
BCheckBox * fSwitchBranch
Switch Branch check box.
BTextControl * fBranchText
The Create Branch Text View.
The TrackGit Window class.
virtual void MessageReceived(BMessage *)
Handler to received messages.
Header file of TrackGit window.
CreateBranchWindow(BString)
CreateBranchWindow Constructor.