Référence de la classe KoPageLayoutColumns

#include <KoPageLayoutColumns.h>

Graphe de collaboration de KoPageLayoutColumns:

[légende]
Liste de tous les membres

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
KoPagePreviewm_preview
KoUnitDoubleSpinBoxm_spacing

Connecteurs privés

void nColChanged (int)
void nSpaceChanged (double)

Description détaillée

This class is a widget that shows the KoColumns data structure and allows the user to change it.

Définition à la ligne 36 du fichier KoPageLayoutColumns.h.


Documentation des contructeurs et destructeur

KoPageLayoutColumns::KoPageLayoutColumns ( QWidget *  parent,
const KoColumns columns,
KoUnit::Unit  unit,
const KoPageLayout layout 
)

Contructor

Paramètres:
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 :


Documentation des fonctions membres

void KoPageLayoutColumns::setLayout ( KoPageLayout layout  ) 

Update the page preview widget with the param layout.

Paramètres:
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

Paramètres:
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().


Documentation des données membres

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().


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