Invoice++
Loading...
Searching...
No Matches
product_table.cpp File Reference
#include "product_table.h"
#include "pdf_utils.h"
Include dependency graph for product_table.cpp:

Functions

HPDF_REAL _createProductRow (const HPDF_Page page, const HPDF_Font font, const ProductData *product, const HPDF_REAL y, const HPDF_REAL left, const HPDF_REAL right, const HPDF_REAL max_y)
 
HPDF_REAL _createProductHeader (const HPDF_Page page, const HPDF_Font font, const HPDF_REAL y, const HPDF_REAL left, const HPDF_REAL right)
 

Variables

HPDF_REAL product_count_width = 40
 
HPDF_REAL product_price_per_width = 70
 
HPDF_REAL product_total_width = 70
 

Function Documentation

◆ _createProductHeader()

HPDF_REAL _createProductHeader ( const HPDF_Page page,
const HPDF_Font font,
const HPDF_REAL y,
const HPDF_REAL left,
const HPDF_REAL right )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _createProductRow()

HPDF_REAL _createProductRow ( const HPDF_Page page,
const HPDF_Font font,
const ProductData * product,
const HPDF_REAL y,
const HPDF_REAL left,
const HPDF_REAL right,
const HPDF_REAL max_y )
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ product_count_width

HPDF_REAL product_count_width = 40

◆ product_price_per_width

HPDF_REAL product_price_per_width = 70

◆ product_total_width

HPDF_REAL product_total_width = 70