#include <Kolinewidthaction.h>
Graphe de collaboration de KoLineWidthChooser:
Connecteurs publics | |
void | setUnit (KoUnit::Unit unit) |
void | setWidth (double width) |
Fonctions membres publiques | |
KoLineWidthChooser (QWidget *parent=0, const char *name=0) | |
~KoLineWidthChooser () | |
double | width () const |
Attributs privés | |
KoLineWidthChooserPrivate * | d |
Classes | |
class | KoLineWidthChooserPrivate |
Définition à la ligne 87 du fichier Kolinewidthaction.h.
KoLineWidthChooser::KoLineWidthChooser | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Définition à la ligne 167 du fichier Kolinewidthaction.cpp.
Références d, KoLineWidthChooser::KoLineWidthChooserPrivate::m_lineWidthUSBox, et KoUnit::U_PT.
KoLineWidthChooser::~KoLineWidthChooser | ( | ) |
double KoLineWidthChooser::width | ( | ) | const |
Returns the selected line width in points.
Définition à la ligne 187 du fichier Kolinewidthaction.cpp.
Références d, KoLineWidthChooser::KoLineWidthChooserPrivate::m_lineWidthUSBox, et KoUnitDoubleSpinBox::value().
Voici le graphe d'appel pour cette fonction :
void KoLineWidthChooser::setUnit | ( | KoUnit::Unit | unit | ) | [slot] |
Set unit to use when showing the width.
unit | Unit to use. |
Définition à la ligne 192 du fichier Kolinewidthaction.cpp.
Références d, KoLineWidthChooser::KoLineWidthChooserPrivate::m_lineWidthUSBox, et KoUnitDoubleSpinBox::setUnit().
void KoLineWidthChooser::setWidth | ( | double | width | ) | [slot] |
Set line width.
width | Line width in points. |
Définition à la ligne 197 du fichier Kolinewidthaction.cpp.
Références KoUnitDoubleSpinBox::changeValue(), d, et KoLineWidthChooser::KoLineWidthChooserPrivate::m_lineWidthUSBox.
KoLineWidthChooserPrivate* KoLineWidthChooser::d [private] |
Définition à la ligne 108 du fichier Kolinewidthaction.h.
Référencé par KoLineWidthChooser(), setUnit(), setWidth(), width(), et ~KoLineWidthChooser().