Atrinik Client 2.5
Data Structures | Defines | Typedefs
include/progress.h File Reference

Go to the source code of this file.

Data Structures

struct  progress_dots

Defines

#define PROGRESS_DOTS_NUM   (5)
#define PROGRESS_DOTS_SPACING   (2)
#define PROGRESS_DOTS_TICKS   (275)

Typedefs

typedef struct progress_dots progress_dots

Detailed Description

Header file for progress indicators.

Definition in file progress.h.


Define Documentation

#define PROGRESS_DOTS_NUM   (5)

Number of progress dots shown.

Definition at line 48 of file progress.h.

#define PROGRESS_DOTS_SPACING   (2)

Spacing between the dots.

Definition at line 50 of file progress.h.

#define PROGRESS_DOTS_TICKS   (275)

How often to advance the progress dots, in ticks.

Definition at line 52 of file progress.h.


Typedef Documentation

typedef struct progress_dots progress_dots

Dots progress indicator.