#include <KoPageLayoutColumns.h>
Graphe de collaboration de KoPageLayoutColumns:
Connecteurs publics | |
| void | setEnableColumns (bool on) |
Signaux | |
| void | propertyChange (KoColumns &columns) |
Fonctions membres publiques | |
| KoPageLayoutColumns (QWidget *parent, const KoColumns &columns, KoUnit::Unit unit, const KoPageLayout &layout) | |
| void | setLayout (KoPageLayout &layout) |
Attributs protégés | |
| KoColumns | m_columns |
| KoPagePreview * | m_preview |
| KoUnitDoubleSpinBox * | m_spacing |
Connecteurs privés | |
| void | nColChanged (int) |
| void | nSpaceChanged (double) |
Définition à la ligne 36 du fichier KoPageLayoutColumns.h.
| KoPageLayoutColumns::KoPageLayoutColumns | ( | QWidget * | parent, | |
| const KoColumns & | columns, | |||
| KoUnit::Unit | unit, | |||
| const KoPageLayout & | layout | |||
| ) |
Contructor
| parent | the parent widget | |
| columns | the KoColumns data structure that this dialog should be initialzed with | |
| unit | the unit-type (mm/cm/inch) that the dialog should show | |
| layout | the page layout that the preview should be initialzed with. |
Définition à la ligne 29 du fichier KoPageLayoutColumns.cpp.
Références KoColumns::columns, KoUnit::fromUserValue(), m_columns, m_preview, m_spacing, nColChanged(), nSpaceChanged(), KoColumns::ptColumnSpacing, KoPageLayout::ptWidth, KoUnitDoubleSpinBox::setMinMaxStep(), KoPagePreview::setPageColumns(), et KoUnitDoubleSpinBox::setUnit().
Voici le graphe d'appel pour cette fonction :
| void KoPageLayoutColumns::setLayout | ( | KoPageLayout & | layout | ) |
Update the page preview widget with the param layout.
| layout | the new layout |
Définition à la ligne 68 du fichier KoPageLayoutColumns.cpp.
Références m_preview, et KoPagePreview::setPageLayout().
Référencé par KoPageLayoutDia::sizeUpdated().
Voici le graphe d'appel pour cette fonction :
| void KoPageLayoutColumns::setEnableColumns | ( | bool | on | ) | [slot] |
Enable the user to edit the columns
| on | if true enable the user to change the columns count |
Définition à la ligne 51 du fichier KoPageLayoutColumns.cpp.
Références m_spacing, et nColChanged().
| void KoPageLayoutColumns::propertyChange | ( | KoColumns & | columns | ) | [signal] |
Référencé par nColChanged(), et nSpaceChanged().
| void KoPageLayoutColumns::nColChanged | ( | int | ) | [private, slot] |
Définition à la ligne 57 du fichier KoPageLayoutColumns.cpp.
Références KoColumns::columns, m_columns, m_preview, propertyChange(), et KoPagePreview::setPageColumns().
Référencé par KoPageLayoutColumns(), et setEnableColumns().
| void KoPageLayoutColumns::nSpaceChanged | ( | double | ) | [private, slot] |
Définition à la ligne 63 du fichier KoPageLayoutColumns.cpp.
Références m_columns, propertyChange(), et KoColumns::ptColumnSpacing.
Référencé par KoPageLayoutColumns().
KoColumns KoPageLayoutColumns::m_columns [protected] |
Définition à la ligne 66 du fichier KoPageLayoutColumns.h.
Référencé par KoPageLayoutColumns(), nColChanged(), et nSpaceChanged().
KoPagePreview* KoPageLayoutColumns::m_preview [protected] |
Définition à la ligne 67 du fichier KoPageLayoutColumns.h.
Référencé par KoPageLayoutColumns(), nColChanged(), et setLayout().
KoUnitDoubleSpinBox* KoPageLayoutColumns::m_spacing [protected] |
Définition à la ligne 68 du fichier KoPageLayoutColumns.h.
Référencé par KoPageLayoutColumns(), et setEnableColumns().
1.5.1-p1