TrackGit
CommitWindow.h
Go to the documentation of this file.
1 
8 #ifndef _COMMIT_WINDOW_H_
9 #define _COMMIT_WINDOW_H_
10 
11 #include "TrackGitWindow.h"
12 
13 #include <InterfaceKit.h>
14 #include <SupportKit.h>
15 
16 
17 enum {
20 };
21 
22 
26 class CommitWindow : public TrackGitWindow {
30  BTextView* fCommitTextView;
31 public:
32  CommitWindow(BString);
33  virtual void MessageReceived(BMessage*);
34 };
35 
36 #endif
virtual void MessageReceived(BMessage *)
Handler to received messages.
CommitWindow(BString)
CommitWindow Constructor.
The Commit Window class.
Definition: CommitWindow.h:26
BTextView * fCommitTextView
The Commit Text View.
Definition: CommitWindow.h:30
The TrackGit Window class.
Header file of TrackGit window.