[ all elements ]

Index of all elements

[ 4 ] [ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ o ] [ r ] [ s ] [ t ] [ v ] [ _ ]

4

404.php
procedural page 404.php
top

a

Abstract.php
procedural page Abstract.php
ACTION_BROWSE
in file Router.php, class constant SimpleGallery_Router::ACTION_BROWSE
    Browse action
ACTION_THUMB
in file Router.php, class constant SimpleGallery_Router::ACTION_THUMB
    Thumbnail create action
ACTION_VIEW
in file Router.php, class constant SimpleGallery_Router::ACTION_VIEW
    View image action
adaptiveResize
in file Thumb.php, method SimpleGallery_Thumb::adaptiveResize()
    Resize an image adaptively. The resulting image will have exactly the given max width and height, cropping the image in the center for it for best fit after the resize is made
AutoLoader.php
procedural page AutoLoader.php
top

b

Browse.php
procedural page Browse.php
Bootstrap.php
procedural page Bootstrap.php
top

c

countImages
in file Directory.php, method SimpleGallery_Directory::countImages()
    Count images in a gallery
top

d

Directory.php
procedural page Directory.php
top

e

Exception.php
procedural page Exception.php
top

f

FORMAT_GIF
in file Thumb.php, class constant SimpleGallery_Thumb::FORMAT_GIF
    GIF file format
FORMAT_JPG
in file Thumb.php, class constant SimpleGallery_Thumb::FORMAT_JPG
    JPEG file format
FORMAT_PNG
in file Thumb.php, class constant SimpleGallery_Thumb::FORMAT_PNG
    PNG file format
top

g

get
in file Registry.php, method SimpleGallery_Registry::get()
    Getter method
getHeight
in file Thumb.php, method SimpleGallery_Thumb::getHeight()
    Get image height
getImages
in file Directory.php, method SimpleGallery_Directory::getImages()
    Count images in a gallery
getInstance
in file Registry.php, method SimpleGallery_Registry::getInstance()
    Retrieves the default registry instance.
getWidth
in file Thumb.php, method SimpleGallery_Thumb::getWidth()
    Get image width
top

i

Image.php
procedural page Image.php
isRegistered
in file Registry.php, method SimpleGallery_Registry::isRegistered()
    Returns TRUE if the $index is a named value in the registry, or FALSE if $index was not found in the registry.
top

l

load
in file AutoLoader.php, method SimpleGallery_AutoLoader::load()
    Autoload callback for loading class files.
top

o

offsetExists
in file Registry.php, method SimpleGallery_Registry::offsetExists()
    Check if an offset exists
offsetGet
in file Registry.php, method SimpleGallery_Registry::offsetGet()
    Get offset value
offsetSet
in file Registry.php, method SimpleGallery_Registry::offsetSet()
    Set offset value
OPTION_HEIGHT
in file Image.php, class constant SimpleGallery_Image::OPTION_HEIGHT
    Option key for image height
OPTION_JPEG_QUALITY
in file Thumb.php, class constant SimpleGallery_Thumb::OPTION_JPEG_QUALITY
    Jpeg quality option key
OPTION_OUTPUT_FORMAT
in file Image.php, class constant SimpleGallery_Image::OPTION_OUTPUT_FORMAT
    Option key for output format
OPTION_PRESERVE_RATIO
in file Thumb.php, class constant SimpleGallery_Thumb::OPTION_PRESERVE_RATIO
    Preserve ratio option key
OPTION_WIDTH
in file Image.php, class constant SimpleGallery_Image::OPTION_WIDTH
    Option key for image width
top

r

register
in file AutoLoader.php, method SimpleGallery_AutoLoader::register()
    Registers this class as an autoloader.
Registry.php
procedural page Registry.php
resize
in file Thumb.php, method SimpleGallery_Thumb::resize()
    Resizes an image to be no larger than given values
resize
in file Image.php, method SimpleGallery_Image::resize()
    Resize an image
route
in file Router.php, method SimpleGallery_Router::route()
    Route given action
Router.php
procedural page Router.php
run
in file Abstract.php, method SimpleGallery_Action_Abstract::run()
    Main run method
run
in file View.php, method SimpleGallery_Action_View::run()
    Main run method
run
in file Thumb.php, method SimpleGallery_Action_Thumb::run()
    Main run method
run
in file 404.php, method SimpleGallery_Action_404::run()
    Main run method
run
in file Browse.php, method SimpleGallery_Action_Browse::run()
    Main run method
run
in file Bootstrap.php, method SimpleGallery_Bootstrap::run()
    Main run method
top

s

save
in file Thumb.php, method SimpleGallery_Thumb::save()
    Save the new image
set
in file Registry.php, method SimpleGallery_Registry::set()
    Setter method
