Riferimenti per la classe tslib_gifBuilder

Diagramma delle classi per tslib_gifBuilder

Inheritance graph
[legenda]
Diagramma di collaborazione per tslib_gifBuilder:

Collaboration graph
[legenda]
Lista di tutti i membri.

Membri pubblici

 start ($conf, $data)
 gifBuild ()
 make ()
 checkTextObj ($conf)
 calcOffset ($string)
 getResource ($file, $fileArray)
 checkFile ($file)
 fileName ($pre)
 extension ()
 start ($conf, $data)
 gifBuild ()
 make ()
 checkTextObj ($conf)
 calcOffset ($string)
 getResource ($file, $fileArray)
 checkFile ($file)
 fileName ($pre)
 extension ()
 start ($conf, $data)
 gifBuild ()
 make ()
 checkTextObj ($conf)
 calcOffset ($string)
 getResource ($file, $fileArray)
 checkFile ($file)
 fileName ($pre)
 extension ()
 start ($conf, $data)
 gifBuild ()
 make ()
 checkTextObj ($conf)
 calcOffset ($string)
 getResource ($file, $fileArray)
 checkFile ($file)
 fileName ($pre)
 extension ()
 start ($conf, $data)
 gifBuild ()
 make ()
 checkTextObj ($conf)
 calcOffset ($string)
 getResource ($file, $fileArray)
 checkFile ($file)
 fileName ($pre)
 extension ()
 start ($conf, $data)
 gifBuild ()
 make ()
 checkTextObj ($conf)
 calcOffset ($string)
 getResource ($file, $fileArray)
 checkFile ($file)
 fileName ($pre)
 extension ()

Attributi pubblici

 $im = ''
 $w = 0
 $h = 0
 $map
 $workArea
 $setup = Array ()
 $combinedTextStrings = array()
 $combinedFileNames = array()
 $data = Array()
 $objBB = Array()
 $myClassName = 'gifbuilder'
 $charRangeMap = array()

Descrizione Dettagliata

Definizione alla linea 102 del file class.tslib_gifbuilder.php.


Documentazione delle funzioni membro

tslib_gifBuilder::calcOffset string  ) 
 

Calculation of offset using "splitCalc" and insertion of dimensions from other GIFBUILDER objects.

Example: Input: 2+2, 2*3, 123, [10.w] Output: 4,6,123,45 (provided that the width of object in position 10 was 45 pixels wide)

Parametri:
string The string to resolve/calculate the result of. The string is divided by a comma first and each resulting part is calculated into an integer.
Restituisce:
string The resolved string with each part (separated by comma) returned separated by comma private

Definizione alla linea 572 del file class.tslib_gifbuilder.php.

Riferimenti $key, $parts, $val, $value, e t3lib_div::splitCalc().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::calcOffset string  ) 
 

Calculation of offset using "splitCalc" and insertion of dimensions from other GIFBUILDER objects.

Example: Input: 2+2, 2*3, 123, [10.w] Output: 4,6,123,45 (provided that the width of object in position 10 was 45 pixels wide)

Parametri:
string The string to resolve/calculate the result of. The string is divided by a comma first and each resulting part is calculated into an integer.
Restituisce:
string The resolved string with each part (separated by comma) returned separated by comma private

Definizione alla linea 572 del file class.tslib_gifbuilder.php.

Riferimenti $key, $parts, $val, $value, e t3lib_div::splitCalc().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::calcOffset string  ) 
 

Calculation of offset using "splitCalc" and insertion of dimensions from other GIFBUILDER objects.

Example: Input: 2+2, 2*3, 123, [10.w] Output: 4,6,123,45 (provided that the width of object in position 10 was 45 pixels wide)

Parametri:
string The string to resolve/calculate the result of. The string is divided by a comma first and each resulting part is calculated into an integer.
Restituisce:
string The resolved string with each part (separated by comma) returned separated by comma private

Definizione alla linea 572 del file class.tslib_gifbuilder.php.

Riferimenti $key, $parts, $val, $value, e t3lib_div::splitCalc().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::calcOffset string  ) 
 

Calculation of offset using "splitCalc" and insertion of dimensions from other GIFBUILDER objects.

Example: Input: 2+2, 2*3, 123, [10.w] Output: 4,6,123,45 (provided that the width of object in position 10 was 45 pixels wide)

Parametri:
string The string to resolve/calculate the result of. The string is divided by a comma first and each resulting part is calculated into an integer.
Restituisce:
string The resolved string with each part (separated by comma) returned separated by comma private

Definizione alla linea 572 del file class.tslib_gifbuilder.php.

Riferimenti $key, $parts, $val, $value, e t3lib_div::splitCalc().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::calcOffset string  ) 
 

Calculation of offset using "splitCalc" and insertion of dimensions from other GIFBUILDER objects.

Example: Input: 2+2, 2*3, 123, [10.w] Output: 4,6,123,45 (provided that the width of object in position 10 was 45 pixels wide)

Parametri:
string The string to resolve/calculate the result of. The string is divided by a comma first and each resulting part is calculated into an integer.
Restituisce:
string The resolved string with each part (separated by comma) returned separated by comma private

