Progress Bar Window Data. More...
#include "wdata.h"
Data Fields | |
| struct MuttWindow * | win |
| Window to draw on. | |
| char | msg [1024] |
| Message to display. | |
| char | pretty_size [24] |
| Pretty string for size. | |
| size_t | size |
| Total expected size. | |
| size_t | size_inc |
| Size increment. | |
| size_t | time_inc |
| Time increment. | |
| bool | is_bytes |
| true if measuring bytes | |
| size_t | display_pos |
| Displayed position. | |
| int | display_percent |
| Displayed percentage complete. | |
| uint64_t | display_time |
| Time of last display. | |
| char | pretty_pos [24] |
| Pretty string for the position. | |
| size_t | update_pos |
| Updated position. | |
| int | update_percent |
| Updated percentage complete. | |
| uint64_t | update_time |
| Time of last update. | |
| struct MuttWindow* ProgressWindowData::win |
| char ProgressWindowData::pretty_size[24] |
| int ProgressWindowData::display_percent |
| uint64_t ProgressWindowData::display_time |
| char ProgressWindowData::pretty_pos[24] |
| int ProgressWindowData::update_percent |
| uint64_t ProgressWindowData::update_time |