#include <ProgressResource.h>
Public Member Functions | |
| Args (bool threadSafe, bool createDialog, const std::string &caption) | |
| Args (Progress *pProgress, bool createDialog, const std::string &caption) | |
Public Attributes | |
| bool | mThreadSafe |
| bool | mCreateDialog |
| std::string | mCaption |
| Progress * | mpProgress |
Definition at line 32 of file ProgressResource.h.
| ProgressObject::Args::Args | ( | bool | threadSafe, | |
| bool | createDialog, | |||
| const std::string & | caption | |||
| ) |
Definition at line 38 of file ProgressResource.h.
| ProgressObject::Args::Args | ( | Progress * | pProgress, | |
| bool | createDialog, | |||
| const std::string & | caption | |||
| ) |
Definition at line 40 of file ProgressResource.h.
Definition at line 34 of file ProgressResource.h.
Definition at line 35 of file ProgressResource.h.
| std::string ProgressObject::Args::mCaption |
Definition at line 36 of file ProgressResource.h.
Definition at line 37 of file ProgressResource.h.