Definizione alla linea 572 del file class.tslib_gifbuilder.php.

Riferimenti $key, $parts, $val, $value, e t3lib_div::splitCalc().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::calcOffset string  ) 
 

Calculation of offset using "splitCalc" and insertion of dimensions from other GIFBUILDER objects.

Example: Input: 2+2, 2*3, 123, [10.w] Output: 4,6,123,45 (provided that the width of object in position 10 was 45 pixels wide)

Parametri:
string The string to resolve/calculate the result of. The string is divided by a comma first and each resulting part is calculated into an integer.
Restituisce:
string The resolved string with each part (separated by comma) returned separated by comma private

Definizione alla linea 572 del file class.tslib_gifbuilder.php.

Riferimenti $key, $parts, $val, $value, e t3lib_div::splitCalc().

Referenziato da start().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::checkFile file  ) 
 

Returns the reference to a "resource" in TypoScript.

Parametri:
string The resource value.
Restituisce:
string Returns the relative filepath private
Vedi anche:
t3lib_TStemplate::getFileName()

Reimplementa t3lib_stdGraphic.

Definizione alla linea 636 del file class.tslib_gifbuilder.php.

Riferimenti $file, e $GLOBALS.

tslib_gifBuilder::checkFile file  ) 
 

Returns the reference to a "resource" in TypoScript.

Parametri:
string The resource value.
Restituisce:
string Returns the relative filepath private
Vedi anche:
t3lib_TStemplate::getFileName()

Reimplementa t3lib_stdGraphic.

Definizione alla linea 636 del file class.tslib_gifbuilder.php.

Riferimenti $file, e $GLOBALS.

tslib_gifBuilder::checkFile file  ) 
 

Returns the reference to a "resource" in TypoScript.

Parametri:
string The resource value.
Restituisce:
string Returns the relative filepath private
Vedi anche:
t3lib_TStemplate::getFileName()

Reimplementa t3lib_stdGraphic.

Definizione alla linea 636 del file class.tslib_gifbuilder.php.

Riferimenti $file, e $GLOBALS.

tslib_gifBuilder::checkFile file  ) 
 

Returns the reference to a "resource" in TypoScript.

Parametri:
string The resource value.
Restituisce:
string Returns the relative filepath private
Vedi anche:
t3lib_TStemplate::getFileName()

Reimplementa t3lib_stdGraphic.

Definizione alla linea 636 del file class.tslib_gifbuilder.php.

Riferimenti $file, e $GLOBALS.

tslib_gifBuilder::checkFile file  ) 
 

Returns the reference to a "resource" in TypoScript.

Parametri:
string The resource value.
Restituisce:
string Returns the relative filepath private
Vedi anche:
t3lib_TStemplate::getFileName()

Reimplementa t3lib_stdGraphic.

Definizione alla linea 636 del file class.tslib_gifbuilder.php.

Riferimenti $file, e $GLOBALS.

tslib_gifBuilder::checkFile file  ) 
 

Returns the reference to a "resource" in TypoScript.

Parametri:
string The resource value.
Restituisce:
string Returns the relative filepath private
Vedi anche:
t3lib_TStemplate::getFileName()

Reimplementa t3lib_stdGraphic.

Definizione alla linea 636 del file class.tslib_gifbuilder.php.

Riferimenti $file, e $GLOBALS.

Referenziato da checkTextObj().

tslib_gifBuilder::checkTextObj conf  ) 
 

Initializing/Cleaning of TypoScript properties for TEXT GIFBUILDER objects

'cleans' TEXT-object; Checks fontfile and other vital setup Finds the title if its a 'variable' (instantiates a cObj and loads it with the ->data record) Performs caseshift if any.

Parametri:
array GIFBUILDER object TypoScript properties
Restituisce:
array Modified $conf array IF the "text" property is not blank private

Definizione alla linea 493 del file class.tslib_gifbuilder.php.

Riferimenti $conf, $key, $value, checkFile(), e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::checkTextObj conf  ) 
 

Initializing/Cleaning of TypoScript properties for TEXT GIFBUILDER objects

'cleans' TEXT-object; Checks fontfile and other vital setup Finds the title if its a 'variable' (instantiates a cObj and loads it with the ->data record) Performs caseshift if any.

Parametri:
array GIFBUILDER object TypoScript properties
Restituisce:
array Modified $conf array IF the "text" property is not blank private

Definizione alla linea 493 del file class.tslib_gifbuilder.php.

Riferimenti $conf, $key, $value, checkFile(), e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::checkTextObj conf  ) 
 

Initializing/Cleaning of TypoScript properties for TEXT GIFBUILDER objects

'cleans' TEXT-object; Checks fontfile and other vital setup Finds the title if its a 'variable' (instantiates a cObj and loads it with the ->data record) Performs caseshift if any.

Parametri:
array GIFBUILDER object TypoScript properties
Restituisce:
array Modified $conf array IF the "text" property is not blank private

Definizione alla linea 493 del file class.tslib_gifbuilder.php.

Riferimenti $conf, $key, $value, checkFile(), e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::checkTextObj conf  ) 
 

Initializing/Cleaning of TypoScript properties for TEXT GIFBUILDER objects

