|
LibreOffice Module onlineupdate (master) 1
|
#import <Cocoa/Cocoa.h>#include <stdio.h>#include <unistd.h>#include "progressui.h"#include "readstrings.h"#include "errors.h"Go to the source code of this file.
Classes | |
| class | UpdaterUI |
Macros | |
| #define | TIMER_INTERVAL 0.2 |
Functions | |
| int | InitProgressUI (int *pargc, char ***pargv) |
| int | ShowProgressUI () |
| void | QuitProgressUI () |
| void | UpdateProgressUI (float progress) |
Variables | |
| static float | sProgressVal |
| static BOOL | sQuit = FALSE |
| static StringTable | sLabels |
| static const char * | sUpdatePath |
| #define TIMER_INTERVAL 0.2 |
Definition at line 14 of file progressui_osx.mm.
Definition at line 93 of file progressui_osx.mm.
References sUpdatePath.
| void QuitProgressUI | ( | ) |
Definition at line 131 of file progressui_osx.mm.
| int ShowProgressUI | ( | ) |
Definition at line 101 of file progressui_osx.mm.
References StringTable::info, MAX_TEXT_LEN, OK, ReadStrings(), sLabels, sProgressVal, sQuit, sUpdatePath, and StringTable::title.
| void UpdateProgressUI | ( | float | progress | ) |
Definition at line 138 of file progressui_osx.mm.
References sProgressVal.
|
static |
Definition at line 18 of file progressui_osx.mm.
Referenced by ShowProgressUI().
|
static |
Definition at line 16 of file progressui_osx.mm.
Referenced by ShowProgressUI(), and UpdateProgressUI().
Definition at line 17 of file progressui_osx.mm.
Referenced by QuitProgressUI(), and ShowProgressUI().
|
static |
Definition at line 19 of file progressui_osx.mm.
Referenced by InitProgressUI(), and ShowProgressUI().