Référence de la classe KoCounterStyleWidget

#include <KoParagDia.h>

Graphe de collaboration de KoCounterStyleWidget:

[légende]
Liste de tous les membres

Connecteurs publics

void numTypeChanged (int nType)

Signaux

void sig_startChanged (int)
void sig_restartChanged (bool)
void sig_depthChanged (int)
void sig_displayLevelsChanged (int)
void sig_suffixChanged (const QString &)
void sig_prefixChanged (const QString &)
void sig_numTypeChanged (int)
void sig_alignmentChanged (int)
void changeCustomBullet (const QString &, QChar)
void changeStyle (KoParagCounter::Style)

Fonctions membres publiques

 KoCounterStyleWidget (bool displayDepth=true, bool onlyStyleTypeLetter=false, bool disableAll=false, QWidget *parent=0)
void fillStyleCombo (KoParagCounter::Numbering type=KoParagCounter::NUM_LIST)
void display (const KoParagLayout &lay)
void changeKWSpinboxType (KoParagCounter::Style st)
const KoParagCountercounter () const
void setCounter (const KoParagCounter &counter)

Fonctions membres publiques statiques

static void makeCounterRepresenterList (Q3PtrList< StyleRepresenter > &stylesList, bool onlyStyleTypeLetter=false)

Connecteurs protégés

void startChanged (int i)
void restartChanged (bool b)
void depthChanged (int i)
void displayLevelsChanged (int i)
void alignmentChanged (const QString &s)
void suffixChanged (const QString &txt)
void prefixChanged (const QString &txt)
void numStyleChanged ()
void selectCustomBullet ()

Fonctions membres protégées

void displayStyle (KoParagCounter::Style style)

Attributs privés

Q3GroupBox * gStyle
Q3PtrList< StyleRepresenterstylesList
QListWidget * lstStyle
KoParagCounter m_counter
QLineEdit * sSuffix
QLineEdit * sPrefix
QPushButton * bCustom
KoSpinBoxspnStart
QSpinBox * spnDepth
QSpinBox * spnDisplayLevels
QLabel * lStart
QLabel * lCustom
QCheckBox * cbRestart
KComboBox * cbAlignment
QLabel * lAlignment
unsigned int styleBuffer
bool noSignals

Classes

class  StyleRepresenter

Description détaillée

Définition à la ligne 270 du fichier KoParagDia.h.


Documentation des contructeurs et destructeur

KoCounterStyleWidget::KoCounterStyleWidget ( bool  displayDepth = true,
bool  onlyStyleTypeLetter = false,
bool  disableAll = false,
QWidget *  parent = 0 
)

Définition à la ligne 66 du fichier KoParagDia.cpp.

Références alignmentChanged(), bCustom, cbAlignment, cbRestart, depthChanged(), displayLevelsChanged(), fillStyleCombo(), gStyle, KoPageFormat::height(), lAlignment, lCustom, lStart, lstStyle, makeCounterRepresenterList(), noSignals, numStyleChanged(), prefixChanged(), restartChanged(), selectCustomBullet(), spnDepth, spnDisplayLevels, spnStart, sPrefix, sSuffix, startChanged(), styleBuffer, stylesList, et suffixChanged().

Voici le graphe d'appel pour cette fonction :


Documentation des fonctions membres

void KoCounterStyleWidget::makeCounterRepresenterList ( Q3PtrList< StyleRepresenter > &  stylesList,
bool  onlyStyleTypeLetter = false 
) [static]

Définition à la ligne 352 du fichier KoParagDia.cpp.

Références KoParagCounter::STYLE_ALPHAB_L, KoParagCounter::STYLE_ALPHAB_U, KoParagCounter::STYLE_BOXBULLET, KoParagCounter::STYLE_CIRCLEBULLET, KoParagCounter::STYLE_CUSTOMBULLET, KoParagCounter::STYLE_DISCBULLET, KoParagCounter::STYLE_NONE, KoParagCounter::STYLE_NUM, KoParagCounter::STYLE_ROM_NUM_L, KoParagCounter::STYLE_ROM_NUM_U, et KoParagCounter::STYLE_SQUAREBULLET.

Référencé par KoCounterStyleWidget().

Voici le graphe d'appel pour cette fonction :

void KoCounterStyleWidget::fillStyleCombo ( KoParagCounter::Numbering  type = KoParagCounter::NUM_LIST  ) 

Définition à la ligne 264 du fichier KoParagDia.cpp.

Références lstStyle, noSignals, KoParagCounter::NUM_LIST, KoParagCounter::NUM_NONE, KoParagCounter::STYLE_NONE, styleBuffer, et stylesList.

Référencé par KoCounterStyleWidget(), et numTypeChanged().

Voici le graphe d'appel pour cette fonction :

void KoCounterStyleWidget::display ( const KoParagLayout lay  ) 

Définition à la ligne 322 du fichier KoParagDia.cpp.

Références KoParagLayout::counter, displayStyle(), m_counter, KoParagCounter::numbering(), numTypeChanged(), sig_numTypeChanged(), KoParagCounter::style(), KoParagCounter::STYLE_NONE, et styleBuffer.