'cleans' TEXT-object; Checks fontfile and other vital setup Finds the title if its a 'variable' (instantiates a cObj and loads it with the ->data record) Performs caseshift if any.

Parametri:
array GIFBUILDER object TypoScript properties
Restituisce:
array Modified $conf array IF the "text" property is not blank private

Definizione alla linea 493 del file class.tslib_gifbuilder.php.

Riferimenti $conf, $key, $value, checkFile(), e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::checkTextObj conf  ) 
 

Initializing/Cleaning of TypoScript properties for TEXT GIFBUILDER objects

'cleans' TEXT-object; Checks fontfile and other vital setup Finds the title if its a 'variable' (instantiates a cObj and loads it with the ->data record) Performs caseshift if any.

Parametri:
array GIFBUILDER object TypoScript properties
Restituisce:
array Modified $conf array IF the "text" property is not blank private

Definizione alla linea 493 del file class.tslib_gifbuilder.php.

Riferimenti $conf, $key, $value, checkFile(), e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::checkTextObj conf  ) 
 

Initializing/Cleaning of TypoScript properties for TEXT GIFBUILDER objects

'cleans' TEXT-object; Checks fontfile and other vital setup Finds the title if its a 'variable' (instantiates a cObj and loads it with the ->data record) Performs caseshift if any.

Parametri:
array GIFBUILDER object TypoScript properties
Restituisce:
array Modified $conf array IF the "text" property is not blank private

Definizione alla linea 493 del file class.tslib_gifbuilder.php.

Riferimenti $conf, $key, $value, checkFile(), e t3lib_div::makeInstance().

Referenziato da make(), e start().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::extension  ) 
 

Returns the file extension used in the filename

Restituisce:
string Extension; "jpg" or "gif"/"png" private

Definizione alla linea 663 del file class.tslib_gifbuilder.php.

tslib_gifBuilder::extension  ) 
 

Returns the file extension used in the filename

Restituisce:
string Extension; "jpg" or "gif"/"png" private

Definizione alla linea 663 del file class.tslib_gifbuilder.php.

tslib_gifBuilder::extension  ) 
 

Returns the file extension used in the filename

Restituisce:
string Extension; "jpg" or "gif"/"png" private

Definizione alla linea 663 del file class.tslib_gifbuilder.php.

tslib_gifBuilder::extension  ) 
 

Returns the file extension used in the filename

Restituisce:
string Extension; "jpg" or "gif"/"png" private

Definizione alla linea 663 del file class.tslib_gifbuilder.php.

tslib_gifBuilder::extension  ) 
 

Returns the file extension used in the filename

Restituisce:
string Extension; "jpg" or "gif"/"png" private

Definizione alla linea 663 del file class.tslib_gifbuilder.php.

tslib_gifBuilder::extension  ) 
 

Returns the file extension used in the filename

Restituisce:
string Extension; "jpg" or "gif"/"png" private

Definizione alla linea 663 del file class.tslib_gifbuilder.php.

tslib_gifBuilder::fileName pre  ) 
 

Calculates the GIFBUILDER output filename/path based on a serialized, hashed value of this->setup

Parametri:
string Filename prefix, eg. "GB_"
Restituisce:
string The relative filepath (relative to PATH_site) private

Definizione alla linea 647 del file class.tslib_gifbuilder.php.

Riferimenti $GLOBALS, e t3lib_div::shortMD5().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::fileName pre  ) 
 

Calculates the GIFBUILDER output filename/path based on a serialized, hashed value of this->setup

Parametri:
string Filename prefix, eg. "GB_"
Restituisce:
string The relative filepath (relative to PATH_site) private

Definizione alla linea 647 del file class.tslib_gifbuilder.php.

Riferimenti $GLOBALS, e t3lib_div::shortMD5().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::fileName pre  ) 
 

Calculates the GIFBUILDER output filename/path based on a serialized, hashed value of this->setup

Parametri:
string Filename prefix, eg. "GB_"
Restituisce:
string The relative filepath (relative to PATH_site) private

Definizione alla linea 647 del file class.tslib_gifbuilder.php.

Riferimenti $GLOBALS, e t3lib_div::shortMD5().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::fileName pre  ) 
 

Calculates the GIFBUILDER output filename/path based on a serialized, hashed value of this->setup

Parametri:
string Filename prefix, eg. "GB_"
Restituisce:
string The relative filepath (relative to PATH_site) private

Definizione alla linea 647 del file class.tslib_gifbuilder.php.

Riferimenti $GLOBALS, e t3lib_div::shortMD5().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::fileName pre  ) 
 

Calculates the GIFBUILDER output filename/path based on a serialized, hashed value of this->setup

Parametri:
string Filename prefix, eg. "GB_"
Restituisce:
string The relative filepath (relative to PATH_site) private

Definizione alla linea 647 del file class.tslib_gifbuilder.php.

Riferimenti $GLOBALS, e t3lib_div::shortMD5().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::fileName pre  ) 
 

Calculates the GIFBUILDER output filename/path based on a serialized, hashed value of this->setup

Parametri:
string Filename prefix, eg. "GB_"
Restituisce:
string The relative filepath (relative to PATH_site) private

