These routines show how to use the progress bar. More...
Go to the source code of this file.
Functions | |
| void | ConsoleSleeper () |
| void | ConsoleSleeperMultiThread () |
| void | QtSleeper (int argc, char *argv[]) |
These routines show how to use the progress bar.
Definition in file ProgressExamples.h.
| void ConsoleSleeper | ( | ) |
Definition at line 18 of file ConsoleSleeper.cpp.
References te::common::TaskProgress::isActive(), te::common::TaskProgress::pulse(), te::common::TaskProgress::setMessage(), te::common::TaskProgress::setTotalSteps(), TOTAL_STEPS, and TOTAL_STEPS_INTERNAL.
Referenced by main().
| void ConsoleSleeperMultiThread | ( | ) |
Definition at line 24 of file ConsoleSleeperMultiThread.cpp.
References te::common::TaskProgress::isActive(), PART_1, PART_2, te::common::TaskProgress::pulse(), te::common::TaskProgress::setMessage(), te::common::TaskProgress::setTotalSteps(), TOTAL_STEPS, TOTAL_STEPS_INTERNAL, te::common::TaskProgress::useMultiThread(), and te::common::TaskProgress::useTimer().
Referenced by main().
| void QtSleeper | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 9 of file QtSleeper.cpp.
Referenced by main().