|
TrackGit
|
The Conflicts Window class. More...
#include <ConflictsWindow.h>
Public Member Functions | |
| ConflictsWindow () | |
| ConflictsWindow Constructor. More... | |
| void | SetText (BString) |
| Sets Text of the View in Window. More... | |
| virtual void | MessageReceived (BMessage *) |
| Handler to received messages. More... | |
Private Attributes | |
| BTextView * | fConflictsTextView |
| The Conflicts Text View. More... | |
The Conflicts Window class.
Definition at line 18 of file ConflictsWindow.h.
| ConflictsWindow::ConflictsWindow | ( | ) |
ConflictsWindow Constructor.
Definition at line 21 of file ConflictsWindow.cpp.
|
virtual |
Handler to received messages.
| msg | The received message. |
Definition at line 65 of file ConflictsWindow.cpp.
| void ConflictsWindow::SetText | ( | BString | text | ) |
Sets Text of the View in Window.
| text | The text to be set. |
Definition at line 51 of file ConflictsWindow.cpp.
|
private |
The Conflicts Text View.
Definition at line 22 of file ConflictsWindow.h.
1.8.14