Definizione alla linea 647 del file class.tslib_gifbuilder.php.

Riferimenti $GLOBALS, e t3lib_div::shortMD5().

Referenziato da gifBuild().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::getResource file,
fileArray
 

Returns an "imgResource" creating an instance of the tslib_cObj class and calling tslib_cObj::getImgResource

Parametri:
string Filename value OR the string "GIFBUILDER", see documentation in TSref for the "datatype" called "imgResource"
array TypoScript properties passed to the function. Either GIFBUILDER properties or imgResource properties, depending on the value of $file (whether that is "GIFBUILDER" or a file reference)
Restituisce:
array Returns an array with file information if an image was returned. Otherwise false. private
Vedi anche:
tslib_cObj::getImgResource() &tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=315&cHash=63b593a934 http://typo3.org/doc.0.html?&tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=282&cHash=831a95115d

Definizione alla linea 621 del file class.tslib_gifbuilder.php.

Riferimenti $file, e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::getResource file,
fileArray
 

Returns an "imgResource" creating an instance of the tslib_cObj class and calling tslib_cObj::getImgResource

Parametri:
string Filename value OR the string "GIFBUILDER", see documentation in TSref for the "datatype" called "imgResource"
array TypoScript properties passed to the function. Either GIFBUILDER properties or imgResource properties, depending on the value of $file (whether that is "GIFBUILDER" or a file reference)
Restituisce:
array Returns an array with file information if an image was returned. Otherwise false. private
Vedi anche:
tslib_cObj::getImgResource() &tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=315&cHash=63b593a934 http://typo3.org/doc.0.html?&tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=282&cHash=831a95115d

Definizione alla linea 621 del file class.tslib_gifbuilder.php.

Riferimenti $file, e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::getResource file,
fileArray
 

Returns an "imgResource" creating an instance of the tslib_cObj class and calling tslib_cObj::getImgResource

Parametri:
string Filename value OR the string "GIFBUILDER", see documentation in TSref for the "datatype" called "imgResource"
array TypoScript properties passed to the function. Either GIFBUILDER properties or imgResource properties, depending on the value of $file (whether that is "GIFBUILDER" or a file reference)
Restituisce:
array Returns an array with file information if an image was returned. Otherwise false. private
Vedi anche:
tslib_cObj::getImgResource() &tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=315&cHash=63b593a934 http://typo3.org/doc.0.html?&tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=282&cHash=831a95115d

Definizione alla linea 621 del file class.tslib_gifbuilder.php.

Riferimenti $file, e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::getResource file,
fileArray
 

Returns an "imgResource" creating an instance of the tslib_cObj class and calling tslib_cObj::getImgResource

Parametri:
string Filename value OR the string "GIFBUILDER", see documentation in TSref for the "datatype" called "imgResource"
array TypoScript properties passed to the function. Either GIFBUILDER properties or imgResource properties, depending on the value of $file (whether that is "GIFBUILDER" or a file reference)
Restituisce:
array Returns an array with file information if an image was returned. Otherwise false. private
Vedi anche:
tslib_cObj::getImgResource() &tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=315&cHash=63b593a934 http://typo3.org/doc.0.html?&tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=282&cHash=831a95115d

Definizione alla linea 621 del file class.tslib_gifbuilder.php.

Riferimenti $file, e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::getResource file,
fileArray
 

Returns an "imgResource" creating an instance of the tslib_cObj class and calling tslib_cObj::getImgResource

Parametri:
string Filename value OR the string "GIFBUILDER", see documentation in TSref for the "datatype" called "imgResource"
array TypoScript properties passed to the function. Either GIFBUILDER properties or imgResource properties, depending on the value of $file (whether that is "GIFBUILDER" or a file reference)
Restituisce:
array Returns an array with file information if an image was returned. Otherwise false. private
Vedi anche:
tslib_cObj::getImgResource() &tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=315&cHash=63b593a934 http://typo3.org/doc.0.html?&tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=282&cHash=831a95115d

Definizione alla linea 621 del file class.tslib_gifbuilder.php.

Riferimenti $file, e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::getResource file,
fileArray
 

Returns an "imgResource" creating an instance of the tslib_cObj class and calling tslib_cObj::getImgResource

Parametri:
string Filename value OR the string "GIFBUILDER", see documentation in TSref for the "datatype" called "imgResource"
array TypoScript properties passed to the function. Either GIFBUILDER properties or imgResource properties, depending on the value of $file (whether that is "GIFBUILDER" or a file reference)
Restituisce:
array Returns an array with file information if an image was returned. Otherwise false. private
Vedi anche:
tslib_cObj::getImgResource() &tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=315&cHash=63b593a934 http://typo3.org/doc.0.html?&tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=282&cHash=831a95115d

Definizione alla linea 621 del file class.tslib_gifbuilder.php.

Riferimenti $file, e t3lib_div::makeInstance().

Referenziato da start().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::gifBuild  ) 
 

Initiates the image file generation if ->setup is true and if the file did not exist already. Gets filename from fileName() and if file exists in typo3temp/ dir it will - of course - not be rendered again. Otherwise rendering means calling ->make(), then ->output(), then ->destroy()

