TrackGit
|
The Commit Window class. More...
#include <CommitWindow.h>
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... | |
The Commit Window class.
Definition at line 26 of file CommitWindow.h.
CommitWindow::CommitWindow | ( | BString | repo | ) |
CommitWindow Constructor.
repo | The repository to commit to. |
Definition at line 21 of file CommitWindow.cpp.
|
virtual |
Handler to received messages.
msg | The received message. |
Definition at line 60 of file CommitWindow.cpp.
|
private |
The Commit Text View.
Definition at line 30 of file CommitWindow.h.