TrackGit
|
The Create Branch Window class. More...
#include <CreateBranchWindow.h>
Public Member Functions | |
CreateBranchWindow (BString) | |
CreateBranchWindow 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 | |
BTextControl * | fBranchText |
The Create Branch Text View. More... | |
BCheckBox * | fSwitchBranch |
Switch Branch check box. More... | |
Additional Inherited Members | |
Protected Attributes inherited from TrackGitWindow | |
BString | fRepo |
The repo/directory where the command is called. More... | |
The Create Branch Window class.
Definition at line 26 of file CreateBranchWindow.h.
CreateBranchWindow::CreateBranchWindow | ( | BString | repo | ) |
CreateBranchWindow Constructor.
repo | The repository to commit to. |
Definition at line 22 of file CreateBranchWindow.cpp.
|
virtual |
Handler to received messages.
msg | The received message. |
Definition at line 55 of file CreateBranchWindow.cpp.
|
private |
The Create Branch Text View.
Definition at line 30 of file CreateBranchWindow.h.
|
private |
Switch Branch check box.
Definition at line 34 of file CreateBranchWindow.h.