Restituisce:
string The filename for the created GIF/PNG file. The filename will be prefixed "GB_"
Vedi anche:
make(), fileName()

Definizione alla linea 314 del file class.tslib_gifbuilder.php.

Riferimenti t3lib_stdGraphic::createTempSubDir(), t3lib_stdGraphic::destroy(), fileName(), make(), e t3lib_stdGraphic::output().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::gifBuild  ) 
 

Initiates the image file generation if ->setup is true and if the file did not exist already. Gets filename from fileName() and if file exists in typo3temp/ dir it will - of course - not be rendered again. Otherwise rendering means calling ->make(), then ->output(), then ->destroy()

Restituisce:
string The filename for the created GIF/PNG file. The filename will be prefixed "GB_"
Vedi anche:
make(), fileName()

Definizione alla linea 314 del file class.tslib_gifbuilder.php.

Riferimenti t3lib_stdGraphic::createTempSubDir(), t3lib_stdGraphic::destroy(), fileName(), make(), e t3lib_stdGraphic::output().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::gifBuild  ) 
 

Initiates the image file generation if ->setup is true and if the file did not exist already. Gets filename from fileName() and if file exists in typo3temp/ dir it will - of course - not be rendered again. Otherwise rendering means calling ->make(), then ->output(), then ->destroy()

Restituisce:
string The filename for the created GIF/PNG file. The filename will be prefixed "GB_"
Vedi anche:
make(), fileName()

Definizione alla linea 314 del file class.tslib_gifbuilder.php.

Riferimenti t3lib_stdGraphic::createTempSubDir(), t3lib_stdGraphic::destroy(), fileName(), make(), e t3lib_stdGraphic::output().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::gifBuild  ) 
 

Initiates the image file generation if ->setup is true and if the file did not exist already. Gets filename from fileName() and if file exists in typo3temp/ dir it will - of course - not be rendered again. Otherwise rendering means calling ->make(), then ->output(), then ->destroy()

Restituisce:
string The filename for the created GIF/PNG file. The filename will be prefixed "GB_"
Vedi anche:
make(), fileName()

Definizione alla linea 314 del file class.tslib_gifbuilder.php.

Riferimenti t3lib_stdGraphic::createTempSubDir(), t3lib_stdGraphic::destroy(), fileName(), make(), e t3lib_stdGraphic::output().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::gifBuild  ) 
 

Initiates the image file generation if ->setup is true and if the file did not exist already. Gets filename from fileName() and if file exists in typo3temp/ dir it will - of course - not be rendered again. Otherwise rendering means calling ->make(), then ->output(), then ->destroy()

Restituisce:
string The filename for the created GIF/PNG file. The filename will be prefixed "GB_"
Vedi anche:
make(), fileName()

Definizione alla linea 314 del file class.tslib_gifbuilder.php.

Riferimenti t3lib_stdGraphic::createTempSubDir(), t3lib_stdGraphic::destroy(), fileName(), make(), e t3lib_stdGraphic::output().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::gifBuild  ) 
 

Initiates the image file generation if ->setup is true and if the file did not exist already. Gets filename from fileName() and if file exists in typo3temp/ dir it will - of course - not be rendered again. Otherwise rendering means calling ->make(), then ->output(), then ->destroy()

Restituisce:
string The filename for the created GIF/PNG file. The filename will be prefixed "GB_"
Vedi anche:
make(), fileName()

Definizione alla linea 314 del file class.tslib_gifbuilder.php.

Riferimenti t3lib_stdGraphic::createTempSubDir(), t3lib_stdGraphic::destroy(), fileName(), make(), e t3lib_stdGraphic::output().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::make  ) 
 

The actual rendering of the image file. Basically sets the dimensions, the background color, the traverses the array of GIFBUILDER objects and finally setting the transparent color if defined. Creates a GDlib resource in $this->im and works on that Called by gifBuild()

Restituisce:
void private
Vedi anche:
gifBuild() &tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=378&cHash=3c2ae4a1ab

Definizione alla linea 342 del file class.tslib_gifbuilder.php.

Riferimenti $conf, t3lib_stdGraphic::adjust(), checkTextObj(), t3lib_stdGraphic::convertColor(), t3lib_stdGraphic::copyImageOntoImage(), t3lib_stdGraphic::crop(), t3lib_stdGraphic::makeBox(), t3lib_stdGraphic::makeEffect(), t3lib_stdGraphic::makeEmboss(), t3lib_stdGraphic::makeOutline(), t3lib_stdGraphic::makeShadow(), t3lib_stdGraphic::makeText(), t3lib_stdGraphic::maskImageOntoImage(), t3lib_stdGraphic::scale(), t3lib_stdGraphic::setWorkArea(), e t3lib_TStemplate::sortedKeyList().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::make  ) 
 

The actual rendering of the image file. Basically sets the dimensions, the background color, the traverses the array of GIFBUILDER objects and finally setting the transparent color if defined. Creates a GDlib resource in $this->im and works on that Called by gifBuild()

Restituisce:
void private
Vedi anche:
gifBuild() &tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=378&cHash=3c2ae4a1ab

