#include <SawObject.h>
Diagrama de herencias de SawObject

Tipos públicos | |
| enum | NumberFormat { FIXED, SCIENTIFIC } |
Métodos públicos | |
| SawObject () | |
| Constructor. | |
| ~SawObject () | |
| Destructor. | |
| SawObject (const SawObject &obj) | |
| Constructor de copia. | |
| void | setName (string name) |
| string | getName () const |
| void | setThresholdDoubleComparation (double threshold) |
| double | getThresholdDoubleComparation () const |
| void | setWidthOutputStream (uint width) |
| uint | getWidthOutputStream () const |
| void | setPrecisionOutputStream (uint precision) |
| uint | getPrecisionOutputStream () const |
| void | setFormatNumberOutputStream (NumberFormat formatOutput) |
| SawObject::NumberFormat | getFormatNumberOutputStream () const |
Atributos protegidos | |
| string | name |
| double | thresholdDoubleComparation |
| uint | widthOutputStream |
| uint | precisionOutputStream |
| NumberFormat | formatOutput |
Fecha de creaci� : 2006-02-28
Ultima modificaci� : 2006-02-28
Historial de modificaciones :
Definición en la línea 47 del archivo SawObject.h.
| SawObject::SawObject | ( | const SawObject & | obj | ) |
Constructor de copia.
| obj |
Definición en la línea 46 del archivo SawObject.cpp.
Hace referencia a getFormatNumberOutputStream(), getName(), getPrecisionOutputStream(), getThresholdDoubleComparation(), getWidthOutputStream(), setFormatNumberOutputStream(), setName(), setPrecisionOutputStream(), setThresholdDoubleComparation(), y setWidthOutputStream().
Gráfico de llamadas para esta función:

| void SawObject::setName | ( | string | name | ) |
| string SawObject::getName | ( | ) | const |
Definición en la línea 68 del archivo SawObject.cpp.
Hace referencia a name.
Referenciado por SawObject().
| void SawObject::setThresholdDoubleComparation | ( | double | threshold | ) |
| threshold |
Definición en la línea 77 del archivo SawObject.cpp.
Hace referencia a thresholdDoubleComparation.
Referenciado por SawObject().
| double SawObject::getThresholdDoubleComparation | ( | ) | const |
Definición en la línea 86 del archivo SawObject.cpp.
Hace referencia a thresholdDoubleComparation.
Referenciado por SawObject().
| void SawObject::setWidthOutputStream | ( | uint | width | ) |
| width |
Definición en la línea 95 del archivo SawObject.cpp.
Hace referencia a widthOutputStream.
Referenciado por SawObject().
| uint SawObject::getWidthOutputStream | ( | ) | const |
Definición en la línea 104 del archivo SawObject.cpp.
Hace referencia a widthOutputStream.
Referenciado por SawObject().
| void SawObject::setPrecisionOutputStream | ( | uint | precision | ) |
| precision |
Definición en la línea 113 del archivo SawObject.cpp.
Hace referencia a precisionOutputStream.
Referenciado por SawObject().
| uint SawObject::getPrecisionOutputStream | ( | ) | const |
Definición en la línea 122 del archivo SawObject.cpp.
Hace referencia a precisionOutputStream.
Referenciado por SawObject().
| void SawObject::setFormatNumberOutputStream | ( | NumberFormat | formatOutput | ) |
| formatOutput |
Definición en la línea 131 del archivo SawObject.cpp.
Referenciado por SawObject().
| SawObject::NumberFormat SawObject::getFormatNumberOutputStream | ( | ) | const |
Definición en la línea 140 del archivo SawObject.cpp.
Hace referencia a formatOutput.
Referenciado por SawObject().
1.5.1