List of Global Functions
CheckContentFile - Check whether content file in the specified repository is the same as the one in the ramdisk
CheckDiskSize - Check if selected software fits on the partitions
CheckOldAddOns - Checks which products have been selected for removal and modifies the warning messages accordingly.
ComputeSystemPackageList - Build and return list of packages which depends on the the current target system and the preselected packages (architecture, X11....)
CountSizeToBeDownloaded - Count the total size of packages to be installed
CountSizeToBeInstalled - Count the total size of packages to be installed
GetBaseSourceID - Returns ID of the base product repository.
InfoAboutSubOptimalDistribution - Return information about suboptimal distribution if relevant
Initialize - Initialize the repositories
InitializeAddOnProducts - Initialize add-on products provided by the repository
InitializeCatalogs - Initialize the repositories with popup feedback Use Packages::Initialize (true) instead
ListSelected - List selected resolvables of specified kind
Proposal - Make a proposal for package selection
Reset - Reset package selection, but keep objects of specified type
SelectProduct - Select the base product on the media for installation
Summary - Print the installatino proposal summary
SummaryOutput - Return the summary output lines
addAdditionalPackage - Add a package to list to be selected before proposal Can be called only before the installation proposal, later doesn't have any effect. OBSOLETE! Please, use PackagesProposal::AddResolvables() instead.
List of Global Variables
Check whether content file in the specified repository is the same as the one in the ramdisk
Function parameters
integer source
Return value
boolean - true if content files match
Check if selected software fits on the partitions
Function parameters
boolean init
Return value
boolean - true if selected software fits, false otherwise
Checks which products have been selected for removal and modifies the warning messages accordingly.
Function parameters
map & ret
Return value
void
Build and return list of packages which depends on the the current target system and the preselected packages (architecture, X11....)
Return value
list<string> - packages
Count the total size of packages to be installed
Return value
integer - size of packages to be installed (in bytes)
Count the total size of packages to be installed
Return value
string - formatted size of packages to be installed
Returns ID of the base product repository.
Return value
integer - base source ID
Return information about suboptimal distribution if relevant
Return value
string - the information string or empty string
Initialize the repositories
Function parameters
boolean show_popup
Return value
void
Initialize add-on products provided by the repository
Return value
void
Initialize the repositories with popup feedback Use Packages::Initialize (true) instead
Return value
void
List selected resolvables of specified kind
Function parameters
symbol what
string format
Return value
list<string> - a list of selected resolvables
Make a proposal for package selection
Function parameters
boolean force_reset
boolean reinit
boolean simple
Return value
map - for the API proposal
Reset package selection, but keep objects of specified type
Function parameters
list<symbol> keep
Return value
void
Select the base product on the media for installation
Return value
boolean - true on success
Print the installatino proposal summary
Function parameters
list<symbol> flags
boolean use_cache
Return value
map
Return the summary output lines
Function parameters
list<symbol> flags
Return value
list<string> - a list of the output lines