Definizione alla linea 342 del file class.tslib_gifbuilder.php.

Riferimenti $conf, t3lib_stdGraphic::adjust(), checkTextObj(), t3lib_stdGraphic::convertColor(), t3lib_stdGraphic::copyImageOntoImage(), t3lib_stdGraphic::crop(), t3lib_stdGraphic::makeBox(), t3lib_stdGraphic::makeEffect(), t3lib_stdGraphic::makeEmboss(), t3lib_stdGraphic::makeOutline(), t3lib_stdGraphic::makeShadow(), t3lib_stdGraphic::makeText(), t3lib_stdGraphic::maskImageOntoImage(), t3lib_stdGraphic::scale(), t3lib_stdGraphic::setWorkArea(), e t3lib_TStemplate::sortedKeyList().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::make  ) 
 

The actual rendering of the image file. Basically sets the dimensions, the background color, the traverses the array of GIFBUILDER objects and finally setting the transparent color if defined. Creates a GDlib resource in $this->im and works on that Called by gifBuild()

Restituisce:
void private
Vedi anche:
gifBuild() &tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=378&cHash=3c2ae4a1ab

Definizione alla linea 342 del file class.tslib_gifbuilder.php.

Riferimenti $conf, t3lib_stdGraphic::adjust(), checkTextObj(), t3lib_stdGraphic::convertColor(), t3lib_stdGraphic::copyImageOntoImage(), t3lib_stdGraphic::crop(), t3lib_stdGraphic::makeBox(), t3lib_stdGraphic::makeEffect(), t3lib_stdGraphic::makeEmboss(), t3lib_stdGraphic::makeOutline(), t3lib_stdGraphic::makeShadow(), t3lib_stdGraphic::makeText(), t3lib_stdGraphic::maskImageOntoImage(), t3lib_stdGraphic::scale(), t3lib_stdGraphic::setWorkArea(), e t3lib_TStemplate::sortedKeyList().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::make  ) 
 

The actual rendering of the image file. Basically sets the dimensions, the background color, the traverses the array of GIFBUILDER objects and finally setting the transparent color if defined. Creates a GDlib resource in $this->im and works on that Called by gifBuild()

Restituisce:
void private
Vedi anche:
gifBuild() &tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=378&cHash=3c2ae4a1ab

Definizione alla linea 342 del file class.tslib_gifbuilder.php.

Riferimenti $conf, t3lib_stdGraphic::adjust(), checkTextObj(), t3lib_stdGraphic::convertColor(), t3lib_stdGraphic::copyImageOntoImage(), t3lib_stdGraphic::crop(), t3lib_stdGraphic::makeBox(), t3lib_stdGraphic::makeEffect(), t3lib_stdGraphic::makeEmboss(), t3lib_stdGraphic::makeOutline(), t3lib_stdGraphic::makeShadow(), t3lib_stdGraphic::makeText(), t3lib_stdGraphic::maskImageOntoImage(), t3lib_stdGraphic::scale(), t3lib_stdGraphic::setWorkArea(), e t3lib_TStemplate::sortedKeyList().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::make  ) 
 

The actual rendering of the image file. Basically sets the dimensions, the background color, the traverses the array of GIFBUILDER objects and finally setting the transparent color if defined. Creates a GDlib resource in $this->im and works on that Called by gifBuild()

Restituisce:
void private
Vedi anche:
gifBuild() &tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=378&cHash=3c2ae4a1ab

Definizione alla linea 342 del file class.tslib_gifbuilder.php.

Riferimenti $conf, t3lib_stdGraphic::adjust(), checkTextObj(), t3lib_stdGraphic::convertColor(), t3lib_stdGraphic::copyImageOntoImage(), t3lib_stdGraphic::crop(), t3lib_stdGraphic::makeBox(), t3lib_stdGraphic::makeEffect(), t3lib_stdGraphic::makeEmboss(), t3lib_stdGraphic::makeOutline(), t3lib_stdGraphic::makeShadow(), t3lib_stdGraphic::makeText(), t3lib_stdGraphic::maskImageOntoImage(), t3lib_stdGraphic::scale(), t3lib_stdGraphic::setWorkArea(), e t3lib_TStemplate::sortedKeyList().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::make  ) 
 

The actual rendering of the image file. Basically sets the dimensions, the background color, the traverses the array of GIFBUILDER objects and finally setting the transparent color if defined. Creates a GDlib resource in $this->im and works on that Called by gifBuild()

Restituisce:
void private
Vedi anche:
gifBuild() &tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=378&cHash=3c2ae4a1ab

Definizione alla linea 342 del file class.tslib_gifbuilder.php.

Riferimenti $conf, t3lib_stdGraphic::adjust(), checkTextObj(), t3lib_stdGraphic::convertColor(), t3lib_stdGraphic::copyImageOntoImage(), t3lib_stdGraphic::crop(), t3lib_stdGraphic::makeBox(), t3lib_stdGraphic::makeEffect(), t3lib_stdGraphic::makeEmboss(), t3lib_stdGraphic::makeOutline(), t3lib_stdGraphic::makeShadow(), t3lib_stdGraphic::makeText(), t3lib_stdGraphic::maskImageOntoImage(), t3lib_stdGraphic::scale(), t3lib_stdGraphic::setWorkArea(), e t3lib_TStemplate::sortedKeyList().

