TrackGit
|
The Status List Item class. More...
#include <StatusWindow.h>
Public Member Functions | |
StatusItem (BString, BString) | |
StatusItem Constructor. More... | |
BString | GetPath () |
Getter for path. More... | |
Private Attributes | |
BString | fText |
The text to be displayed. More... | |
BString | fPath |
The file path of item. More... | |
The Status List Item class.
Definition at line 20 of file StatusWindow.h.
StatusItem::StatusItem | ( | BString | text, |
BString | path | ||
) |
StatusItem Constructor.
text | The text to be displayed. |
path | The path of the file. |
Definition at line 29 of file StatusWindow.cpp.
BString StatusItem::GetPath | ( | ) |
|
private |
The file path of item.
Definition at line 28 of file StatusWindow.h.
|
private |
The text to be displayed.
Definition at line 24 of file StatusWindow.h.