TrackGit
|
The TrackGit Window class. More...
#include <TrackGitWindow.h>
Public Member Functions | |
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... | |
Protected Attributes | |
BString | fRepo |
The repo/directory where the command is called. More... | |
The TrackGit Window class.
This provides base for all the command windows.
Definition at line 22 of file TrackGitWindow.h.
|
inline |
The TrackGitWindow constructor.
repo | The repo/directory where command is called. |
title | The title of Window. |
type | The window type. |
flags | Any additional flags. |
Definition at line 36 of file TrackGitWindow.h.
|
inlinevirtual |
The function to Quit the window.
This function sends a BMessage to TrackGit app to clear this window from it's map.
Definition at line 48 of file TrackGitWindow.h.
|
protected |
The repo/directory where the command is called.
Definition at line 27 of file TrackGitWindow.h.