Inheritance diagram for os::ProgressRequester:
Public Types | |
enum | { IDC_CANCEL = 1, IDC_SKIP } |
Public Member Functions | |
ProgressRequester (const Rect &cFrame, const String &cName, const String &cTitle, bool bCanSkip) | |
virtual | ~ProgressRequester () |
virtual void | HandleMessage (Message *pcMessage) |
Handle a message targeted at this handler. | |
void | SetPathName (const String &cString) |
void | SetFileName (const String &cString) |
bool | DoCancel () const |
bool | DoSkip () |
Classes | |
class | Private |
ProgressRequester::ProgressRequester | ( | const Rect & | cFrame, | |
const String & | cName, | |||
const String & | cTitle, | |||
bool | bCanSkip | |||
) |
ProgressRequester::~ProgressRequester | ( | ) | [virtual] |
void ProgressRequester::HandleMessage | ( | Message * | pcMessage | ) | [virtual] |
pcMessage
is also available through os::Looper::GetCurrentMessage() and os::Looper::DetachCurrentMessage() until this member returns. This is normally not very usefull for HandleMessage() itself but it can be convinient for other members called from HandleMessage() in case they need data from the message that was not passed on from HandleMessage(). pcMessage | The message that should be handled. This message will be deleted by the looper when HandleMessage() returns unless you detach it with os::Looper::DetachCurrentMessage(), |
Reimplemented from os::Handler.
void ProgressRequester::SetPathName | ( | const String & | cString | ) |
void ProgressRequester::SetFileName | ( | const String & | cString | ) |
bool ProgressRequester::DoCancel | ( | ) | const |
bool ProgressRequester::DoSkip | ( | ) |