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

The Status List Item class. More...

#include <StatusWindow.h>

Inheritance diagram for StatusItem:

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

Detailed Description

The Status List Item class.

Definition at line 20 of file StatusWindow.h.

Constructor & Destructor Documentation

◆ StatusItem()

StatusItem::StatusItem ( BString  text,
BString  path 
)

StatusItem Constructor.

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

Definition at line 29 of file StatusWindow.cpp.

Member Function Documentation

◆ GetPath()

BString StatusItem::GetPath ( )

Getter for path.

Returns
The path of the file.

Definition at line 43 of file StatusWindow.cpp.

Member Data Documentation

◆ fPath

BString StatusItem::fPath
private

The file path of item.

Definition at line 28 of file StatusWindow.h.

◆ fText

BString StatusItem::fText
private

The text to be displayed.

Definition at line 24 of file StatusWindow.h.


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