Référencé par KoParagCounterWidget::display().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

void KoCounterStyleWidget::changeKWSpinboxType ( KoParagCounter::Style  st  ) 

Définition à la ligne 237 du fichier KoParagDia.cpp.

Références KoSpinBox::ALPHAB_L, KoSpinBox::ALPHAB_U, KoSpinBox::NONE, KoSpinBox::NUM, KoSpinBox::ROM_NUM_L, KoSpinBox::ROM_NUM_U, KoSpinBox::setCounterType(), spnStart, KoParagCounter::STYLE_ALPHAB_L, KoParagCounter::STYLE_ALPHAB_U, KoParagCounter::STYLE_NONE, KoParagCounter::STYLE_NUM, KoParagCounter::STYLE_ROM_NUM_L, et KoParagCounter::STYLE_ROM_NUM_U.

Référencé par numStyleChanged(), et setCounter().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

const KoParagCounter& KoCounterStyleWidget::counter (  )  const [inline]

Définition à la ligne 297 du fichier KoParagDia.h.

Référencé par setCounter().

Voici le graphe d'appel pour cette fonction :

void KoCounterStyleWidget::setCounter ( const KoParagCounter counter  ) 

Définition à la ligne 225 du fichier KoParagDia.cpp.

Références changeKWSpinboxType(), counter(), displayStyle(), m_counter, noSignals, et KoParagCounter::style().

Voici le graphe d'appel pour cette fonction :

void KoCounterStyleWidget::numTypeChanged ( int  nType  )  [slot]

Définition à la ligne 342 du fichier KoParagDia.cpp.

Références bCustom, fillStyleCombo(), gStyle, lCustom, m_counter, KoParagCounter::NUM_LIST, KoParagCounter::NUM_NONE, KoParagCounter::numbering(), et KoParagCounter::setNumbering().

Référencé par display(), et KoParagCounterWidget::numTypeChanged().

void KoCounterStyleWidget::sig_startChanged ( int   )  [signal]

void KoCounterStyleWidget::sig_restartChanged ( bool   )  [signal]

void KoCounterStyleWidget::sig_depthChanged ( int   )  [signal]

void KoCounterStyleWidget::sig_displayLevelsChanged ( int   )  [signal]

void KoCounterStyleWidget::sig_suffixChanged ( const QString &   )  [signal]

void KoCounterStyleWidget::sig_prefixChanged ( const QString &   )  [signal]

void KoCounterStyleWidget::sig_numTypeChanged ( int   )  [signal]

Référencé par display().

void KoCounterStyleWidget::sig_alignmentChanged ( int   )  [signal]

Référencé par alignmentChanged().

void KoCounterStyleWidget::changeCustomBullet ( const QString &  ,
QChar   
) [signal]

Référencé par selectCustomBullet().

void KoCounterStyleWidget::changeStyle ( KoParagCounter::Style   )  [signal]

Référencé par numStyleChanged().

void KoCounterStyleWidget::startChanged ( int  i  )  [inline, protected, slot]

Définition à la ligne 315 du fichier KoParagDia.h.

Référencé par KoCounterStyleWidget().

void KoCounterStyleWidget::restartChanged ( bool  b  )  [inline, protected, slot]

Définition à la ligne 316 du fichier KoParagDia.h.

Référencé par KoCounterStyleWidget().

void KoCounterStyleWidget::depthChanged ( int  i  )  [inline, protected, slot]

Définition à la ligne 317 du fichier KoParagDia.h.

Référencé par KoCounterStyleWidget().

void KoCounterStyleWidget::displayLevelsChanged ( int  i  )  [inline, protected, slot]

Définition à la ligne 318 du fichier KoParagDia.h.

Référencé par KoCounterStyleWidget().

void KoCounterStyleWidget::alignmentChanged ( const QString &  s  )  [protected, slot]

Définition à la ligne 208 du fichier KoParagDia.cpp.

Références main::a, m_counter, KoParagCounter::setAlignment(), et sig_alignmentChanged().

Référencé par KoCounterStyleWidget().

void KoCounterStyleWidget::suffixChanged ( const QString &  txt  )  [inline, protected, slot]

Définition à la ligne 320 du fichier KoParagDia.h.

Référencé par KoCounterStyleWidget().

void KoCounterStyleWidget::prefixChanged ( const QString &  txt  )  [inline, protected, slot]

Définition à la ligne 321 du fichier KoParagDia.h.

Référencé par KoCounterStyleWidget().

void KoCounterStyleWidget::numStyleChanged (  )  [protected, slot]

Définition à la ligne 403 du fichier KoParagDia.cpp.

Références cbRestart, changeKWSpinboxType(), changeStyle(), KoCounterStyleWidget::StyleRepresenter::isBullet(), lStart, lstStyle, m_counter, noSignals, KoParagCounter::setStyle(), spnDisplayLevels, spnStart, KoCounterStyleWidget::StyleRepresenter::style(), KoParagCounter::STYLE_NONE, styleBuffer, et stylesList.

Référencé par KoCounterStyleWidget().

