filters
FileHeader Class Reference
#include <fileheader.h>
Inheritance diagram for FileHeader:

Detailed Description
This class hold all general information about the doc : does it use a color markup, ... ? paper size, ... and generate the information about the doc (packages and extensions to include, ...). It's the configuration latex file used to include the needed packages, define the paper format, ...
Definition at line 39 of file kspread/latex/export/fileheader.h.
Public Types | |
enum | TFormat { TF_A3, TF_A4, TF_A5, TF_USLETTER, TF_USLEGAL, TF_SCREEN, TF_CUSTOM, TF_B3, TF_USEXECUTIVE } |
enum | TUnit { TU_MM, TU_CM, TU_PT, TU_INCH } |
enum | TOrient { TO_PORTRAIT, TO_LANDSCAPE } |
enum | TColonne { TC_NONE, TC_1, TC_2, TC_MORE } |
enum | THeadfoot { TH_ALL = 0, TH_XXX = 1, TH_FIRST = 2, TH_EVODD = 3 } |
enum | TProcType { TP_NORMAL, TP_DTP } |
enum | TFormat { TF_A3, TF_A4, TF_A5, TF_USLETTER, TF_USLEGAL, TF_SCREEN, TF_CUSTOM, TF_B3, TF_USEXECUTIVE } |
enum | TUnit { TU_MM, TU_CM, TU_PT, TU_INCH } |
enum | TOrient { TO_PORTRAIT, TO_LANDSCAPE } |
enum | TColonne { TC_NONE, TC_1, TC_2, TC_MORE } |
enum | THeadfoot { TH_ALL = 0, TH_XXX = 1, TH_FIRST = 2, TH_EVODD = 3 } |
enum | TProcType { TP_NORMAL, TP_DTP } |
Public Member Functions | |
virtual | ~FileHeader () |
TFormat | getFormat () const |
TOrient | getOrientation () const |
TColonne | getColumns () const |
THeadfoot | getHeadType () const |
THeadfoot | getFootType () const |
TUnit | getUnit () const |
TProcType | getProcessing () const |
int | getStandardPge () const |
bool | hasHeader () const |
bool | hasFooter () const |
bool | hasTOC () const |
bool | hasColor () const |
bool | hasUnderline () const |
bool | hasEnumerate () const |
bool | hasGraphics () const |
bool | hasTable () const |
void | setFormat (TFormat f) |
void | setFormat (int f) |
void | setOrientation (TOrient o) |
void | setOrientation (int o) |
void | setColumns (TColonne c) |
void | setColumns (int c) |
void | setUnit (int u) |
void | setProcessing (int p) |
void | setStandardPge (int s) |
void | setTOC (int t) |
void | setHeadType (int ht) |
void | setFootType (int ft) |
void | useColor () |
void | useUnderline () |
void | useEnumerate () |
void | useGraphics () |
void | useTable () |
void | analysePaper (const QDomNode) |
void | analyseAttributs (const QDomNode) |
void | generate (QTextStream &) |
virtual | ~FileHeader () |
TFormat | getFormat () const |
TOrient | getOrientation () const |
TColonne | getColumns () const |
THeadfoot | getHeadType () const |
THeadfoot | getFootType () const |
TUnit | getUnit () const |
TProcType | getProcessing () const |
int | getStandardPge () const |
bool | hasHeader () const |
bool | hasFooter () const |
bool | hasTOC () const |
bool | hasColor () const |
bool | hasUnderline () const |
bool | hasEnumerate () const |
bool | hasGraphics () const |
bool | hasTable () const |
void | setFormat (TFormat f) |
void | setFormat (int f) |
void | setOrientation (TOrient o) |
void | setOrientation (int o) |
void | setColumns (TColonne c) |
void | setColumns (int c) |
void | setUnit (int u) |
void | setProcessing (int p) |
void | setStandardPge (int s) |
void | setTOC (int t) |
void | setHeadType (int ht) |
void | setFootType (int ft) |
void | useColor () |
void | useUnderline () |
void | useEnumerate () |
void | useGraphics () |
void | useTable () |
void | analysePaper (const QDomNode) |
void | analyseAttributs (const QDomNode) |
void | generate (QTextStream &) |
Static Public Member Functions | |
static FileHeader * | instance (void) |
static FileHeader * | instance (void) |
Protected Member Functions | |
FileHeader () | |
FileHeader () | |
Static Protected Attributes | |
static FileHeader * | _instance = 0 |
static FileHeader * | _instance |
Constructor & Destructor Documentation
|
Destructor.
Definition at line 51 of file kspread/latex/export/fileheader.cc. |
|
Constructor.
Definition at line 34 of file kspread/latex/export/fileheader.cc. |
|
Destructor.
|
|
Constructor.
|
Member Function Documentation
|
Accessors.
Definition at line 99 of file kword/latex/export/fileheader.h. |
|
Accessors.
Definition at line 99 of file kspread/latex/export/fileheader.h. |
|
Modifiors.
Definition at line 119 of file kword/latex/export/fileheader.h. |
|
Modifiors.
Definition at line 119 of file kspread/latex/export/fileheader.h. |
The documentation for this class was generated from the following files: