cgma
|
#include <unistd.h>
#include <cstring>
#include "AppUtil.hpp"
#include "TtyProgressTool.hpp"
#include "CubitUtil.hpp"
Go to the source code of this file.
Variables | |
const bool | DISPLAY_PROGRESS_BAR = true |
const bool | DISPLAY_NUM_PERCENT = true |
const int | MIN_PROGRESS_BAR_WIDTH = 10 |
const int | MAX_PROGRESS_BAR_WIDTH = 0 |
const char | PROGRESS_BAR_START = '|' |
const char | PROGRESS_BAR_END = '|' |
const char | PROGRESS_BAR_FILLED = '=' |
const char | PROGRESS_BAR_CURRENT = '>' |
const char | PROGRESS_BAR_EMPTY = ' ' |
const bool DISPLAY_NUM_PERCENT = true |
Definition at line 22 of file TtyProgressTool.cpp.
const bool DISPLAY_PROGRESS_BAR = true |
Definition at line 21 of file TtyProgressTool.cpp.
const int MAX_PROGRESS_BAR_WIDTH = 0 |
Definition at line 29 of file TtyProgressTool.cpp.
const int MIN_PROGRESS_BAR_WIDTH = 10 |
Definition at line 26 of file TtyProgressTool.cpp.
const char PROGRESS_BAR_CURRENT = '>' |
Definition at line 35 of file TtyProgressTool.cpp.
const char PROGRESS_BAR_EMPTY = ' ' |
Definition at line 36 of file TtyProgressTool.cpp.
const char PROGRESS_BAR_END = '|' |
Definition at line 33 of file TtyProgressTool.cpp.
const char PROGRESS_BAR_FILLED = '=' |
Definition at line 34 of file TtyProgressTool.cpp.
const char PROGRESS_BAR_START = '|' |
Definition at line 32 of file TtyProgressTool.cpp.