TrackGit
Public Member Functions | Protected Attributes | List of all members
TrackGitWindow Class Reference

The TrackGit Window class. More...

#include <TrackGitWindow.h>

Inheritance diagram for TrackGitWindow:
CloneWindow CommitWindow CreateBranchWindow LogWindow PullWindow PushWindow StatusWindow SwitchBranchWindow

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

Detailed Description

The TrackGit Window class.

This provides base for all the command windows.

Definition at line 22 of file TrackGitWindow.h.

Constructor & Destructor Documentation

◆ TrackGitWindow()

TrackGitWindow::TrackGitWindow ( BString  repo,
BRect  frame,
const char *  title,
window_type  type,
int  flags 
)
inline

The TrackGitWindow constructor.

Parameters
repoThe repo/directory where command is called.
titleThe title of Window.
typeThe window type.
flagsAny additional flags.

Definition at line 36 of file TrackGitWindow.h.

Member Function Documentation

◆ Quit()

virtual void TrackGitWindow::Quit ( )
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.

Member Data Documentation

◆ fRepo

BString TrackGitWindow::fRepo
protected

The repo/directory where the command is called.

Definition at line 27 of file TrackGitWindow.h.


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