|
TrackGit
|
The Status Window class. More...
#include <StatusWindow.h>
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... | |
The Status Window class.
Definition at line 38 of file StatusWindow.h.
| StatusWindow::StatusWindow | ( | BString | repo | ) |
StatusWindow Constructor.
| repo | The repo to get status of. |
Definition at line 53 of file StatusWindow.cpp.
| void StatusWindow::AddItem | ( | BString | text, |
| BString | path | ||
| ) |
Adds item to the Status list.
| text | The text to be set. |
| path | The path of the file. |
Definition at line 85 of file StatusWindow.cpp.
|
virtual |
Handler to received messages.
| msg | The received message. |
Definition at line 99 of file StatusWindow.cpp.
|
private |
The Status List View.
Definition at line 42 of file StatusWindow.h.
1.8.14