|
|||||||
& a b c d f h i l m n p P r s t u w | |||||||
& |
|||||||
&pc4p_create_pdf |
Function in module pc4p_init pc4p_create_pdf - Main wrapper function to create the PDF |
||||||
&pc4p_create_page |
Function in module pc4p_init pc4p_create_page - Wrapper function to create a page |
||||||
&pc4p_create_object |
Function in module pc4p_init pc4p_create_object - Wrapper function to create objects |
||||||
P |
|||||||
PC4PINCLUDES |
Constant defined in module pc4p_init Is defined, if the script has included the subclasses |
||||||
a |
|||||||
$act_x |
Variable in Class pc4p_object x-Pos where the object is placed |
||||||
$act_x |
Variable in Class pc4p_page x-Pos where the page really starts placing objects |
||||||
$act_y |
Variable in Class pc4p_object y-Pos where the object is placed |
||||||
$act_y |
Variable in Class pc4p_page y-Pos where the page really starts placing objects |
||||||
$alignment |
Variable in Class pc4p_object Alignment for the object |
||||||
b |
|||||||
$bookmarks |
Variable in Class pc4p_main As there are no static members, I use a central array to store the already allocated bookmarks |
||||||
$bookmarks |
Variable in Class pc4p_page Bookmarks for this page |
||||||
$bookmark_identifier |
Variable in Class pc4p_main As there are no static members, I use a central variable to store the current bookmark identifier |
||||||
$borders |
Variable in Class pc4p_box Borders of the box |
||||||
$bg_color |
Variable in Class pc4p_page Color of the background |
||||||
$bg_image |
Variable in Class pc4p_page Name of the background image |
||||||
$bgi_type |
Variable in Class pc4p_page Type of the background image |
||||||
$bgi_xoff |
Variable in Class pc4p_page x-Pos for the background image |
||||||
$bgi_yoff |
Variable in Class pc4p_page y-Pos for the background image |
||||||
$bgi_scale |
Variable in Class pc4p_page Scale for the background image |
||||||
c |
|||||||
$children |
Variable in Class pc4p_main Array of all children of this object |
||||||
$children |
Variable in Class pc4p_object Array of all children of this object |
||||||
$children |
Variable in Class pc4p_page Array of all children of this object |
||||||
$curr_page |
Variable in Class pc4p_main Pointer to the current page, used when walking through $children |
||||||
$compression |
Variable in Class pc4p_main Saves the compression, if we're still in object scope |
||||||
$cell |
Variable in Class pc4p_table Array for accessing the cells of the table |
||||||
$colsize |
Variable in Class pc4p_table Array containing the sizes of each column |
||||||
$colnames |
Variable in Class pc4p_table Array containing the names of each column |
||||||
d |
|||||||
$draw_x |
Variable in Class pc4p_object x-Pos used when calculating the positions of subobjects |
||||||
$draw_x |
Variable in Class pc4p_page x-Pos used when calculating the positions for the objects |
||||||
$draw_y |
Variable in Class pc4p_object y-Pos used when calculating the positions of subobjects |
||||||
$draw_y |
Variable in Class pc4p_page y-Pos used when calculating the positions for the objects |
||||||
f |
|||||||
$filename |
Variable in Class pc4p_main Name of the PDF-File |
||||||
$fonts |
Variable in Class pc4p_main As there are no static members, I use a central array to store the fonts |
||||||
$fontp |
Variable in Class pc4p_text Fontpointer for this text |
||||||
$fontname |
Variable in Class pc4p_text Fontname for this text |
||||||
$fontsize |
Variable in Class pc4p_text Fontsize for this text |
||||||
$fillcolor |
Variable in Class pc4p_object Fillcolor |
||||||
$footer |
Variable in Class pc4p_page Footer of the page |
||||||
$footerheight |
Variable in Class pc4p_page The height of the footer, gets saved for following pages |
||||||
h |
|||||||
$height |
Variable in Class pc4p_object Height of the object |
||||||
$height |
Variable in Class pc4p_page Height of the page |
||||||
$header |
Variable in Class pc4p_page Header of the page |
||||||
$headerheight |
Variable in Class pc4p_page The height of the header, gets saved for following pages |
||||||
i |
|||||||
$info_array |
Variable in Class pc4p_main Saves the info-array, if we're still in object scope |
||||||
$imgfile |
Variable in Class pc4p_image Name or resource of the image |
||||||
$imgtype |
Variable in Class pc4p_image Type of the image |
||||||
$imgscale |
Variable in Class pc4p_image Scale of the image |
||||||
l |
|||||||
$linestyle |
Variable in Class pc4p_line Style of the line |
||||||
$linewidth |
Variable in Class pc4p_line Width of the line |
||||||
$linemeet |
Variable in Class pc4p_line Factors to correct the lines when they meet |
||||||
$leading |
Variable in Class pc4p_object Text-Leading |
||||||
$linecolor |
Variable in Class pc4p_object Linecolor |
||||||
m |
|||||||
$margin |
Variable in Class pc4p_box Margins for the box |
||||||
$margin |
Variable in Class pc4p_image Margins for the image |
||||||
$margin |
Variable in Class pc4p_line Margins for the line |
||||||
$margin |
Variable in Class pc4p_text Margins for this text |
||||||
$margin |
Variable in Class pc4p_object Margins for the object |
||||||
$margin |
Variable in Class pc4p_page Margins for the page |
||||||
n |
|||||||
$next_page |
Variable in Class pc4p_main Pointer to the next page, used when walking through $children |
||||||
$newpage |
Variable in Class pc4p_main Should PC4P always create a new page on pagebreak? |
||||||
$newpage |
Variable in Class pc4p_page Should PC4P always create a new page on pagebreak? |
||||||
p |
|||||||
pc4p_main |
Class pc4p_main. PC4P's main class |
||||||
pc4p_main |
Function in class pc4p_main pc4p_main constructor |
||||||
pc4p_open_pdf |
Function in class pc4p_main Opens the PDF object |
||||||
pc4p_check_color |
Function in class pc4p_main Check if a color is standard or custom |
||||||
pc4p_set_savepdf |
Function in class pc4p_main Set the behaviour of the output |
||||||
pc4p_set_newpage |
Function in class pc4p_main Changes the behaviour after a pagebreak |
||||||
pc4p_set_newpage |
Function in class pc4p_page Changes the behaviour after a pagebreak |
||||||
pc4p_draw |
Function in class pc4p_main Draw-Function for the PDF |
||||||
pc4p_draw |
Function in class pc4p_box Draw-function for the box |
||||||
pc4p_draw |
Function in class pc4p_image Draw-function for the image |
||||||
pc4p_draw |
Function in class pc4p_line Draw-function for the line |
||||||
pc4p_draw |
Function in class pc4p_pagenumber Draw-function for pagenumbers |
||||||
pc4p_draw |
Function in class pc4p_text Draw-function for the text |
||||||
pc4p_draw |
Function in class pc4p_object Draw-function for the object |
||||||
pc4p_draw |
Function in class pc4p_page Draw-function for the page |
||||||
pc4p_draw_children |
Function in class pc4p_main Topmost draw-children function |
||||||
pc4p_draw_children |
Function in class pc4p_table Draw-children-function for the table |
||||||
pc4p_draw_children |
Function in class pc4p_object Draw-children-function for the object |
||||||
pc4p_draw_children |
Function in class pc4p_page Draw-children-function for the page |
||||||
pc4p_set_info |
Function in class pc4p_main Sets the info values for the PDF |
||||||
pc4p_set_resourcefile |
Function in class pc4p_main Sets the resourcefile |
||||||
pc4p_set_compatibility |
Function in class pc4p_main Sets the version of Acrobat |
||||||
pc4p_set_tempfile |
Function in class pc4p_main Enables PC4P to use a temporyfile not the memory for PDF creation |
||||||
pc4p_set_serial |
Function in class pc4p_main Sets the serial string |
||||||
pc4p_set_compression |
Function in class pc4p_main Sets the compression-parameter |
||||||
$pdfp |
Variable in Class pc4p_main PDF-Pointer used for all pdf_* |
||||||
$pdfp |
Variable in Class pc4p_object PDF-Pointer used for all pdf_* |
||||||
$pdfp |
Variable in Class pc4p_page PDF-Pointer used for all pdf_* |
||||||
$pdf_opened |
Variable in Class pc4p_main Is the PDF opened? |
||||||
pc4p_box |
Class pc4p_box. The box-object |
||||||
pc4p_box |
Function in class pc4p_box pc4p_box constructor |
||||||
pc4p_set_boxborder |
Function in class pc4p_box Set the style and width of the borders surrounding the box |
||||||
pc4p_set_boxbordercolor |
Function in class pc4p_box Set the colors of the borders surrounding the box |
||||||
pc4p_calc_offset |
Function in class pc4p_box Calls the calc_offset function in all children, sets its own offsets |
||||||
pc4p_calc_offset |
Function in class pc4p_image Calculates the dimensions for the image |
||||||
pc4p_calc_offset |
Function in class pc4p_line Calculates the dimensions for the line |
||||||
pc4p_calc_offset |
Function in class pc4p_text Calculates the dimensions for the text |
||||||
pc4p_calc_offset |
Function in class pc4p_table Calculate the dimensions for the whole table and each cell in it |
||||||
pc4p_calc_offset |
Function in class pc4p_object Calls the calc_offset function in all children, sets its own offsets |
||||||
pc4p_calc_offset |
Function in class pc4p_page Calculates the offsets in this page for every object contained in it |
||||||
pc4p_image |
Class pc4p_image. The image-object |
||||||
pc4p_image |
Function in class pc4p_image pc4p_image constructor |
||||||
pc4p_set_imagescale |
Function in class pc4p_image Sets the imagescale for this object. |
||||||
pc4p_set_weblink |
Function in class pc4p_image Sets a weblink for this object. |
||||||
pc4p_set_weblink |
Function in class pc4p_text Sets a weblink for this object. |
||||||
pc4p_set_image |
Function in class pc4p_image Sets the image for this object. |
||||||
$pim |
Variable in Class pc4p_image Pointer to the image |
||||||
pc4p_line |
Class pc4p_line. The line-object |
||||||
pc4p_line |
Function in class pc4p_line pc4p_line constructor |
||||||
pc4p_set_linestyle |
Function in class pc4p_line Sets the style for the line |
||||||
pc4p_set_linewidth |
Function in class pc4p_line Sets the width of the line |
||||||
pc4p_get_linewidth |
Function in class pc4p_line Returns the total (!) width of the line |
||||||
pc4p_calc_linejoin |
Function in class pc4p_line Calculate the ends of the lines |
||||||
pc4p_pagenumber |
Class pc4p_pagenumber. The pagenumber-object |
||||||
pc4p_pagenumber |
Function in class pc4p_pagenumber pc4p_pagenumber constructor |
||||||
pc4p_text |
Class pc4p_text. The text-object |
||||||
pc4p_text |
Function in class pc4p_text pc4p_text constructor |
||||||
pc4p_set_alignment |
Function in class pc4p_text Sets the alignment for the text |
||||||
pc4p_set_alignment |
Function in class pc4p_object Sets the alignment for this object. |
||||||
pc4p_set_font |
Function in class pc4p_text Sets the font for this object. |
||||||
pc4p_set_text |
Function in class pc4p_text Sets the text which the object shall print later on |
||||||
pc4p_set_underline |
Function in class pc4p_text Shall the text have an underline? |
||||||
pc4p_set_rendering |
Function in class pc4p_text Changes the text-rendering |
||||||
pc4p_set_textcolor |
Function in class pc4p_text Sets the color for this text. |
||||||
pc4p_split_text |
Function in class pc4p_text Splits a text at a given row and returns the rest |
||||||
pc4p_linefeed |
Function in class pc4p_text Formats the text |
||||||
pc4p_calc_alignment |
Function in class pc4p_text Calculates the text-alignment |
||||||
pc4p_table |
Class pc4p_table. The table-object |
||||||
pc4p_table |
Function in class pc4p_table pc4p_table constructor |
||||||
pc4p_create_tablematrix |
Function in class pc4p_table Creates a matrix in the table-object |
||||||
pc4p_add_tablerow |
Function in class pc4p_table Adds a row to the table |
||||||
pc4p_add_tablecol |
Function in class pc4p_table Adds a column to the table |
||||||
pc4p_set_tablecolsize |
Function in class pc4p_table Sets the width for the columns |
||||||
pc4p_set_cellborder |
Function in class pc4p_table Set the style and width of a cellborder |
||||||
pc4p_set_tableborder |
Function in class pc4p_table Set the style of the tableborder |
||||||
pc4p_set_cellbordercolor |
Function in class pc4p_table Set the color of a cellborder |
||||||
pc4p_set_tablebordercolor |
Function in class pc4p_table Set the color of the tableborder |
||||||
pc4p_set_cellfillcolor |
Function in class pc4p_table Set the fillcolor of a cell |
||||||
pc4p_set_tablefillcolor |
Function in class pc4p_table Set the fillcolor of the table |
||||||
pc4p_set_tableheader |
Function in class pc4p_table Set the header of the table |
||||||
pc4p_split_table |
Function in class pc4p_table Splits a table at a given row and returns the rest |
||||||
pc4p_calc_row_offset |
Function in class pc4p_table Calculate the dimensions for a single row and each cell in it |
||||||
pc4p_object |
Class pc4p_object. The master object for content-objects |
||||||
pc4p_object |
Function in class pc4p_object pc4p_object constructor |
||||||
pc4p_calc_rot |
Function in class pc4p_object Calculates the new coordinates after a rotation |
||||||
pc4p_calc_rot_dim |
Function in class pc4p_object Calculates the new dimensions after a rotation |
||||||
pc4p_set_rot |
Function in class pc4p_object Sets the rotation for the object |
||||||
pc4p_set_margin |
Function in class pc4p_object Sets the margins for the object |
||||||
pc4p_set_margin |
Function in class pc4p_page Sets the margins for the page |
||||||
pc4p_set_width |
Function in class pc4p_object Sets the width for the object |
||||||
pc4p_set_textleading |
Function in class pc4p_object Sets the textleading for text-subobjects. |
||||||
pc4p_set_linecolor |
Function in class pc4p_object Sets the color of the lines in this objects. |
||||||
pc4p_set_fillcolor |
Function in class pc4p_object Sets the color for a fill of this objects. |
||||||
pc4p_make_objcopy |
Function in class pc4p_object Makes a real copy from an object and all subobjects |
||||||
$pdfobj |
Variable in Class pc4p_object The main PDF-Object |
||||||
$pdfobj |
Variable in Class pc4p_page The main PDF-Object |
||||||
$pagewidth |
Variable in Class pc4p_object Width of the page the object is on |
||||||
$pageheight |
Variable in Class pc4p_object Height of the page the object is on |
||||||
$phi |
Variable in Class pc4p_object Rotation for the object |
||||||
pc4p_page |
Class pc4p_page. Supplies pagehandling ability |
||||||
pc4p_page |
Function in class pc4p_page pc4p_page constructor |
||||||
pc4p_add_bookmark |
Function in class pc4p_page Sets a bookmark for this page |
||||||
pc4p_set_bgcolor |
Function in class pc4p_page Sets the background color for this page |
||||||
pc4p_set_bgimage |
Function in class pc4p_page Sets a background image for this page |
||||||
pc4p_make_pagebreak |
Function in class pc4p_page Moves the children from a given position onto the next page |
||||||
$pagenum |
Variable in Class pc4p_page Pagenumber in the PDF |
||||||
pc4p_init |
Module pc4p_init. PC4P's init module |
||||||
pc4p_main.inc |
Included file in module pc4p_init Include the main object |
||||||
pc4p_page.inc |
Included file in module pc4p_init Include the page object |
||||||
pc4p_object.inc |
Included file in module pc4p_init Include the generic object |
||||||
pc4p_text.inc |
Included file in module pc4p_init Include the object for using text |
||||||
pc4p_box.inc |
Included file in module pc4p_init Include the object for drawing boxes |
||||||
pc4p_line.inc |
Included file in module pc4p_init Include the object for drawing boxes |
||||||
pc4p_table.inc |
Included file in module pc4p_init Include the object for creating tables |
||||||
pc4p_image.inc |
Included file in module pc4p_init Include the object for images |
||||||
pc4p_pagenumber.inc |
Included file in module pc4p_init Include the object for pagenumbers |
||||||
pc4p |
Package |
||||||
r |
|||||||
$rendering |
Variable in Class pc4p_text Textrendering for this object |
||||||
$rowsize |
Variable in Class pc4p_table Array containing the sizes of each row |
||||||
$rownames |
Variable in Class pc4p_table Array containing the names of each row |
||||||
s |
|||||||
$save_pdf |
Variable in Class pc4p_main Shall the PDF be saved, or viewed? |
||||||
t |
|||||||
$tempfile |
Variable in Class pc4p_main Path to the tempfile |
||||||
$text |
Variable in Class pc4p_pagenumber Predefine the text to display the pagenumber |
||||||
$text |
Variable in Class pc4p_text Text for this text...haha |
||||||
$textcolor |
Variable in Class pc4p_text Textcolor |
||||||
$tableheader |
Variable in Class pc4p_table Contains the name of the row, where the header of this |
||||||
u |
|||||||
$underline |
Variable in Class pc4p_text Underline for this text |
||||||
w |
|||||||
$weblink |
Variable in Class pc4p_image Weblink for the object |
||||||
$weblink |
Variable in Class pc4p_text Weblink for the object |
||||||
$width |
Variable in Class pc4p_object Width of the object |
||||||
$width |
Variable in Class pc4p_page Width of the page |
||||||
|
|||||||
Generated on Tue, 13 Aug 2002 00:43:10 +0200 by PHPDoc v1.5 www.phpdoc.de |