Referenziato da gifBuild().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::start conf,
data
 

Initialization of the GIFBUILDER objects, in particular TEXT and IMAGE. This includes finding the bounding box, setting dimensions and offset values before the actual rendering is started. Modifies the ->setup, ->objBB internal arrays Should be called after the ->init() function which initializes the parent class functions/variables in general. The class tslib_gmenu also uses gifbuilder and here there is an interesting use since the function findLargestDims() from that class calls the init() and start() functions to find the total dimensions before starting the rendering of the images.

Parametri:
array TypoScript properties for the GIFBUILDER session. Stored internally in the variable ->setup
array The current data record from tslib_cObj. Stored internally in the variable ->data
Restituisce:
void
Vedi anche:
tslib_cObj::getImgResource(), tslib_gmenu::makeGifs(), tslib_gmenu::findLargestDims()

Definizione alla linea 129 del file class.tslib_gifbuilder.php.

Riferimenti $conf, $data, $GLOBALS, t3lib_stdGraphic::calcBBox(), calcOffset(), t3lib_div::callUserFunction(), checkTextObj(), t3lib_stdGraphic::crop(), t3lib_stdGraphic::fontResize(), getResource(), height, t3lib_div::intExplode(), t3lib_div::intInRange(), t3lib_div::makeInstance(), t3lib_stdGraphic::setWorkArea(), e t3lib_TStemplate::sortedKeyList().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::start conf,
data
 

Initialization of the GIFBUILDER objects, in particular TEXT and IMAGE. This includes finding the bounding box, setting dimensions and offset values before the actual rendering is started. Modifies the ->setup, ->objBB internal arrays Should be called after the ->init() function which initializes the parent class functions/variables in general. The class tslib_gmenu also uses gifbuilder and here there is an interesting use since the function findLargestDims() from that class calls the init() and start() functions to find the total dimensions before starting the rendering of the images.

Parametri:
array TypoScript properties for the GIFBUILDER session. Stored internally in the variable ->setup
array The current data record from tslib_cObj. Stored internally in the variable ->data
Restituisce:
void
Vedi anche:
tslib_cObj::getImgResource(), tslib_gmenu::makeGifs(), tslib_gmenu::findLargestDims()

Definizione alla linea 129 del file class.tslib_gifbuilder.php.

Riferimenti $conf, $data, $GLOBALS, t3lib_stdGraphic::calcBBox(), calcOffset(), t3lib_div::callUserFunction(), checkTextObj(), t3lib_stdGraphic::crop(), t3lib_stdGraphic::fontResize(), getResource(), height, t3lib_div::intExplode(), t3lib_div::intInRange(), t3lib_div::makeInstance(), t3lib_stdGraphic::setWorkArea(), e t3lib_TStemplate::sortedKeyList().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::start conf,
data
 

Initialization of the GIFBUILDER objects, in particular TEXT and IMAGE. This includes finding the bounding box, setting dimensions and offset values before the actual rendering is started. Modifies the ->setup, ->objBB internal arrays Should be called after the ->init() function which initializes the parent class functions/variables in general. The class tslib_gmenu also uses gifbuilder and here there is an interesting use since the function findLargestDims() from that class calls the init() and start() functions to find the total dimensions before starting the rendering of the images.

Parametri:
array TypoScript properties for the GIFBUILDER session. Stored internally in the variable ->setup
array The current data record from tslib_cObj. Stored internally in the variable ->data
Restituisce:
void
Vedi anche:
tslib_cObj::getImgResource(), tslib_gmenu::makeGifs(), tslib_gmenu::findLargestDims()

Definizione alla linea 129 del file class.tslib_gifbuilder.php.

Riferimenti $conf, $data, $GLOBALS, t3lib_stdGraphic::calcBBox(), calcOffset(), t3lib_div::callUserFunction(), checkTextObj(), t3lib_stdGraphic::crop(), t3lib_stdGraphic::fontResize(), getResource(), height, t3lib_div::intExplode(), t3lib_div::intInRange(), t3lib_div::makeInstance(), t3lib_stdGraphic::setWorkArea(), e t3lib_TStemplate::sortedKeyList().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::start conf,
data
 

Initialization of the GIFBUILDER objects, in particular TEXT and IMAGE. This includes finding the bounding box, setting dimensions and offset values before the actual rendering is started. Modifies the ->setup, ->objBB internal arrays Should be called after the ->init() function which initializes the parent class functions/variables in general. The class tslib_gmenu also uses gifbuilder and here there is an interesting use since the function findLargestDims() from that class calls the init() and start() functions to find the total dimensions before starting the rendering of the images.

Parametri:
array TypoScript properties for the GIFBUILDER session. Stored internally in the variable ->setup
array The current data record from tslib_cObj. Stored internally in the variable ->data
Restituisce:
void
Vedi anche:
tslib_cObj::getImgResource(), tslib_gmenu::makeGifs(), tslib_gmenu::findLargestDims()

Definizione alla linea 129 del file class.tslib_gifbuilder.php.

