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

The Status Window class. More...

#include <StatusWindow.h>

Inheritance diagram for StatusWindow:
TrackGitWindow

Public Member Functions

 StatusWindow (BString)
 StatusWindow Constructor. More...
 
void AddItem (BString, BString)
 Adds item to the Status list. 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

BListView * fStatusListView
 The Status List View. More...
 

Additional Inherited Members

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

Detailed Description

The Status Window class.

Definition at line 38 of file StatusWindow.h.

Constructor & Destructor Documentation

◆ StatusWindow()

StatusWindow::StatusWindow ( BString  repo)

StatusWindow Constructor.

Parameters
repoThe repo to get status of.

Definition at line 53 of file StatusWindow.cpp.

Member Function Documentation

◆ AddItem()

void StatusWindow::AddItem ( BString  text,
BString  path 
)

Adds item to the Status list.

Parameters
textThe text to be set.
pathThe path of the file.

Definition at line 85 of file StatusWindow.cpp.

◆ MessageReceived()

void StatusWindow::MessageReceived ( BMessage *  msg)
virtual

Handler to received messages.

Parameters
msgThe received message.

Definition at line 99 of file StatusWindow.cpp.

Member Data Documentation

◆ fStatusListView

BListView* StatusWindow::fStatusListView
private

The Status List View.

Definition at line 42 of file StatusWindow.h.


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