Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

UPercentFormat Class Reference

Inheritance diagram for UPercentFormat:

UCommonFormat List of all members.

Public Member Functions

 this (inout ULocale locale)

Private Member Functions

 this (Style style, char[] pattern, inout ULocale locale)
bool isParseIntegerOnly ()
bool isGroupingUsed ()
bool isDecimalSeparatorAlwaysShown ()
void setParseIntegerOnly (bool yes)
void setGroupingUsed (bool yes)
void setDecimalSeparatorAlwaysShown (bool yes)
void setMaxIntegerDigits (uint x)
void setMinIntegerDigits (uint x)
void setIntegerDigits (uint x)
void setMaxFractionDigits (uint x)
void setMinFractionDigits (uint x)
void setFractionDigits (uint x)
void setMultiplier (uint x)
void setGroupingSize (uint x)
void setRoundingMode (Rounding x)
void setRoundingIncrement (uint x)
void setFormatWidth (uint x)
void setPaddingPosition (Pad x)
void setSecondaryGroupingSize (uint x)
void setSignificantDigitsUsed (uint x)
void setMinSignificantDigits (uint x)
void setMaxSignificantDigits (uint x)
uint getMaxIntegerDigits ()
uint getMinIntegerDigits ()
uint getIntegerDigits ()
uint getMaxFractionDigits ()
uint getMinFractionDigits ()
uint getFractionDigits ()
uint getMultiplier ()
uint getGroupingSize ()
Rounding getRoundingMode ()
uint getRoundingIncrement ()
uint getFormatWidth ()
Pad getPaddingPosition ()
uint getSecondaryGroupingSize ()
uint getSignificantDigitsUsed ()
uint getMinSignificantDigits ()
uint getMaxSignificantDigits ()
void getPattern (UString dst, bool localize)

Static Private Member Functions

static this ()

Member Function Documentation

this inout ULocale  locale  )  [inline]
 

Definition at line 150 of file UNumberFormat.d.

this Style  style,
char[]  pattern,
inout ULocale  locale
[inline, inherited]
 

Reimplemented from UNumberFormat.

Definition at line 254 of file UNumberFormat.d.

static this  )  [inline, static, inherited]
 

Definition at line 919 of file UNumberFormat.d.

bool isParseIntegerOnly  )  [inline, inherited]
 

Return true if this format will parse numbers as integers only

Definition at line 266 of file UNumberFormat.d.

bool isGroupingUsed  )  [inline, inherited]
 

Returns true if grouping is used in this format.

Definition at line 277 of file UNumberFormat.d.

bool isDecimalSeparatorAlwaysShown  )  [inline, inherited]
 

Always show decimal point?

Definition at line 288 of file UNumberFormat.d.

void setParseIntegerOnly bool  yes  )  [inline, inherited]
 

Sets whether or not numbers should be parsed as integers only

Definition at line 300 of file UNumberFormat.d.

void setGroupingUsed bool  yes  )  [inline, inherited]
 

Set whether or not grouping will be used in this format.

Definition at line 311 of file UNumberFormat.d.

void setDecimalSeparatorAlwaysShown bool  yes  )  [inline, inherited]
 

Always show decimal point.

Definition at line 322 of file UNumberFormat.d.

void setMaxIntegerDigits uint  x  )  [inline, inherited]
 

Sets the maximum number of digits allowed in the integer portion of a number.

Definition at line 334 of file UNumberFormat.d.

void setMinIntegerDigits uint  x  )  [inline, inherited]
 

Sets the minimum number of digits allowed in the integer portion of a number.

Definition at line 346 of file UNumberFormat.d.

void setIntegerDigits uint  x  )  [inline, inherited]
 

Integer digits displayed

Definition at line 357 of file UNumberFormat.d.

void setMaxFractionDigits uint  x  )  [inline, inherited]
 

Sets the maximum number of digits allowed in the fraction portion of a number.

Definition at line 369 of file UNumberFormat.d.