setInstance
in file Registry.php, method SimpleGallery_Registry::setInstance()
    Set the default registry instance to a specified instance.
SimpleGallery_Action_404
in file 404.php, class SimpleGallery_Action_404
    Simple Gallery 404 page not found action
SimpleGallery_Action_Abstract
in file Abstract.php, class SimpleGallery_Action_Abstract
    Simple Gallery action interface
SimpleGallery_Action_Browse
in file Browse.php, class SimpleGallery_Action_Browse
    Simple Gallery browse action
SimpleGallery_Action_Thumb
in file Thumb.php, class SimpleGallery_Action_Thumb
    Simple Gallery create thumbnail action
SimpleGallery_Action_View
in file View.php, class SimpleGallery_Action_View
    Simple Gallery view image action
SimpleGallery_AutoLoader
in file AutoLoader.php, class SimpleGallery_AutoLoader
    Simple gallery auto loader
SimpleGallery_Bootstrap
in file Bootstrap.php, class SimpleGallery_Bootstrap
    Simple Gallery bootstrap file
SimpleGallery_Directory
in file Directory.php, class SimpleGallery_Directory
    Simple Gallery directory
SimpleGallery_Exception
in file Exception.php, class SimpleGallery_Exception
    Simple Gallery exception file
SimpleGallery_Image
in file Image.php, class SimpleGallery_Image
    Simple Gallery image
SimpleGallery_Registry
in file Registry.php, class SimpleGallery_Registry
    Simple Gallery registry
SimpleGallery_Router
in file Router.php, class SimpleGallery_Router
    Simple Gallery router
SimpleGallery_Thumb
in file Thumb.php, class SimpleGallery_Thumb
    Simple Gallery thumbnail creator
top

t

Thumb.php
procedural page Thumb.php
Thumb.php
procedural page Thumb.php
thumbnail
in file Image.php, method SimpleGallery_Image::thumbnail()
    Create a thumbnail
top

v

View.php
procedural page View.php
top

_

$_directories
in file Browse.php, variable SimpleGallery_Action_Browse::$_directories
    Directories in the current path
$_file
in file Thumb.php, variable SimpleGallery_Thumb::$_file
    Image file path
$_fileName
in file View.php, variable SimpleGallery_Action_View::$_fileName
    Current file name
$_files
in file Browse.php, variable SimpleGallery_Action_Browse::$_files
    File in the current path
$_format
in file Thumb.php, variable SimpleGallery_Thumb::$_format
    Image format
$_fullPath
in file Browse.php, variable SimpleGallery_Action_Browse::$_fullPath
    Full path to browse
$_gallery
in file View.php, variable SimpleGallery_Action_View::$_gallery
    Gallery name
$_height
in file Thumb.php, variable SimpleGallery_Thumb::$_height
    Image height
$_image
in file Thumb.php, variable SimpleGallery_Action_Thumb::$_image
    Image name
$_navImages
in file View.php, variable SimpleGallery_Action_View::$_navImages
    Navigation images
$_newResource
in file Thumb.php, variable SimpleGallery_Thumb::$_newResource
    GD new image resource
$_options
in file Thumb.php, variable SimpleGallery_Thumb::$_options
    Options
$_params
in file Abstract.php, variable SimpleGallery_Action_Abstract::$_params
    Action parameters
$_path
in file Abstract.php, variable SimpleGallery_Action_Abstract::$_path
    Current path
$_ratio
in file Thumb.php, variable SimpleGallery_Thumb::$_ratio
    Image ratio
$_registry
in file Registry.php, variable SimpleGallery_Registry::$_registry
    Registry object provides storage for shared objects.
$_resource
in file Thumb.php, variable SimpleGallery_Thumb::$_resource
    GD image resource
$_sourcePath
in file Browse.php, variable SimpleGallery_Action_Browse::$_sourcePath
    Source directory path
$_thumbnailer
in file Image.php, variable SimpleGallery_Image::$_thumbnailer
    Thumbnailer object
$_title
in file View.php, variable SimpleGallery_Action_View::$_title
    Page title
$_title
in file Browse.php, variable SimpleGallery_Action_Browse::$_title
    Page title
$_trueColor
in file Thumb.php, variable SimpleGallery_Thumb::$_trueColor
    Check if true color functions are available
$_values
in file Registry.php, variable SimpleGallery_Registry::$_values
    Registry values
$_width
in file Thumb.php, variable SimpleGallery_Thumb::$_width
    Image width
_buildFullPath
in file Browse.php, method SimpleGallery_Action_Browse::_buildFullPath()
    Build full path
_buildGalleryName
in file View.php, method SimpleGallery_Action_View::_buildGalleryName()
    Build gallery name
