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

The Commit Window class. More...

#include <CommitWindow.h>

Inheritance diagram for CommitWindow:
TrackGitWindow

Public Member Functions

 CommitWindow (BString)
 CommitWindow Constructor. 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

BTextView * fCommitTextView
 The Commit Text View. More...
 

Additional Inherited Members

- Protected Attributes inherited from TrackGitWindow
BString fRepo
 The repo/directory where the command is called. More...
 

Detailed Description

The Commit Window class.

Definition at line 26 of file CommitWindow.h.

Constructor & Destructor Documentation

◆ CommitWindow()

CommitWindow::CommitWindow ( BString  repo)

CommitWindow Constructor.

Parameters
repoThe repository to commit to.

Definition at line 21 of file CommitWindow.cpp.

Member Function Documentation

◆ MessageReceived()

void CommitWindow::MessageReceived ( BMessage *  msg)
virtual

Handler to received messages.

Parameters
msgThe received message.

Definition at line 60 of file CommitWindow.cpp.

Member Data Documentation

◆ fCommitTextView

BTextView* CommitWindow::fCommitTextView
private

The Commit Text View.

Definition at line 30 of file CommitWindow.h.


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