Riferimenti $conf, $data, $GLOBALS, t3lib_stdGraphic::calcBBox(), calcOffset(), t3lib_div::callUserFunction(), checkTextObj(), t3lib_stdGraphic::crop(), t3lib_stdGraphic::fontResize(), getResource(), height, t3lib_div::intExplode(), t3lib_div::intInRange(), t3lib_div::makeInstance(), t3lib_stdGraphic::setWorkArea(), e t3lib_TStemplate::sortedKeyList().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::start conf,
data
 

Initialization of the GIFBUILDER objects, in particular TEXT and IMAGE. This includes finding the bounding box, setting dimensions and offset values before the actual rendering is started. Modifies the ->setup, ->objBB internal arrays Should be called after the ->init() function which initializes the parent class functions/variables in general. The class tslib_gmenu also uses gifbuilder and here there is an interesting use since the function findLargestDims() from that class calls the init() and start() functions to find the total dimensions before starting the rendering of the images.

Parametri:
array TypoScript properties for the GIFBUILDER session. Stored internally in the variable ->setup
array The current data record from tslib_cObj. Stored internally in the variable ->data
Restituisce:
void
Vedi anche:
tslib_cObj::getImgResource(), tslib_gmenu::makeGifs(), tslib_gmenu::findLargestDims()

Definizione alla linea 129 del file class.tslib_gifbuilder.php.

Riferimenti $conf, $data, $GLOBALS, t3lib_stdGraphic::calcBBox(), calcOffset(), t3lib_div::callUserFunction(), checkTextObj(), t3lib_stdGraphic::crop(), t3lib_stdGraphic::fontResize(), getResource(), height, t3lib_div::intExplode(), t3lib_div::intInRange(), t3lib_div::makeInstance(), t3lib_stdGraphic::setWorkArea(), e t3lib_TStemplate::sortedKeyList().

Questo è il grafo delle chiamate per questa funzione:

tslib_gifBuilder::start conf,
data
 

Initialization of the GIFBUILDER objects, in particular TEXT and IMAGE. This includes finding the bounding box, setting dimensions and offset values before the actual rendering is started. Modifies the ->setup, ->objBB internal arrays Should be called after the ->init() function which initializes the parent class functions/variables in general. The class tslib_gmenu also uses gifbuilder and here there is an interesting use since the function findLargestDims() from that class calls the init() and start() functions to find the total dimensions before starting the rendering of the images.

Parametri:
array TypoScript properties for the GIFBUILDER session. Stored internally in the variable ->setup
array The current data record from tslib_cObj. Stored internally in the variable ->data
Restituisce:
void
Vedi anche:
tslib_cObj::getImgResource(), tslib_gmenu::makeGifs(), tslib_gmenu::findLargestDims()

Definizione alla linea 129 del file class.tslib_gifbuilder.php.

Riferimenti $conf, $data, $GLOBALS, t3lib_stdGraphic::calcBBox(), calcOffset(), t3lib_div::callUserFunction(), checkTextObj(), t3lib_stdGraphic::crop(), t3lib_stdGraphic::fontResize(), getResource(), height, t3lib_div::intExplode(), t3lib_div::intInRange(), t3lib_div::makeInstance(), t3lib_stdGraphic::setWorkArea(), e t3lib_TStemplate::sortedKeyList().

Questo è il grafo delle chiamate per questa funzione:


Documentazione dei dati membri

tslib_gifBuilder::$charRangeMap = array()
 

Definizione alla linea 116 del file class.tslib_gifbuilder.php.

tslib_gifBuilder::$combinedFileNames = array()
 

Definizione alla linea 112 del file class.tslib_gifbuilder.php.

tslib_gifBuilder::$combinedTextStrings = array()
 

Definizione alla linea 111 del file class.tslib_gifbuilder.php.

tslib_gifBuilder::$data = Array()
 

Definizione alla linea 113 del file class.tslib_gifbuilder.php.

Referenziato da start().

tslib_gifBuilder::$h = 0
 

Definizione alla linea 107 del file class.tslib_gifbuilder.php.

tslib_gifBuilder::$im = ''
 

Definizione alla linea 105 del file class.tslib_gifbuilder.php.

tslib_gifBuilder::$map
 

Definizione alla linea 108 del file class.tslib_gifbuilder.php.

tslib_gifBuilder::$myClassName = 'gifbuilder'
 

Definizione alla linea 115 del file class.tslib_gifbuilder.php.

tslib_gifBuilder::$objBB = Array()
 

Definizione alla linea 114 del file class.tslib_gifbuilder.php.

tslib_gifBuilder::$setup = Array ()
 

Definizione alla linea 110 del file class.tslib_gifbuilder.php.

tslib_gifBuilder::$w = 0
 

Definizione alla linea 106 del file class.tslib_gifbuilder.php.

tslib_gifBuilder::$workArea
 

Reimplementa t3lib_stdGraphic.

Definizione alla linea 109 del file class.tslib_gifbuilder.php.


La documentazione per questa classe è stata generata a partire dai seguenti file:
Generato il Thu Jan 19 15:42:23 2006 per TYPO3 versione 3.8.1 da  doxygen 1.4.6