#include "DummyWindow.h"#include "../../src/terralib/Defines.h"#include "terralib/common/progress/TaskProgress.h"#include "terralib/common/progress/ProgressManager.h"#include <QSpacerItem>#include <windows.h>#include <omp.h>#include <iostream>Go to the source code of this file.
Macros | |
| #define | PART_1 1000 |
| #define | PART_2 2000 |
| #define | TOTAL_STEPS 3000 |
| #define | TOTAL_STEPS_INTERNAL 500 |
| #define PART_1 1000 |
Definition at line 22 of file DummyWindow.cpp.
Referenced by DummyWindow::showThreadProgressBar().
| #define PART_2 2000 |
Definition at line 23 of file DummyWindow.cpp.
Referenced by DummyWindow::showThreadProgressBar().
| #define TOTAL_STEPS 3000 |
Definition at line 21 of file DummyWindow.cpp.
Referenced by DummyWindow::showProgressBar(), and DummyWindow::showThreadProgressBar().
| #define TOTAL_STEPS_INTERNAL 500 |
Definition at line 25 of file DummyWindow.cpp.
Referenced by DummyWindow::showThreadProgressBar().