Référence de la classe KoPageLayoutDia

#include <KoPageLayoutDia.h>

Graphe de collaboration de KoPageLayoutDia:

[légende]
Liste de tous les membres

Fonctions membres publiques

 KoPageLayoutDia (QWidget *parent, const char *name, const KoPageLayout &layout, const KoHeadFoot &headfoot, int flags, KoUnit::Unit unit, bool modal=true)
 KoPageLayoutDia (QWidget *parent, const char *name, const KoPageLayout &layout, const KoHeadFoot &headfoot, const KoColumns &columns, const KoKWHeaderFooter &kwheadfoot, int tabs, KoUnit::Unit unit)
 ~KoPageLayoutDia ()
const KoPageLayoutlayout () const
KoHeadFoot headFoot () const
KoUnit::Unit unit () const

Fonctions membres publiques statiques

static bool pageLayout (KoPageLayout &, KoHeadFoot &, int tabs, KoUnit::Unit &unit, QWidget *parent=0)
static bool pageLayout (KoPageLayout &, KoHeadFoot &, KoColumns &, KoKWHeaderFooter &, int tabs, KoUnit::Unit &unit, QWidget *parent=0)
static KDE_DEPRECATED KoPageLayout standardLayout ()

Connecteurs protégés

virtual void slotOk ()

Connecteurs privés

void sizeUpdated (KoPageLayout &layout)
void columnsUpdated (KoColumns &columns)

Fonctions membres privées

const KoColumnscolumns ()
const KoKWHeaderFooterheaderFooter ()
void setupTab1 (bool enableBorders)
void setupTab2 (const KoHeadFoot &hf)
void setupTab3 ()
void setupTab4 (const KoKWHeaderFooter kwhf)

Attributs privés

QLineEdit * eHeadLeft
QLineEdit * eHeadMid
QLineEdit * eHeadRight
QLineEdit * eFootLeft
QLineEdit * eFootMid
QLineEdit * eFootRight
KoPageLayout m_layout
KoColumns m_column
KoUnit::Unit m_unit
int flags
KoPageLayoutSizem_pageSizeTab
KoPageLayoutColumnsm_columnsTab
KoPageLayoutHeaderm_headerTab
KoPageLayoutDiaPrivate * d

Description détaillée

With this dialog the user can specify the layout of the paper during printing.

Définition à la ligne 86 du fichier KoPageLayoutDia.h.


Documentation des contructeurs et destructeur

KoPageLayoutDia::KoPageLayoutDia ( QWidget *  parent,
const char *  name,
const KoPageLayout layout,
const KoHeadFoot headfoot,
int  flags,
KoUnit::Unit  unit,
bool  modal = true 
)

Constructor.

Paramètres:
parent The parent of the dialog.
name The name of the dialog.
layout The layout.
headfoot The header and the footer.
flags a variable with all features this dialog should show.
unit The unit to use for displaying the values to the user.
modal Whether the dialog is modal or not.

Définition à la ligne 146 du fichier KoPageLayoutDia.cpp.

Références KoColumns::columns, flags, FORMAT_AND_BORDERS, HEADER_AND_FOOTER, layout(), m_column, m_columnsTab, m_headerTab, m_layout, m_pageSizeTab, m_unit, setupTab1(), et setupTab2().

Référencé par pageLayout().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

KoPageLayoutDia::KoPageLayoutDia ( QWidget *  parent,
const char *  name,
const KoPageLayout layout,
const KoHeadFoot headfoot,
const KoColumns columns,
const KoKWHeaderFooter kwheadfoot,
int  tabs,
KoUnit::Unit  unit 
)

Constructor.

Paramètres:
parent The parent of the dialog.
name The name of the dialog.
layout The layout.
headfoot The header and the footer.
columns The number of columns on the page.
kwheadfoot The KWord header and footer.
tabs The number of tabs.
unit The unit to use for displaying the values to the user

Définition à la ligne 175 du fichier KoPageLayoutDia.cpp.

Références COLUMNS, columns(), DISABLE_BORDERS, flags, FORMAT_AND_BORDERS, HEADER_AND_FOOTER, KW_HEADER_AND_FOOTER, layout(), m_column, m_columnsTab, m_headerTab, m_layout, m_pageSizeTab, m_unit, setupTab1(), setupTab2(), setupTab3(), et setupTab4().

Voici le graphe d'appel pour cette fonction :

KoPageLayoutDia::~KoPageLayoutDia (  ) 

Destructor.

Définition à la ligne 209 du fichier KoPageLayoutDia.cpp.


Documentation des fonctions membres

