#include <KoParagDia.h>
Graphe d'héritage de KoParagAlignWidget:
Fonctions membres publiques | |
KoParagAlignWidget (bool breakLine, QWidget *parent) | |
virtual | ~KoParagAlignWidget () |
virtual void | display (const KoParagLayout &lay) |
virtual void | save (KoParagLayout &lay) |
virtual QString | tabName () |
int | pageBreaking () const |
int | align () const |
Connecteurs protégés | |
void | alignLeft () |
void | alignCenter () |
void | alignRight () |
void | alignJustify () |
Fonctions membres protégées | |
void | clearAligns () |
Attributs privés | |
QRadioButton * | rLeft |
QRadioButton * | rCenter |
QRadioButton * | rRight |
QRadioButton * | rJustify |
QCheckBox * | cKeepLinesTogether |
QCheckBox * | cHardBreakBefore |
QCheckBox * | cHardBreakAfter |
KPagePreview2 * | prev2 |
Définition à la ligne 161 du fichier KoParagDia.h.
KoParagAlignWidget::KoParagAlignWidget | ( | bool | breakLine, | |
QWidget * | parent | |||
) |
Définition à la ligne 1092 du fichier KoParagDia.cpp.
Références alignCenter(), alignJustify(), alignLeft(), alignRight(), cHardBreakAfter, cHardBreakBefore, cKeepLinesTogether, clearAligns(), KoPageFormat::height(), prev2, rCenter, rJustify, rLeft, et rRight.
Voici le graphe d'appel pour cette fonction :
virtual KoParagAlignWidget::~KoParagAlignWidget | ( | ) | [inline, virtual] |
Définition à la ligne 166 du fichier KoParagDia.h.
void KoParagAlignWidget::display | ( | const KoParagLayout & | lay | ) | [virtual] |
Implémente KoParagLayoutWidget.
Définition à la ligne 1158 du fichier KoParagDia.cpp.
Références align(), KoParagLayout::alignment, cHardBreakAfter, cHardBreakBefore, cKeepLinesTogether, clearAligns(), KoParagLayout::HardFrameBreakAfter, KoParagLayout::HardFrameBreakBefore, KoParagLayout::KeepLinesTogether, KoParagLayout::pageBreaking, prev2, rCenter, rJustify, rLeft, rRight, et KPagePreview2::setAlign().
Référencé par KoParagDia::setParagLayout(), et KoParagDia::slotReset().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
void KoParagAlignWidget::save | ( | KoParagLayout & | lay | ) | [virtual] |
Implémente KoParagLayoutWidget.
Définition à la ligne 1184 du fichier KoParagDia.cpp.
Références align(), KoParagLayout::alignment, pageBreaking(), et KoParagLayout::pageBreaking.
Voici le graphe d'appel pour cette fonction :
QString KoParagAlignWidget::tabName | ( | ) | [virtual] |
return the (i18n-ed) name of the tab
Implémente KoParagLayoutWidget.
Définition à la ligne 1200 du fichier KoParagDia.cpp.
int KoParagAlignWidget::pageBreaking | ( | ) | const |
Définition à la ligne 1145 du fichier KoParagDia.cpp.
Références cHardBreakAfter, cHardBreakBefore, cKeepLinesTogether, KoParagLayout::HardFrameBreakAfter, KoParagLayout::HardFrameBreakBefore, et KoParagLayout::KeepLinesTogether.
Référencé par save().
Voici le graphe d'appel pour cette fonction :
int KoParagAlignWidget::align | ( | ) | const |
void KoParagAlignWidget::alignLeft | ( | ) | [protected, slot] |
Définition à la ligne 1205 du fichier KoParagDia.cpp.
Références clearAligns(), prev2, rLeft, et KPagePreview2::setAlign().
Référencé par KoParagAlignWidget().
void KoParagAlignWidget::alignCenter | ( | ) | [protected, slot] |
Définition à la ligne 1212 du fichier KoParagDia.cpp.
Références clearAligns(), prev2, rCenter, et KPagePreview2::setAlign().
Référencé par KoParagAlignWidget().
void KoParagAlignWidget::alignRight | ( | ) | [protected, slot] |
Définition à la ligne 1219 du fichier KoParagDia.cpp.
Références clearAligns(), prev2, rRight, et KPagePreview2::setAlign().
Référencé par KoParagAlignWidget().
void KoParagAlignWidget::alignJustify | ( | ) | [protected, slot] |
Définition à la ligne 1226 du fichier KoParagDia.cpp.
Références clearAligns(), prev2, rJustify, et KPagePreview2::setAlign().
Référencé par KoParagAlignWidget().
void KoParagAlignWidget::clearAligns | ( | ) | [protected] |
Définition à la ligne 1233 du fichier KoParagDia.cpp.
Références rCenter, rJustify, rLeft, et rRight.
Référencé par alignCenter(), alignJustify(), alignLeft(), alignRight(), display(), et KoParagAlignWidget().
Voici le graphe d'appel pour cette fonction :
QRadioButton* KoParagAlignWidget::rLeft [private] |
Définition à la ligne 186 du fichier KoParagDia.h.
Référencé par align(), alignLeft(), clearAligns(), display(), et KoParagAlignWidget().
QRadioButton * KoParagAlignWidget::rCenter [private] |
Définition à la ligne 186 du fichier KoParagDia.h.
Référencé par align(), alignCenter(), clearAligns(), display(), et KoParagAlignWidget().
QRadioButton * KoParagAlignWidget::rRight [private] |
Définition à la ligne 186 du fichier KoParagDia.h.
Référencé par align(), alignRight(), clearAligns(), display(), et KoParagAlignWidget().
QRadioButton * KoParagAlignWidget::rJustify [private] |
Définition à la ligne 186 du fichier KoParagDia.h.
Référencé par align(), alignJustify(), clearAligns(), display(), et KoParagAlignWidget().
QCheckBox* KoParagAlignWidget::cKeepLinesTogether [private] |
Définition à la ligne 187 du fichier KoParagDia.h.
Référencé par display(), KoParagAlignWidget(), et pageBreaking().
QCheckBox * KoParagAlignWidget::cHardBreakBefore [private] |
Définition à la ligne 187 du fichier KoParagDia.h.
Référencé par display(), KoParagAlignWidget(), et pageBreaking().
QCheckBox * KoParagAlignWidget::cHardBreakAfter [private] |
Définition à la ligne 187 du fichier KoParagDia.h.
Référencé par display(), KoParagAlignWidget(), et pageBreaking().
KPagePreview2* KoParagAlignWidget::prev2 [private] |
Définition à la ligne 188 du fichier KoParagDia.h.
Référencé par alignCenter(), alignJustify(), alignLeft(), alignRight(), display(), et KoParagAlignWidget().