TrackGit
ConflictsWindow.h
Go to the documentation of this file.
1 
8 #ifndef _CONFLICTS_WINDOW_H_
9 #define _CONFLICTS_WINDOW_H_
10 
11 #include <InterfaceKit.h>
12 #include <SupportKit.h>
13 
14 
18 class ConflictsWindow : public BWindow {
22  BTextView* fConflictsTextView;
23 public:
25  void SetText(BString);
26  virtual void MessageReceived(BMessage*);
27 };
28 
29 #endif
ConflictsWindow()
ConflictsWindow Constructor.
BTextView * fConflictsTextView
The Conflicts Text View.
The Conflicts Window class.
virtual void MessageReceived(BMessage *)
Handler to received messages.
void SetText(BString)
Sets Text of the View in Window.