void KoCounterStyleWidget::selectCustomBullet (  )  [protected, slot]

Définition à la ligne 382 du fichier KoParagDia.cpp.

Références bCustom, changeCustomBullet(), KoParagCounter::customBulletCharacter(), KoParagCounter::customBulletFont(), gensymbolfontmap::f, lstStyle, m_counter, KoCharSelectDia::selectChar(), KoParagCounter::setCustomBulletCharacter(), KoParagCounter::setCustomBulletFont(), KoParagCounter::STYLE_CUSTOMBULLET, et stylesList.

Référencé par KoCounterStyleWidget().

void KoCounterStyleWidget::displayStyle ( KoParagCounter::Style  style  )  [protected]

Définition à la ligne 293 du fichier KoParagDia.cpp.

Références KoParagCounter::alignment(), bCustom, cbAlignment, cbRestart, KoParagCounter::customBulletCharacter(), KoParagCounter::customBulletFont(), KoParagCounter::depth(), KoParagCounter::displayLevels(), lstStyle, m_counter, KoParagCounter::prefix(), KoParagCounter::restartCounter(), spnDepth, spnDisplayLevels, spnStart, sPrefix, sSuffix, KoParagCounter::startNumber(), stylesList, et KoParagCounter::suffix().

Référencé par display(), et setCounter().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :


Documentation des données membres

Q3GroupBox* KoCounterStyleWidget::gStyle [private]

Définition à la ligne 330 du fichier KoParagDia.h.

Référencé par KoCounterStyleWidget(), et numTypeChanged().

Q3PtrList<StyleRepresenter> KoCounterStyleWidget::stylesList [private]

Définition à la ligne 331 du fichier KoParagDia.h.

Référencé par displayStyle(), fillStyleCombo(), KoCounterStyleWidget(), numStyleChanged(), et selectCustomBullet().

QListWidget* KoCounterStyleWidget::lstStyle [private]

Définition à la ligne 332 du fichier KoParagDia.h.

Référencé par displayStyle(), fillStyleCombo(), KoCounterStyleWidget(), numStyleChanged(), et selectCustomBullet().

KoParagCounter KoCounterStyleWidget::m_counter [private]

Définition à la ligne 333 du fichier KoParagDia.h.

Référencé par alignmentChanged(), display(), displayStyle(), numStyleChanged(), numTypeChanged(), selectCustomBullet(), et setCounter().

QLineEdit* KoCounterStyleWidget::sSuffix [private]

Définition à la ligne 334 du fichier KoParagDia.h.

Référencé par displayStyle(), et KoCounterStyleWidget().

QLineEdit * KoCounterStyleWidget::sPrefix [private]

Définition à la ligne 334 du fichier KoParagDia.h.

Référencé par displayStyle(), et KoCounterStyleWidget().

QPushButton* KoCounterStyleWidget::bCustom [private]

Définition à la ligne 335 du fichier KoParagDia.h.

Référencé par displayStyle(), KoCounterStyleWidget(), numTypeChanged(), et selectCustomBullet().

KoSpinBox* KoCounterStyleWidget::spnStart [private]

Définition à la ligne 336 du fichier KoParagDia.h.

Référencé par changeKWSpinboxType(), displayStyle(), KoCounterStyleWidget(), et numStyleChanged().

QSpinBox* KoCounterStyleWidget::spnDepth [private]

Définition à la ligne 337 du fichier KoParagDia.h.

Référencé par displayStyle(), et KoCounterStyleWidget().

QSpinBox* KoCounterStyleWidget::spnDisplayLevels [private]

Définition à la ligne 338 du fichier KoParagDia.h.

Référencé par displayStyle(), KoCounterStyleWidget(), et numStyleChanged().

QLabel* KoCounterStyleWidget::lStart [private]

Définition à la ligne 339 du fichier KoParagDia.h.

Référencé par KoCounterStyleWidget(), et numStyleChanged().

QLabel* KoCounterStyleWidget::lCustom [private]

Définition à la ligne 340 du fichier KoParagDia.h.

Référencé par KoCounterStyleWidget(), et numTypeChanged().

QCheckBox* KoCounterStyleWidget::cbRestart [private]

Définition à la ligne 341 du fichier KoParagDia.h.

Référencé par displayStyle(), KoCounterStyleWidget(), et numStyleChanged().

KComboBox* KoCounterStyleWidget::cbAlignment [private]

Définition à la ligne 342 du fichier KoParagDia.h.

Référencé par displayStyle(), et KoCounterStyleWidget().

QLabel* KoCounterStyleWidget::lAlignment [private]

Définition à la ligne 343 du fichier KoParagDia.h.

Référencé par KoCounterStyleWidget().

unsigned int KoCounterStyleWidget::styleBuffer [private]

Définition à la ligne 344 du fichier KoParagDia.h.

Référencé par display(), fillStyleCombo(), KoCounterStyleWidget(), et numStyleChanged().

bool KoCounterStyleWidget::noSignals [private]

Définition à la ligne 345 du fichier KoParagDia.h.

Référencé par fillStyleCombo(), KoCounterStyleWidget(), numStyleChanged(), et setCounter().


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