TrackGit
|
The Clone Progress Window class. More...
#include <CloneWindow.h>
Public Member Functions | |
CloneProgressWindow (CloneWindow *) | |
The CloneProgressWindow constructor. More... | |
void | SetText (const char *) |
This function sets texts of the textview within window. More... | |
void | SetProgress (float) |
This function sets the value of progress bar. More... | |
virtual void | MessageReceived (BMessage *) |
The handler to receive messages. More... | |
Private Attributes | |
CloneWindow * | fCloneWindow |
The Clone Window pointer. More... | |
BTextView * | fTextView |
The text view to show progress text. More... | |
BStatusBar * | fProgressBar |
The progress bar. More... | |
The Clone Progress Window class.
Definition at line 63 of file CloneWindow.h.
CloneProgressWindow::CloneProgressWindow | ( | CloneWindow * | cloneWindow | ) |
The CloneProgressWindow constructor.
cloneWindow | The CloneWindow. |
Definition at line 106 of file CloneWindow.cpp.
|
virtual |
The handler to receive messages.
msg | The message received. |
Definition at line 170 of file CloneWindow.cpp.
void CloneProgressWindow::SetProgress | ( | float | progress | ) |
This function sets the value of progress bar.
progress | The progress value. |
Definition at line 156 of file CloneWindow.cpp.
void CloneProgressWindow::SetText | ( | const char * | text | ) |
This function sets texts of the textview within window.
text | The text to be set. |
Definition at line 142 of file CloneWindow.cpp.
|
private |
The Clone Window pointer.
Used to sent cancel BMessage.
Definition at line 69 of file CloneWindow.h.
|
private |
The progress bar.
Definition at line 77 of file CloneWindow.h.
|
private |
The text view to show progress text.
Definition at line 73 of file CloneWindow.h.