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

The Create Branch Window class. More...

#include <CreateBranchWindow.h>

Inheritance diagram for CreateBranchWindow:
TrackGitWindow

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

Detailed Description

The Create Branch Window class.

Definition at line 26 of file CreateBranchWindow.h.

Constructor & Destructor Documentation

◆ CreateBranchWindow()

CreateBranchWindow::CreateBranchWindow ( BString  repo)

CreateBranchWindow Constructor.

Parameters
repoThe repository to commit to.

Definition at line 22 of file CreateBranchWindow.cpp.

Member Function Documentation

◆ MessageReceived()

void CreateBranchWindow::MessageReceived ( BMessage *  msg)
virtual

Handler to received messages.

Parameters
msgThe received message.

Definition at line 55 of file CreateBranchWindow.cpp.

Member Data Documentation

◆ fBranchText

BTextControl* CreateBranchWindow::fBranchText
private

The Create Branch Text View.

Definition at line 30 of file CreateBranchWindow.h.

◆ fSwitchBranch

BCheckBox* CreateBranchWindow::fSwitchBranch
private

Switch Branch check box.

Definition at line 34 of file CreateBranchWindow.h.


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