bool KoPageLayoutDia::pageLayout ( KoPageLayout ,
KoHeadFoot ,
int  tabs,
KoUnit::Unit unit,
QWidget *  parent = 0 
) [static]

Show page layout dialog. See constructor for documentation on the parameters

Définition à la ligne 214 du fichier KoPageLayoutDia.cpp.

Références FORMAT_AND_BORDERS, HEADER_AND_FOOTER, headFoot(), KoPageLayoutDia(), layout(), et unit().

Voici le graphe d'appel pour cette fonction :

bool KoPageLayoutDia::pageLayout ( KoPageLayout ,
KoHeadFoot ,
KoColumns ,
KoKWHeaderFooter ,
int  tabs,
KoUnit::Unit unit,
QWidget *  parent = 0 
) [static]

Show page layout dialog. See constructor for documentation on the parameters

Définition à la ligne 232 du fichier KoPageLayoutDia.cpp.

Références COLUMNS, columns(), FORMAT_AND_BORDERS, HEADER_AND_FOOTER, headerFooter(), headFoot(), KoPageLayoutDia(), KW_HEADER_AND_FOOTER, layout(), et unit().

Voici le graphe d'appel pour cette fonction :

KoPageLayout KoPageLayoutDia::standardLayout (  )  [static]

Retrieves a standard page layout. Deprecated: better use KoPageLayout::standardLayout()

Définition à la ligne 253 du fichier KoPageLayoutDia.cpp.

Références KoPageLayout::standardLayout().

Voici le graphe d'appel pour cette fonction :

const KoPageLayout& KoPageLayoutDia::layout (  )  const [inline]

Returns the layout

Définition à la ligne 152 du fichier KoPageLayoutDia.h.

Référencé par KoPageLayoutDia(), pageLayout(), et sizeUpdated().

Voici le graphe d'appel pour cette fonction :

KoHeadFoot KoPageLayoutDia::headFoot (  )  const

Returns the header and footer information

Définition à la ligne 259 du fichier KoPageLayoutDia.cpp.

Références eFootLeft, eFootMid, eFootRight, eHeadLeft, eHeadMid, eHeadRight, KoHeadFoot::footLeft, KoHeadFoot::footMid, KoHeadFoot::footRight, KoHeadFoot::headLeft, KoHeadFoot::headMid, et KoHeadFoot::headRight.

Référencé par pageLayout().

Voici le graphe d'appel pour cette fonction :

KoUnit::Unit KoPageLayoutDia::unit (  )  const [inline]

Returns the unit

Définition à la ligne 162 du fichier KoPageLayoutDia.h.

Référencé par pageLayout().

Voici le graphe d'appel pour cette fonction :

const KoColumns& KoPageLayoutDia::columns (  )  [inline, private]

Définition à la ligne 165 du fichier KoPageLayoutDia.h.

Référencé par columnsUpdated(), KoPageLayoutDia(), et pageLayout().

Voici le graphe d'appel pour cette fonction :

const KoKWHeaderFooter & KoPageLayoutDia::headerFooter (  )  [private]

Définition à la ligne 272 du fichier KoPageLayoutDia.cpp.

Références KoPageLayoutHeader::headerFooter(), et m_headerTab.

Référencé par pageLayout().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

void KoPageLayoutDia::setupTab1 ( bool  enableBorders  )  [private]

Définition à la ligne 278 du fichier KoPageLayoutDia.cpp.

Références DISABLE_UNIT, flags, m_column, m_layout, m_pageSizeTab, m_unit, et sizeUpdated().

Référencé par KoPageLayoutDia().

Voici le graphe d'appel pour cette fonction :

void KoPageLayoutDia::setupTab2 ( const KoHeadFoot hf  )  [private]

Définition à la ligne 306 du fichier KoPageLayoutDia.cpp.

Références eFootLeft, eFootMid, eFootRight, eHeadLeft, eHeadMid, eHeadRight, KoHeadFoot::footLeft, KoHeadFoot::footMid, KoHeadFoot::footRight, KoHeadFoot::headLeft, KoHeadFoot::headMid, et KoHeadFoot::headRight.

Référencé par KoPageLayoutDia().

Voici le graphe d'appel pour cette fonction :

void KoPageLayoutDia::setupTab3 (  )  [private]

Définition à la ligne 388 du fichier KoPageLayoutDia.cpp.

Références columnsUpdated(), m_column, m_columnsTab, m_layout, et m_unit.

Référencé par KoPageLayoutDia().

Voici le graphe d'appel pour cette fonction :

void KoPageLayoutDia::setupTab4 ( const KoKWHeaderFooter  kwhf  )  [private]

Définition à la ligne 409 du fichier KoPageLayoutDia.cpp.

Références m_headerTab, et m_unit.

Référencé par KoPageLayoutDia().

Voici le graphe d'appel pour cette fonction :

void KoPageLayoutDia::slotOk (  )  [protected, virtual, slot]

Définition à la ligne 425 du fichier KoPageLayoutDia.cpp.

Références m_pageSizeTab, et KoPageLayoutSize::queryClose().

void KoPageLayoutDia::sizeUpdated ( KoPageLayout layout  )  [private, slot]

Définition à la ligne 292 du fichier KoPageLayoutDia.cpp.

Références KoPageLayout::format, layout(), m_columnsTab, m_layout, KoPageLayout::orientation, KoPageLayout::ptBottom, KoPageLayout::ptHeight, KoPageLayout::ptLeft, KoPageLayout::ptRight, KoPageLayout::ptTop, KoPageLayout::ptWidth, et KoPageLayoutColumns::setLayout().

Référencé par setupTab1().

void KoPageLayoutDia::columnsUpdated ( KoColumns columns  )  [private, slot]

Définition à la ligne 401 du fichier KoPageLayoutDia.cpp.

Références columns(), KoColumns::columns, m_column, m_pageSizeTab, KoColumns::ptColumnSpacing, et KoPageLayoutSize::setColumns().

Référencé par setupTab3().


Documentation des données membres

QLineEdit* KoPageLayoutDia::eHeadLeft [private]

Définition à la ligne 175 du fichier KoPageLayoutDia.h.

Référencé par headFoot(), et setupTab2().

QLineEdit* KoPageLayoutDia::eHeadMid [private]

Définition à la ligne 176 du fichier KoPageLayoutDia.h.

Référencé par headFoot(), et setupTab2().

QLineEdit* KoPageLayoutDia::eHeadRight [private]

Définition à la ligne 177 du fichier KoPageLayoutDia.h.

Référencé par headFoot(), et setupTab2().

QLineEdit* KoPageLayoutDia::eFootLeft [private]

Définition à la ligne 178 du fichier KoPageLayoutDia.h.

Référencé par headFoot(), et setupTab2().

QLineEdit* KoPageLayoutDia::eFootMid [private]

Définition à la ligne 179 du fichier KoPageLayoutDia.h.

Référencé par headFoot(), et setupTab2().

QLineEdit* KoPageLayoutDia::eFootRight [private]

Définition à la ligne 180 du fichier KoPageLayoutDia.h.

Référencé par headFoot(), et setupTab2().

KoPageLayout KoPageLayoutDia::m_layout [private]

Définition à la ligne 183 du fichier KoPageLayoutDia.h.

Référencé par KoPageLayoutDia(), setupTab1(), setupTab3(), et sizeUpdated().

KoColumns KoPageLayoutDia::m_column [private]

Définition à la ligne 184 du fichier KoPageLayoutDia.h.

Référencé par columnsUpdated(), KoPageLayoutDia(), setupTab1(), et setupTab3().

KoUnit::Unit KoPageLayoutDia::m_unit [private]

Définition à la ligne 186 du fichier KoPageLayoutDia.h.

Référencé par KoPageLayoutDia(), setupTab1(), setupTab3(), et setupTab4().

int KoPageLayoutDia::flags [private]

Définition à la ligne 188 du fichier KoPageLayoutDia.h.

Référencé par KoPageLayoutDia(), et setupTab1().

KoPageLayoutSize* KoPageLayoutDia::m_pageSizeTab [private]

Définition à la ligne 198 du fichier KoPageLayoutDia.h.

Référencé par columnsUpdated(), KoPageLayoutDia(), setupTab1(), et slotOk().

KoPageLayoutColumns* KoPageLayoutDia::m_columnsTab [private]

Définition à la ligne 199 du fichier KoPageLayoutDia.h.

Référencé par KoPageLayoutDia(), setupTab3(), et sizeUpdated().

KoPageLayoutHeader* KoPageLayoutDia::m_headerTab [private]

Définition à la ligne 200 du fichier KoPageLayoutDia.h.

Référencé par headerFooter(), KoPageLayoutDia(), et setupTab4().

KoPageLayoutDiaPrivate* KoPageLayoutDia::d [private]

Définition à la ligne 201 du fichier KoPageLayoutDia.h.


La documentation de cette classe a été générée à partir des fichiers suivants :
Généré le Wed Nov 22 23:46:59 2006 pour KPlato par  doxygen 1.5.1-p1