Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ _ ]
a
- $arAnimationImages
- in file Gtk2.php, variable PEAR_Frontend_Gtk2::$arAnimationImages
Array with images used for the progress animation
- $arCategories
- in file Packages.php, variable PEAR_Frontend_Gtk2_Packages::$arCategories
Array of channel => category strings
- $arChannels
- in file Config.php, variable PEAR_Frontend_Gtk2_Config::$arChannels
Color settings for the different channels.
- $arDepWidgets
- in file Config.php, variable PEAR_Frontend_Gtk2_Config::$arDepWidgets
The dependency options for installation, and the corresponding widget names from the GUI.
- $arPackages
- in file Packages.php, variable PEAR_Frontend_Gtk2_Packages::$arPackages
Array of channel => package arrays
- $arRequestedWidgets
- in file ChannelDialog.php, variable PEAR_Frontend_Gtk2_ChannelDialog::$arRequestedWidgets
The widgets which shall be loaded from the glade
- $arRequestedWidgets
- in file Gtk2.php, variable PEAR_Frontend_Gtk2::$arRequestedWidgets
The widgets which shall be loaded from the glade
- $arRequestedWidgets
- in file Installation.php, variable PEAR_Frontend_Gtk2_Installation::$arRequestedWidgets
The widgets which shall be loaded from the glade
- $arSpecialCategories
- in file Gtk2.php, variable PEAR_Frontend_Gtk2::$arSpecialCategories
Special categories which are added to the
- $arWidgets
- in file Installation.php, variable PEAR_Frontend_Gtk2_Installation::$arWidgets
Array with widgets from the glade file. They
- $arWidgets
- in file Gtk2.php, variable PEAR_Frontend_Gtk2::$arWidgets
Requested widgets are loaded from glade into this array.
- $arWidgets
- in file ChannelDialog.php, variable PEAR_Frontend_Gtk2_ChannelDialog::$arWidgets
Requested widgets are loaded from glade into this array.
- ableInstallButtons
- in file Gtk2.php, method PEAR_Frontend_Gtk2::ableInstallButtons()
Enables or disables the install buttons depending on the installation status of $package
- addPercentage
- in file Installation.php, method PEAR_Frontend_Gtk2_Installation::addPercentage()
Add some percent to the progress bar
- appendSpecialCategories
- in file Gtk2.php, method PEAR_Frontend_Gtk2::appendSpecialCategories()
Appends defined special categories to the given list
- appendToLog
- in file Installation.php, method PEAR_Frontend_Gtk2_Installation::appendToLog()
- About.php
- procedural page About.php
top
b
- $bForceInstall
- in file Config.php, variable PEAR_Frontend_Gtk2_Config::$bForceInstall
Force installation?
- $bFullyLoaded
- in file Package.php, variable PEAR_Frontend_Gtk2_Package::$bFullyLoaded
- $bQuitLoopOnClose
- in file Installation.php, variable PEAR_Frontend_Gtk2_Installation::$bQuitLoopOnClose
- $bSeriousError
- in file Installation.php, variable PEAR_Frontend_Gtk2_Installation::$bSeriousError
If the log detects an unrecoverable error (e.g. failed dependency) an error symbol is shown, no matter if the callback for "uninstall ok" is called.
- $bWorkOffline
- in file Config.php, variable PEAR_Frontend_Gtk2_Config::$bWorkOffline
Work offline? If yes, then no internet connection is established.
- buildDialog
- in file Installation.php, method PEAR_Frontend_Gtk2_Installation::buildDialog()
load the glade file, load the widgets, connect the signals
- buildDialog
- in file Gtk2.php, method PEAR_Frontend_Gtk2::buildDialog()
load the glade file, load the widgets, connect the signals
- buildDialog
- in file ChannelDialog.php, method PEAR_Frontend_Gtk2_ChannelDialog::buildDialog()
top
top
top
top
top
g
- $glade
- in file Installation.php, variable PEAR_Frontend_Gtk2_Installation::$glade
- getActiveChannel
- in file Packages.php, method PEAR_Frontend_Gtk2_Packages::getActiveChannel()
- getAllPackages
- in file Packages.php, method PEAR_Frontend_Gtk2_Packages::getAllPackages()
Gets an array of packages for the active channel (local and remote packages)
- getCategories
- in file Packages.php, method PEAR_Frontend_Gtk2_Packages::getCategories()
Creates an array of categories (strings) of the current channel server
- getCategory
- in file Package.php, method PEAR_Frontend_Gtk2_Package::getCategory()
- getChannel
- in file Package.php, method PEAR_Frontend_Gtk2_Package::getChannel()
- getConfigArray
- in file Config.php, method PEAR_Frontend_Gtk2_Config::getConfigArray()
The config array with all current values.
- getConfigFilePath
- in file Config.php, method PEAR_Frontend_Gtk2_Config::getConfigFilePath()
The config file path. (Where the config file is/shall be stored)
- getDescription
- in file Package.php, method PEAR_Frontend_Gtk2_Package::getDescription()
- getInfoUrl
- in file Packages.php, method PEAR_Frontend_Gtk2_Packages::getInfoUrl()
Path to info.xml for the specific package
- getInstalledVersion
- in file Package.php, method PEAR_Frontend_Gtk2_Package::getInstalledVersion()
- getInstaller
- in file Gtk2.php, method PEAR_Frontend_Gtk2::getInstaller()
- getInstallOptionString
- in file Config.php, method PEAR_Frontend_Gtk2_Config::getInstallOptionString()
- getLatestVersion
- in file Package.php, method PEAR_Frontend_Gtk2_Package::getLatestVersion()
- getLatestVersionUrl
- in file Packages.php, method PEAR_Frontend_Gtk2_Packages::getLatestVersionUrl()
Path to latest.txt for the specific package
- getLocalPackages
- in file Packages.php, method PEAR_Frontend_Gtk2_Packages::getLocalPackages()
Loads the locally installed packages of the given channel
- getName
- in file Package.php, method PEAR_Frontend_Gtk2_Package::getName()
- getPackages
- in file Packages.php, method PEAR_Frontend_Gtk2_Packages::getPackages()
Returns a list with all packages, or all packages in the given category.
- getRemotePackages
- in file Packages.php, method PEAR_Frontend_Gtk2_Packages::getRemotePackages()
Loads the remotely available packages for the given channel
- getSelectedChannelName
- in file ChannelDialog.php, method PEAR_Frontend_Gtk2_ChannelDialog::getSelectedChannelName()
Returns the name of the selected channel.
- getSelectedPackage
- in file Gtk2.php, method PEAR_Frontend_Gtk2::getSelectedPackage()
- getSummary
- in file Package.php, method PEAR_Frontend_Gtk2_Package::getSummary()
- getWidget
- in file Gtk2.php, method PEAR_Frontend_Gtk2::getWidget()
- getWorkOffline
- in file Gtk2.php, method PEAR_Frontend_Gtk2::getWorkOffline()
Check if the user wants to work offline
- guessCategory
- in file Package.php, method PEAR_Frontend_Gtk2_Package::guessCategory()
Tries to guess the category name from the package name
- Gtk2.php
- procedural page Gtk2.php
top
top
top
l
- listPackages
- in file Packages.php, method PEAR_Frontend_Gtk2_Packages::listPackages()
Copy of the PEAR_REST#listPackages function with the change that this one is able to get the list from the local cache.
- loadChannels
- in file Gtk2.php, method PEAR_Frontend_Gtk2::loadChannels()
Fill the channel dropdown with channel names
- loadChannels
- in file Channels.php, method PEAR_Frontend_Gtk2_Channels::loadChannels()
- loadChannels
- in file ChannelDialog.php, method PEAR_Frontend_Gtk2_ChannelDialog::loadChannels()
Loads the channel list from PEAR into the model.
- loadCommandLineArguments
- in file Config.php, method PEAR_Frontend_Gtk2_Config::loadCommandLineArguments()
Loads some command line arguments into the config.
- loadConfig
- in file Gtk2.php, method PEAR_Frontend_Gtk2::loadConfig()
- loadConfig
- in file Config.php, method PEAR_Frontend_Gtk2_Config::loadConfig()
Load the config file into the variables here.
- loadConfigurationFromGui
- in file Config.php, method PEAR_Frontend_Gtk2_Config::loadConfigurationFromGui()
Loads the configuration from the GUI to this config.
- loadCurrentConfigIntoGui
- in file Config.php, method PEAR_Frontend_Gtk2_Config::loadCurrentConfigIntoGui()
Loads the current configuration into the GUI.
- loadInstaller
- in file Gtk2.php, method PEAR_Frontend_Gtk2::loadInstaller()
- loadRemotePackageData
- in file Packages.php, method PEAR_Frontend_Gtk2_Packages::loadRemotePackageData()
Loads all available information for the given packages
- log
- in file Installation.php, method PEAR_Frontend_Gtk2_Installation::log()
top
top
top
p
- $packages
- in file Gtk2.php, variable PEAR_Frontend_Gtk2::$packages
The package information class instance
- packagesCallback
- in file Gtk2.php, method PEAR_Frontend_Gtk2::packagesCallback()
Callback for the package loading functions
- packagesLoaded
- in file Packages.php, method PEAR_Frontend_Gtk2_Packages::packagesLoaded()
Checks if the packages for the given channel have already been loaded
- PEAR_Frontend_Gtk2
- in file Gtk2.php, class PEAR_Frontend_Gtk2
Graphical frontend for PEAR, based on PHP-Gtk2
- Package.php
- procedural page Package.php
- Packages.php
- procedural page Packages.php
- PEAR_Frontend_Gtk2_About
- in file About.php, class PEAR_Frontend_Gtk2_About
About dialog for the PEAR Gtk2 frontend
- PEAR_Frontend_Gtk2_ChannelDialog
- in file ChannelDialog.php, class PEAR_Frontend_Gtk2_ChannelDialog
Channel list with buttons to add and remove channels
- PEAR_Frontend_Gtk2_Channels
- in file Channels.php, class PEAR_Frontend_Gtk2_Channels
- PEAR_Frontend_Gtk2_Config
- in file Config.php, class PEAR_Frontend_Gtk2_Config
This file contains the configuration options for PEAR_Frontend_Gtk2, beginning with channel colors/images, default channel and more.
- PEAR_Frontend_Gtk2_Installation
- in file Installation.php, class PEAR_Frontend_Gtk2_Installation
Installation dialog and user interaction interface for the PEAR Gtk2 installer
- PEAR_Frontend_Gtk2_Package
- in file Package.php, class PEAR_Frontend_Gtk2_Package
A single PEAR package with some of its data like name, category, installed version, latest version, summary and description
- PEAR_Frontend_Gtk2_Packages
- in file Packages.php, class PEAR_Frontend_Gtk2_Packages
This class deals with packages: local package loading, remote package loading and so.
- prepareFresh
- in file Installation.php, method PEAR_Frontend_Gtk2_Installation::prepareFresh()
Prepares the widgets to have a fresh look.
top
top
r
- refreshLocalInfo
- in file Package.php, method PEAR_Frontend_Gtk2_Package::refreshLocalInfo()
Reloads the local package info.
- refreshLocalPackages
- in file Gtk2.php, method PEAR_Frontend_Gtk2::refreshLocalPackages()
Reload local package information and update the list.
- refreshLocalPackages
- in file Packages.php, method PEAR_Frontend_Gtk2_Packages::refreshLocalPackages()
Refreshs the package list of the given channel by re-reading the local package info
- refreshOnlinePackages
- in file Gtk2.php, method PEAR_Frontend_Gtk2::refreshOnlinePackages()
Reload the online package list and package information, and update the list here.
- refreshRemotePackages
- in file Packages.php, method PEAR_Frontend_Gtk2_Packages::refreshRemotePackages()
Refreshs the package list of the given channel by re-reading the remote package information.
- reloadChannels
- in file ChannelDialog.php, method PEAR_Frontend_Gtk2_ChannelDialog::reloadChannels()
Call this method if channels have changed.
- retrieveCacheFirst
- in file Packages.php, method PEAR_Frontend_Gtk2_Packages::retrieveCacheFirst()
Copy of the PEAR_REST#retrieveCacheFirst() function with the addition that one can specify if the cache only shall be loaded, or if the cache is not available, an connection shall be made.
top
s
- $selectedPackage
- in file Gtk2.php, variable PEAR_Frontend_Gtk2::$selectedPackage
- $strActiveChannel
- in file Packages.php, variable PEAR_Frontend_Gtk2_Packages::$strActiveChannel
The currently active channel name
- $strCategory
- in file Package.php, variable PEAR_Frontend_Gtk2_Package::$strCategory
- $strChannel
- in file Package.php, variable PEAR_Frontend_Gtk2_Package::$strChannel
- $strChannel
- in file Installation.php, variable PEAR_Frontend_Gtk2_Installation::$strChannel
- $strCommand
- in file Installation.php, variable PEAR_Frontend_Gtk2_Installation::$strCommand
The command which shall be executed (upgrade or uninstall)
- $strDefaultChannel
- in file Config.php, variable PEAR_Frontend_Gtk2_Config::$strDefaultChannel
The channel which is shown first.
- $strDefaultPackage
- in file Config.php, variable PEAR_Frontend_Gtk2_Config::$strDefaultPackage
The package which is selected first.
- $strDepOptions
- in file Config.php, variable PEAR_Frontend_Gtk2_Config::$strDepOptions
What dependency option should be used when installing a package.
- $strDescription
- in file Package.php, variable PEAR_Frontend_Gtk2_Package::$strDescription
- $strLastFile
- in file Gtk2.php, variable PEAR_Frontend_Gtk2::$strLastFile
Last package file that has been installed
- $strName
- in file Package.php, variable PEAR_Frontend_Gtk2_Package::$strName
- $strPackage
- in file Installation.php, variable PEAR_Frontend_Gtk2_Installation::$strPackage
- $strSelectedCategoryKey
- in file Gtk2.php, variable PEAR_Frontend_Gtk2::$strSelectedCategoryKey
- $strSelectedCategoryName
- in file Gtk2.php, variable PEAR_Frontend_Gtk2::$strSelectedCategoryName
- $strSummary
- in file Package.php, variable PEAR_Frontend_Gtk2_Package::$strSummary
- $strVersionInstalled
- in file Package.php, variable PEAR_Frontend_Gtk2_Package::$strVersionInstalled
- $strVersionLatest
- in file Package.php, variable PEAR_Frontend_Gtk2_Package::$strVersionLatest
- saveConfig
- in file Config.php, method PEAR_Frontend_Gtk2_Config::saveConfig()
Save the config in the config file
- selectCategory
- in file Gtk2.php, method PEAR_Frontend_Gtk2::selectCategory()
A category has been selected
- selectChannel
- in file Gtk2.php, method PEAR_Frontend_Gtk2::selectChannel()
A channel has been selected from the channel combo box
- selectPackage
- in file Gtk2.php, method PEAR_Frontend_Gtk2::selectPackage()
- selectPackageByName
- in file Gtk2.php, method PEAR_Frontend_Gtk2::selectPackageByName()
Selects the given package
- setActiveChannel
- in file Packages.php, method PEAR_Frontend_Gtk2_Packages::setActiveChannel()
- setCategory
- in file Package.php, method PEAR_Frontend_Gtk2_Package::setCategory()
- setChannel
- in file Package.php, method PEAR_Frontend_Gtk2_Package::setChannel()
- setChannelStyles
- in file Gtk2.php, method PEAR_Frontend_Gtk2::setChannelStyles()
- setCurrentAction
- in file Installation.php, method PEAR_Frontend_Gtk2_Installation::setCurrentAction()
- setCurrentIcon
- in file Installation.php, method PEAR_Frontend_Gtk2_Installation::setCurrentIcon()
Set the icon for the dialog
- setDescription
- in file Package.php, method PEAR_Frontend_Gtk2_Package::setDescription()
- setFinished
- in file Installation.php, method PEAR_Frontend_Gtk2_Installation::setFinished()
- setFullyLoaded
- in file Package.php, method PEAR_Frontend_Gtk2_Package::setFullyLoaded()
- setInstalledVersion
- in file Package.php, method PEAR_Frontend_Gtk2_Package::setInstalledVersion()
- setLatestVersion
- in file Package.php, method PEAR_Frontend_Gtk2_Package::setLatestVersion()
- setName
- in file Package.php, method PEAR_Frontend_Gtk2_Package::setName()
- setPercentage
- in file Installation.php, method PEAR_Frontend_Gtk2_Installation::setPercentage()
Set the progress bar progress in percent (0-100)
- setSelectedPackage
- in file Gtk2.php, method PEAR_Frontend_Gtk2::setSelectedPackage()
- setSummary
- in file Package.php, method PEAR_Frontend_Gtk2_Package::setSummary()
- setWorkOffline
- in file Gtk2.php, method PEAR_Frontend_Gtk2::setWorkOffline()
Set the offline setting
- show
- in file Installation.php, method PEAR_Frontend_Gtk2_Installation::show()
Use this method to run commands by hand, and you need the interface to be shown.
- show
- in file ChannelDialog.php, method PEAR_Frontend_Gtk2_ChannelDialog::show()
- showChannelDialog
- in file Gtk2.php, method PEAR_Frontend_Gtk2::showChannelDialog()
- showMe
- in file About.php, method PEAR_Frontend_Gtk2_About::showMe()
Static function that just creates an instance of the About dialog, and run()s it afterwards.
- showMe
- in file Installation.php, method PEAR_Frontend_Gtk2_Installation::showMe()
- showPackageList
- in file Gtk2.php, method PEAR_Frontend_Gtk2::showPackageList()
Fill the package list for the given category
- showProgressDialog
- in file Gtk2.php, method PEAR_Frontend_Gtk2::showProgressDialog()
Shows the progress dialog if that hasn't already been done
top
top
top
top
Documentation generated on Mon, 11 Mar 2019 15:46:46 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|