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

The Log Window class. More...

#include <LogWindow.h>

Inheritance diagram for LogWindow:
TrackGitWindow

Public Member Functions

 LogWindow (BString)
 LogWindow Constructor. More...
 
void SetText (BString)
 Sets Text of the View in Window. More...
 
virtual void MessageReceived (BMessage *)
 Handler to received messages. More...
 
- Public Member Functions inherited from TrackGitWindow
 TrackGitWindow (BString repo, BRect frame, const char *title, window_type type, int flags)
 The TrackGitWindow constructor. More...
 
virtual void Quit ()
 The function to Quit the window. More...
 

Private Attributes

BTextView * fLogTextView
 The Log Text View. More...
 

Additional Inherited Members

- Protected Attributes inherited from TrackGitWindow
BString fRepo
 The repo/directory where the command is called. More...
 

Detailed Description

The Log Window class.

Definition at line 20 of file LogWindow.h.

Constructor & Destructor Documentation

◆ LogWindow()

LogWindow::LogWindow ( BString  repo)

LogWindow Constructor.

Parameters
repoThe repo to get log of.

Definition at line 27 of file LogWindow.cpp.

Member Function Documentation

◆ MessageReceived()

void LogWindow::MessageReceived ( BMessage *  msg)
virtual

Handler to received messages.

Parameters
msgThe received message.

Definition at line 72 of file LogWindow.cpp.

◆ SetText()

void LogWindow::SetText ( BString  text)

Sets Text of the View in Window.

Parameters
textThe text to be set.

Definition at line 58 of file LogWindow.cpp.

Member Data Documentation

◆ fLogTextView

BTextView* LogWindow::fLogTextView
private

The Log Text View.

Definition at line 24 of file LogWindow.h.


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