TrackGit
Public Member Functions | Private Attributes | List of all members
ConflictsWindow Class Reference

The Conflicts Window class. More...

#include <ConflictsWindow.h>

Inheritance diagram for ConflictsWindow:

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...
 

Detailed Description

The Conflicts Window class.

Definition at line 18 of file ConflictsWindow.h.

Constructor & Destructor Documentation

◆ ConflictsWindow()

ConflictsWindow::ConflictsWindow ( )

ConflictsWindow Constructor.

Definition at line 21 of file ConflictsWindow.cpp.

Member Function Documentation

◆ MessageReceived()

void ConflictsWindow::MessageReceived ( BMessage *  msg)
virtual

Handler to received messages.

Parameters
msgThe received message.

Definition at line 65 of file ConflictsWindow.cpp.

◆ SetText()

void ConflictsWindow::SetText ( BString  text)

Sets Text of the View in Window.

Parameters
textThe text to be set.

Definition at line 51 of file ConflictsWindow.cpp.

Member Data Documentation

◆ fConflictsTextView

BTextView* ConflictsWindow::fConflictsTextView
private

The Conflicts Text View.

Definition at line 22 of file ConflictsWindow.h.


The documentation for this class was generated from the following files: