#include <KoPageLayoutDia.h>
Graphe de collaboration de KoPageLayoutDia:
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 KoPageLayout & | layout () 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 KoColumns & | columns () |
const KoKWHeaderFooter & | headerFooter () |
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 |
KoPageLayoutSize * | m_pageSizeTab |
KoPageLayoutColumns * | m_columnsTab |
KoPageLayoutHeader * | m_headerTab |
KoPageLayoutDiaPrivate * | d |
Définition à la ligne 86 du fichier KoPageLayoutDia.h.
KoPageLayoutDia::KoPageLayoutDia | ( | QWidget * | parent, | |
const char * | name, | |||
const KoPageLayout & | layout, | |||
const KoHeadFoot & | headfoot, | |||
int | flags, | |||
KoUnit::Unit | unit, | |||
bool | modal = true | |||
) |
Constructor.
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.
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.
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().
QLineEdit* KoPageLayoutDia::eHeadLeft [private] |
QLineEdit* KoPageLayoutDia::eHeadMid [private] |
QLineEdit* KoPageLayoutDia::eHeadRight [private] |
QLineEdit* KoPageLayoutDia::eFootLeft [private] |
QLineEdit* KoPageLayoutDia::eFootMid [private] |
QLineEdit* KoPageLayoutDia::eFootRight [private] |
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.