Packageindex Classtrees Modulegroups Elementlist Report XML Files
& a b c d e f h i l m n p r 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

a

$act_width Variable in Class pc4p_page
x-Pos where the page really starts placing objects
$act_width Variable in Class pc4p_object
x-Pos where the object is placed
$act_height Variable in Class pc4p_page
y-Pos where the page really starts placing objects
$act_height Variable in Class pc4p_object
y-Pos where the object is placed
$alignment Variable in Class pc4p_object
Alignment for the object

b

$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_page
Array of all children of this object
$children Variable in Class pc4p_object
Array of all children of this object
$curr_page Variable in Class pc4p_main
Pointer to the current page, used when walking through $children
$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_height Variable in Class pc4p_page
y-Pos used when calculating the positions for the objects
$draw_height Variable in Class pc4p_object
y-Pos used when calculating the positions of subobjects
$draw_width Variable in Class pc4p_table
x-Pos used when calculating the positions of subobjects

e

$encoding Variable in Class pc4p_text
Encoding used for this text

f

$fp Variable in Class pc4p_main
File-Pointer for creating a PDF
$fontname Variable in Class pc4p_text
Fontname for this text
$fontsize Variable in Class pc4p_text
Fontsize for this text

h

$height Variable in Class pc4p_page
Height of the page
$height Variable in Class pc4p_object
Height of the object

i

$imgfile Variable in Class pc4p_image
Name of the image
$imgtype Variable in Class pc4p_image
Type of the image
$imgscale Variable in Class pc4p_image
Scale of the image

l

$leading Variable in Class pc4p_object
Text-Leading

m

$margin Variable in Class pc4p_page
Margins for the page
$margin Variable in Class pc4p_box
Margins for the box
$margin Variable in Class pc4p_image
Margins for this image
$margin Variable in Class pc4p_text
Margins for this text
$margin Variable in Class pc4p_object
Margins for the object

n

$next_page Variable in Class pc4p_main
Pointer to the next page, used when walking through $children

p

pc4p_main Class pc4p_main.
PC4P's main class
pc4p_main Function in class pc4p_main
Constructor - Initializes the filepointer required for apprehending
pc4p_draw Function in class pc4p_main
Calls the draw for each child, closes PDF Document, then makes
pc4p_draw Function in class pc4p_page
Begins the page with the dimensions, calls the draw for each child
pc4p_draw Function in class pc4p_box
Calls the pc4p_draw in its children, then draws the box
pc4p_draw Function in class pc4p_image
Calls the pc4p_draw_children
pc4p_draw Function in class pc4p_text
Draws the text for the set fontoptions.
pc4p_draw Function in class pc4p_object
Calls the pc4p_draw_children
pc4p_draw_children Function in class pc4p_main
Calls the draw function for each child in the children-array
pc4p_draw_children Function in class pc4p_page
Calls the draw function for each child in the children-array
pc4p_draw_children Function in class pc4p_table
Walks through the rows and cols and calls pc4p_draw in each cell;
pc4p_draw_children Function in class pc4p_object
Calls the draw function for each child in the children-array
pc4p_set_info Function in class pc4p_main
Sets the info values for the PDF
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_page
PDF-Pointer used for all pdf_*
$pdfp Variable in Class pc4p_object
PDF-Pointer used for all pdf_*
pc4p_page Class pc4p_page.
Supplies pagehandling ability
pc4p_page Function in class pc4p_page
Constructor
pc4p_set_margin Function in class pc4p_page
Sets the margins for the page
pc4p_set_margin Function in class pc4p_object
Sets the margins for the object
pc4p_set_bgimage Function in class pc4p_page
Sets a background image for this page
pc4p_calc_offset Function in class pc4p_page
Calls the calc_offset function in all children. Checks, if the current object
pc4p_calc_offset Function in class pc4p_image
Calculates the stringwidth for the current text and font in the
pc4p_calc_offset Function in class pc4p_table
Calculates the offsets in all cells, especially the x-coordinates!!!
pc4p_calc_offset Function in class pc4p_text
Calculates the stringwidth for the current text and font in the
pc4p_calc_offset Function in class pc4p_object
Calls the calc_offset function in all children, sets its own offsets
pc4p_box Class pc4p_box.
Box-Object provides functionality for drawing boxes around
pc4p_box Function in class pc4p_box
Constructor
pc4p_image Class pc4p_image.
Image-Object provides functionality for adding Images to the page
pc4p_image Function in class pc4p_image
Constructor
pc4p_set_imagescale Function in class pc4p_image
Sets the imagescale 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_table Class pc4p_table.
Table object provides table-functionality
pc4p_table Function in class pc4p_table
Constructor
pc4p_create_tablematrix Function in class pc4p_table
Creates the table and sets the names for columns and rows
pc4p_add_tablerow Function in class pc4p_table
Adds a row to the table
pc4p_set_tablecolsize Function in class pc4p_table
Sets the width for the columns
pc4p_set_tableborder Function in class pc4p_table
Set the style of the tableborder
pc4p_text Class pc4p_text.
Text object provides text-funktionality
pc4p_text Function in class pc4p_text
Constructor
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_linefeed Function in class pc4p_text
Formats the text for the actual width and inserts | where a newline
pc4p_calc_alignment Function in class pc4p_text
Calculates the position of the text according to the set alignment
pc4p_object Class pc4p_object.
The master object for content-objects
pc4p_object Function in class pc4p_object
Constructor
pc4p_set_width Function in class pc4p_object
Sets the width for the object
pc4p_set_alignment Function in class pc4p_object
Sets the alignment for this object.
pc4p_set_textleading Function in class pc4p_object
Sets the textleading for text-subobjects.
pc4p_init Module pc4p_init.
PC4P's init module, sets the needed include path and provides wrapper functions
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_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 Package

r

$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

t

$text Variable in Class pc4p_text
Text for this text...haha

u

$underline Variable in Class pc4p_text
Underline for this text

w

$width Variable in Class pc4p_page
Width of the page
$width Variable in Class pc4p_object
Width of the object
Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta