List of Global Functions
AppendMessageToInstLog - Append message to the installation log
CheckForSlides - Check if the slide show is available. This must be called before trying to access any slides; some late initialization is done here.
CloseSlideShowDialog - Close the slide show dialog.
HandleInput - Process (slide show) input (button press).
InitPkgData - Initialize internal pacakge data, such as remaining package sizes and times. This may not be called before the pkginfo server is up and running, so this cannot be reliably done from the constructor in all cases.
InstallSlideShowCallbacks - Install callbacks for slideshow. Should be in SlideShowCallbacks but that doesn't work at the moment.
OpenSlideShowDialog - Open the slide show dialog.
RemoveSlideShowCallbacks - Remove callbacks for slideshow. Should be in SlideShowCallbacks but that doesn't work at the moment.
ResetTimer - Reset the internal (global) timer.
SetCurrentCdNo - Set the current source and CD number. Must be called for each CD change. src_no: 1...n cd_no: 1...n
SetLanguage - Set the curent language. Must be called once during initialization.
SetMediaType - set media type "CD" or "DVD"
SetSlideDir - Set the slide show directory
SlideDisplayDone - package start display update - this is called at the end of a new package
SlideDisplayStart - package start display update - this is called at the beginning of a new package
SlideProvideStart - Package providal start
SlideShow - Constructor
StartTimer - Start the internal (global) timer.
StopTimer - Stop the internal (global) timer and account elapsed time.
StripPath - Get package file name from path
StripReleaseNo - Get version info for a package (without build no.)
SwitchToDetailsView - Switch from the 'slide show' view to the 'details' view.
SwitchToSlideView - Switch from the 'details' view to the 'slide show' view.
UpdateAllCdProgress - Update progress widgets for all CDs. Uses global statistics variables.
UpdateCurrentCdProgress - Update progress widgets for the current CD: Label and ProgressBar. Use global statistics variables for that.
UpdateCurrentPackageProgress - Progress display update This is called via the packager's progress callbacks.
List of Global Variables
Append message to the installation log
Function parameters
string msg
Return value
void
Check if the slide show is available. This must be called before trying to access any slides; some late initialization is done here.
Return value
void
Process (slide show) input (button press).
Function parameters
any button
Return value
void
Initialize internal pacakge data, such as remaining package sizes and times. This may not be called before the pkginfo server is up and running, so this cannot be reliably done from the constructor in all cases.
Function parameters
boolean force
Return value
void
Install callbacks for slideshow. Should be in SlideShowCallbacks but that doesn't work at the moment.
Return value
void
Remove callbacks for slideshow. Should be in SlideShowCallbacks but that doesn't work at the moment.
Return value
void
Set the current source and CD number. Must be called for each CD change. src_no: 1...n cd_no: 1...n
Function parameters
integer src_no
integer cd_no
Return value
void
Set the curent language. Must be called once during initialization.
Function parameters
string new_language
Return value
void
set media type "CD" or "DVD"
Function parameters
string new_media_type
Return value
void
package start display update - this is called at the end of a new package
Function parameters
string pkg_name
integer pkg_size
boolean deleting
Return value
void
package start display update - this is called at the beginning of a new package
Function parameters
string pkg_name
string pkg_summary
integer pkg_size
boolean deleting
Return value
void
Package providal start
Function parameters
string pkg_name
integer sz
boolean remote
Return value
void
Get package file name from path
Function parameters
string pkg_name
Return value
string - package file name
Get version info for a package (without build no.)
Function parameters
string pkg_name
Return value
string - version string
Switch from the 'slide show' view to the 'details' view.
Return value
void
Switch from the 'details' view to the 'slide show' view.
Return value
void
Update progress widgets for all CDs. Uses global statistics variables.
Return value
void
Update progress widgets for the current CD: Label and ProgressBar. Use global statistics variables for that.
Return value
void