~ubuntu-branches/ubuntu/karmic/gnustep-base/karmic

« back to all changes in this revision

Viewing changes to Documentation/gsdoc/NSNumberFormatter.gsdoc

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050417001438-enf0y07c9tku85z1
Tags: 1.10.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
3
 
<gsdoc base="NSNumberFormatter" prev="NSNumber" next="NSObject" up="Base">
4
 
  <head>
5
 
    <title>NSNumberFormatter</title>
6
 
    <author name="Richard Frith-Macdonald">
7
 
      <email address="rfm@gnu.org"/>
8
 
      <url url="http://www.gnustep.org/developers/whoiswho.html"/>
9
 
    </author>
10
 
    <version>$Revision: 1.7 $</version>
11
 
    <date>$Date: 2001/03/03 09:58:53 $</date>
12
 
  </head>
13
 
  <body>
14
 
    <chapter>
15
 
      <heading>NSNumberFormatter</heading>
16
 
      <class name="NSNumberFormatter" super="NSFormatter">
17
 
        <declared>Foundation/NSNumberFormatter.h</declared>
18
 
        <conform>NSObject</conform>
19
 
          <desc>
20
 
          </desc>
21
 
        <method type="BOOL">
22
 
          <sel>allowsFloats</sel>
23
 
          <desc>
24
 
          </desc>
25
 
        </method>
26
 
        <method type="NSAttributedString*">
27
 
          <sel>attributedStringForNil</sel>
28
 
          <desc>
29
 
          </desc>
30
 
        </method>
31
 
        <method type="NSAttributedString*">
32
 
          <sel>attributedStringForNotANumber</sel>
33
 
          <desc>
34
 
          </desc>
35
 
        </method>
36
 
        <method type="NSAttributedString*">
37
 
          <sel>attributedStringForZero</sel>
38
 
          <desc>
39
 
          </desc>
40
 
        </method>
41
 
        <method type="NSString*">
42
 
          <sel>decimalSeparator</sel>
43
 
          <desc>
44
 
          </desc>
45
 
        </method>
46
 
        <method type="NSString*">
47
 
          <sel>format</sel>
48
 
          <desc>
49
 
          </desc>
50
 
        </method>
51
 
        <method type="BOOL">
52
 
          <sel>hasThousandSeparators</sel>
53
 
          <desc>
54
 
          </desc>
55
 
        </method>
56
 
        <method type="BOOL">
57
 
          <sel>localizesFormat</sel>
58
 
          <desc>
59
 
          </desc>
60
 
        </method>
61
 
        <method type="NSDecimalNumber*">
62
 
          <sel>maximum</sel>
63
 
          <desc>
64
 
          </desc>
65
 
        </method>
66
 
        <method type="NSDecimalNumber*">
67
 
          <sel>minimum</sel>
68
 
          <desc>
69
 
          </desc>
70
 
        </method>
71
 
        <method type="NSString*">
72
 
          <sel>negativeFormat</sel>
73
 
          <desc>
74
 
          </desc>
75
 
        </method>
76
 
        <method type="NSString*">
77
 
          <sel>positiveFormat</sel>
78
 
          <desc>
79
 
          </desc>
80
 
        </method>
81
 
        <method type="NSDecimalNumberHandler*">
82
 
          <sel>roundingBehavior</sel>
83
 
          <desc>
84
 
          </desc>
85
 
        </method>
86
 
        <method type="void">
87
 
          <sel>setAllowsFloats:</sel>
88
 
          <arg type="BOOL">flag</arg>
89
 
          <desc>
90
 
          </desc>
91
 
        </method>
92
 
        <method type="void">
93
 
          <sel>setAttributedStringForNil:</sel>
94
 
          <arg type="NSAttributedString*">newAttributedString</arg>
95
 
          <desc>
96
 
          </desc>
97
 
        </method>
98
 
        <method type="void">
99
 
          <sel>setAttributedStringForNotANumber:</sel>
100
 
          <arg type="NSAttributedString*">newAttributedString</arg>
101
 
          <desc>
102
 
          </desc>
103
 
        </method>
104
 
        <method type="void">
105
 
          <sel>setAttributedStringForZero:</sel>
106
 
          <arg type="NSAttributedString*">newAttributedString</arg>
107
 
          <desc>
108
 
          </desc>
109
 
        </method>
110
 
        <method type="void">
111
 
          <sel>setDecimalSeparator:</sel>
112
 
          <arg type="NSString*">newSeparator</arg>
113
 
          <desc>
114
 
          </desc>
115
 
        </method>
116
 
        <method type="void">
117
 
          <sel>setFormat:</sel>
118
 
          <arg type="NSString*">aFormat</arg>
119
 
          <desc>
120
 
          </desc>
121
 
        </method>
122
 
        <method type="void">
123
 
          <sel>setHasThousandSeparators:</sel>
124
 
          <arg type="BOOL">flag</arg>
125
 
          <desc>
126
 
          </desc>
127
 
        </method>
128
 
        <method type="void">
129
 
          <sel>setLocalizesFormat:</sel>
130
 
          <arg type="BOOL">flag</arg>
131
 
          <desc>
132
 
          </desc>
133
 
        </method>
134
 
        <method type="void">
135
 
          <sel>setMaximum:</sel>
136
 
          <arg type="NSDecimalNumber*">aMaximum</arg>
137
 
          <desc>
138
 
          </desc>
139
 
        </method>
140
 
        <method type="void">
141
 
          <sel>setMinimum:</sel>
142
 
          <arg type="NSDecimalNumber*">aMinimum</arg>
143
 
          <desc>
144
 
          </desc>
145
 
        </method>
146
 
        <method type="void">
147
 
          <sel>setNegativeFormat:</sel>
148
 
          <arg type="NSString*">aFormat</arg>
149
 
          <desc>
150
 
          </desc>
151
 
        </method>
152
 
        <method type="void">
153
 
          <sel>setPositiveFormat:</sel>
154
 
          <arg type="NSString*">aFormat</arg>
155
 
          <desc>
156
 
          </desc>
157
 
        </method>
158
 
        <method type="void">
159
 
          <sel>setRoundingBehavior:</sel>
160
 
          <arg type="NSDecimalNumberHandler*">newRoundingBehavior</arg>
161
 
          <desc>
162
 
          </desc>
163
 
        </method>
164
 
        <method type="void">
165
 
          <sel>setTextAttributesForNegativeValues:</sel>
166
 
          <arg type="NSDictionary*">newAttributes</arg>
167
 
          <desc>
168
 
          </desc>
169
 
        </method>
170
 
        <method type="void">
171
 
          <sel>setTextAttributesForPositiveValues:</sel>
172
 
          <arg type="NSDictionary*">newAttributes</arg>
173
 
          <desc>
174
 
          </desc>
175
 
        </method>
176
 
        <method type="void">
177
 
          <sel>setThousandSeparator:</sel>
178
 
          <arg type="NSString*">newSeparator</arg>
179
 
          <desc>
180
 
          </desc>
181
 
        </method>
182
 
        <method type="NSDictionary*">
183
 
          <sel>textAttributesForNegativeValues</sel>
184
 
          <desc>
185
 
          </desc>
186
 
        </method>
187
 
        <method type="NSDictionary*">
188
 
          <sel>textAttributesForPositiveValues</sel>
189
 
          <desc>
190
 
          </desc>
191
 
        </method>
192
 
        <method type="NSString*">
193
 
          <sel>thousandSeparator</sel>
194
 
          <desc>
195
 
          </desc>
196
 
        </method>
197
 
      </class>
198
 
    </chapter>
199
 
  </body>
200
 
</gsdoc>