_buildTitle
in file Browse.php, method SimpleGallery_Action_Browse::_buildTitle()
    Build page title
_buildTitle
in file View.php, method SimpleGallery_Action_View::_buildTitle()
    Build page title
_calcAdaptiveImageSize
in file Thumb.php, method SimpleGallery_Thumb::_calcAdaptiveImageSize()
    Compute adaptive image size
_calcImageSize
in file Thumb.php, method SimpleGallery_Thumb::_calcImageSize()
    Compute image size
_calcImageSizeStrict
in file Thumb.php, method SimpleGallery_Thumb::_calcImageSizeStrict()
    Compute strict image size - the resulting image will have one of the dimensions the given value, the other will be larger. This function is useful for cropping.
_checkFormatSupport
in file Thumb.php, method SimpleGallery_Thumb::_checkFormatSupport()
    Check if image format is supported
_checkPath
in file Browse.php, method SimpleGallery_Action_Browse::_checkPath()
    Check if the given path is valid
_cleanDirectoryPath
in file Abstract.php, method SimpleGallery_Action_Abstract::_cleanDirectoryPath()
    Clean directory path
_countImages
in file Browse.php, method SimpleGallery_Action_Browse::_countImages()
    Count images in a gallery
_createThumbnail
in file Thumb.php, method SimpleGallery_Action_Thumb::_createThumbnail()
    Check if the image thumbnail exists. If it doesn't exist, create it
_detectDimensions
in file Thumb.php, method SimpleGallery_Thumb::_detectDimensions()
    Detect image dimensions
_detectFormat
in file Thumb.php, method SimpleGallery_Thumb::_detectFormat()
    Detect image format
_displayContent
in file View.php, method SimpleGallery_Action_View::_displayContent()
    Display content
_displayContent
in file Browse.php, method SimpleGallery_Action_Browse::_displayContent()
    Display content
_displayFooter
in file Browse.php, method SimpleGallery_Action_Browse::_displayFooter()
    Display footer
_displayFooter
in file View.php, method SimpleGallery_Action_View::_displayFooter()
    Display footer
_displayFooter
in file Abstract.php, method SimpleGallery_Action_Abstract::_displayFooter()
    Display footer
_displayHeader
in file Browse.php, method SimpleGallery_Action_Browse::_displayHeader()
    Display header
_displayHeader
in file View.php, method SimpleGallery_Action_View::_displayHeader()
    Display header
_displayImage
in file View.php, method SimpleGallery_Action_View::_displayImage()
    Display image
_displayNavigation
in file View.php, method SimpleGallery_Action_View::_displayNavigation()
    Display navigation bar
_displayTitle
in file Browse.php, method SimpleGallery_Action_Browse::_displayTitle()
    Display page title
_displayTitle
in file View.php, method SimpleGallery_Action_View::_displayTitle()
    Display page title
_findCurrentPosition
in file View.php, method SimpleGallery_Action_View::_findCurrentPosition()
    Find current image position
_getFilesList
in file Browse.php, method SimpleGallery_Action_Browse::_getFilesList()
    Get files list
_getTitle
in file Directory.php, method SimpleGallery_Directory::_getTitle()
    Get title from file name
_getTitle
in file Abstract.php, method SimpleGallery_Action_Abstract::_getTitle()
    Get title from file name
_init
in file Registry.php, method SimpleGallery_Registry::_init()
    Initialize the default registry instance.
_initAutoLoader
in file Bootstrap.php, method SimpleGallery_Bootstrap::_initAutoLoader()
    Init the auto loader
_loadImage
in file Thumb.php, method SimpleGallery_Thumb::_loadImage()
    Load image to internal GD resource
_resizeImage
in file View.php, method SimpleGallery_Action_View::_resizeImage()
    Resize image based on max config values
_setIncludePath
in file Bootstrap.php, method SimpleGallery_Bootstrap::_setIncludePath()
    Set include path
_setOptions
in file Thumb.php, method SimpleGallery_Thumb::_setOptions()
    Set options
_setPath
in file Abstract.php, method SimpleGallery_Action_Abstract::_setPath()
    Set path from params
_validateFormat
in file Thumb.php, method SimpleGallery_Thumb::_validateFormat()
    Validate format
__construct
in file Bootstrap.php, method SimpleGallery_Bootstrap::__construct()
    Constructor
__construct
in file Browse.php, method SimpleGallery_Action_Browse::__construct()
    Constructor
__construct
in file AutoLoader.php, method SimpleGallery_AutoLoader::__construct()
    Constructor
__construct
in file Thumb.php, method SimpleGallery_Thumb::__construct()
    Constructor
top

Documentation generated on Fri, 18 Feb 2011 19:38:52 +0200 by phpDocumentor 1.4.3