void setMinFractionDigits uint  x  )  [inline, inherited]
 

Sets the minimum number of digits allowed in the fraction portion of a number.

Definition at line 381 of file UNumberFormat.d.

void setFractionDigits uint  x  )  [inline, inherited]
 

Fraction digits.

Definition at line 392 of file UNumberFormat.d.

void setMultiplier uint  x  )  [inline, inherited]
 

Definition at line 401 of file UNumberFormat.d.

void setGroupingSize uint  x  )  [inline, inherited]
 

Definition at line 410 of file UNumberFormat.d.

void setRoundingMode Rounding  x  )  [inline, inherited]
 

Definition at line 419 of file UNumberFormat.d.

void setRoundingIncrement uint  x  )  [inline, inherited]
 

Definition at line 428 of file UNumberFormat.d.

void setFormatWidth uint  x  )  [inline, inherited]
 

The width to which the output of format() is padded

Definition at line 439 of file UNumberFormat.d.

void setPaddingPosition Pad  x  )  [inline, inherited]
 

The position at which padding will take place.

Definition at line 450 of file UNumberFormat.d.

void setSecondaryGroupingSize uint  x  )  [inline, inherited]
 

Definition at line 459 of file UNumberFormat.d.

void setSignificantDigitsUsed uint  x  )  [inline, inherited]
 

Definition at line 468 of file UNumberFormat.d.

void setMinSignificantDigits uint  x  )  [inline, inherited]
 

Definition at line 477 of file UNumberFormat.d.

void setMaxSignificantDigits uint  x  )  [inline, inherited]
 

Definition at line 486 of file UNumberFormat.d.

uint getMaxIntegerDigits  )  [inline, inherited]
 

Returns the maximum number of digits allowed in the integer portion of a number.

Definition at line 499 of file UNumberFormat.d.

uint getMinIntegerDigits  )  [inline, inherited]
 

Returns the minimum number of digits allowed in the integer portion of a number.

Definition at line 511 of file UNumberFormat.d.

uint getIntegerDigits  )  [inline, inherited]
 

Definition at line 520 of file UNumberFormat.d.

uint getMaxFractionDigits  )  [inline, inherited]
 

Returns the maximum number of digits allowed in the fraction portion of a number.

Definition at line 532 of file UNumberFormat.d.

uint getMinFractionDigits  )  [inline, inherited]
 

Definition at line 541 of file UNumberFormat.d.

uint getFractionDigits  )  [inline, inherited]
 

Definition at line 550 of file UNumberFormat.d.

uint getMultiplier  )  [inline, inherited]
 

Definition at line 560 of file UNumberFormat.d.

uint getGroupingSize  )  [inline, inherited]
 

Definition at line 569 of file UNumberFormat.d.

Rounding getRoundingMode  )  [inline, inherited]
 

Definition at line 578 of file UNumberFormat.d.

uint getRoundingIncrement  )  [inline, inherited]
 

Definition at line 587 of file UNumberFormat.d.

uint getFormatWidth  )  [inline, inherited]
 

Definition at line 596 of file UNumberFormat.d.

Pad getPaddingPosition  )  [inline, inherited]
 

Definition at line 605 of file UNumberFormat.d.

uint getSecondaryGroupingSize  )  [inline, inherited]
 

Definition at line 614 of file UNumberFormat.d.

uint getSignificantDigitsUsed  )  [inline, inherited]
 

Definition at line 623 of file UNumberFormat.d.

uint getMinSignificantDigits  )  [inline, inherited]
 

Definition at line 632 of file UNumberFormat.d.

uint getMaxSignificantDigits  )  [inline, inherited]
 

Definition at line 641 of file UNumberFormat.d.

void getPattern UString  dst,
bool  localize
[inline, inherited]
 

Definition at line 650 of file UNumberFormat.d.

References UString::format().


The documentation for this class was generated from the following file:
Generated on Sat Dec 24 17:28:43 2005 for Mango by  doxygen 1.4.0