LibreOffice Module onlineupdate (master) 1
Macros | Functions
progressui.h File Reference
#include "updatedefines.h"
#include "types.hxx"
Include dependency graph for progressui.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NS_main   main
 

Functions

int InitProgressUI (int *argc, NS_tchar ***argv)
 
int ShowProgressUI ()
 
void QuitProgressUI ()
 
void UpdateProgressUI (float progress)
 

Macro Definition Documentation

◆ NS_main

#define NS_main   main

Definition at line 16 of file progressui.h.

Function Documentation

◆ InitProgressUI()

int InitProgressUI ( int argc,
NS_tchar ***  argv 
)

Definition at line 19 of file progressui_gonk.cxx.

References sEnableUI, sProgramPath, and sUpdatePath.

Referenced by NS_main().

◆ QuitProgressUI()

void QuitProgressUI ( )

Definition at line 30 of file progressui_gonk.cxx.

References LOG, sQuit, and TRUE.

Referenced by UpdateThreadFunc().

◆ ShowProgressUI()

int ShowProgressUI ( )

◆ UpdateProgressUI()

void UpdateProgressUI ( float  progress)

Definition at line 35 of file progressui_gonk.cxx.

References LOG, and sProgressVal.

Referenced by ActionList::Execute(), ActionList::Finish(), and ActionList::Prepare().