8 #ifndef _CLONE_WINDOW_H_ 9 #define _CLONE_WINDOW_H_ 11 #include "../ThirdParty/PathBox.h" 13 #include "../GitCommand/Clone.h" 18 #include <InterfaceKit.h> pthread_t fThreadId
The thread Id of clone thread.
virtual void MessageReceived(BMessage *)
The handler to receive messages.
The Clone Progress Window class.
BStatusBar * fProgressBar
The progress bar.
virtual void MessageReceived(BMessage *)
The handler to receive messages.
BTextView * fTextView
The text view to show progress text.
CloneWindow * fCloneWindow
The Clone Window pointer.
void SetProgress(float)
Sets the progress value of the progress bar in progress window.
BTextControl * fURL
The text control for url.
CloneProgressWindow(CloneWindow *)
The CloneProgressWindow constructor.
void SetProgressText(BString)
Prints progress text to textview of window.
void SetText(const char *)
This function sets texts of the textview within window.
CloneWindow(BString, BString, Clone *)
Constructor for CloneWindow.
CloneProgressWindow * fProgressWindow
The progress window.
PathBox * fPathBox
The text control for path.
Clone * fClone
The clone command pointer.
The TrackGit Window class.
Header file of TrackGit window.
void SetProgress(float)
This function sets the value of progress bar.