|
TrackGit
|
The Switch Branch Window class. More...
#include <SwitchBranchWindow.h>
Public Member Functions | |
| SwitchBranchWindow (BString) | |
| SwitchBranchWindow 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 | |
| BPopUpMenu * | fSwitchMenu |
| The Switch Branch pop up menu. More... | |
| BString | fSelectedBranch |
| The branch to be switched to. More... | |
Additional Inherited Members | |
Protected Attributes inherited from TrackGitWindow | |
| BString | fRepo |
| The repo/directory where the command is called. More... | |
The Switch Branch Window class.
Definition at line 26 of file SwitchBranchWindow.h.
| SwitchBranchWindow::SwitchBranchWindow | ( | BString | repo | ) |
SwitchBranchWindow Constructor.
| repo | The repository to commit to. |
Definition at line 23 of file SwitchBranchWindow.cpp.
|
virtual |
Handler to received messages.
| msg | The received message. |
Definition at line 76 of file SwitchBranchWindow.cpp.
|
private |
The branch to be switched to.
Definition at line 34 of file SwitchBranchWindow.h.
|
private |
The Switch Branch pop up menu.
Definition at line 30 of file SwitchBranchWindow.h.
1.8.14