~ubuntu-branches/ubuntu/saucy/lazarus/saucy

« back to all changes in this revision

Viewing changes to docs/xml/lazutils/lazmethodlist.xml

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Bart Martens, Paul Gevers
  • Date: 2013-06-08 14:12:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20130608141217-7k0cy9id8ifcnutc
Tags: 1.0.8+dfsg-1
[ Abou Al Montacir ]
* New upstream major release and multiple maintenace release offering many
  fixes and new features marking a new milestone for the Lazarus development
  and its stability level.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch
* LCL changes:
  - LCL is now a normal package.
      + Platform independent parts of the LCL are now in the package LCLBase
      + LCL is automatically recompiled when switching the target platform,
        unless pre-compiled binaries for this target are already installed.
      + No impact on existing projects.
      + Linker options needed by LCL are no more added to projects that do
        not use the LCL package.
  - Minor changes in LCL basic classes behaviour
      + TCustomForm.Create raises an exception if a form resource is not
        found.
      + TNotebook and TPage: a new implementation of these classes was added.
      + TDBNavigator: It is now possible to have focusable buttons by setting
        Options = [navFocusableButtons] and TabStop = True, useful for
        accessibility and for devices with neither mouse nor touch screen.
      + Names of TControlBorderSpacing.GetSideSpace and GetSpace were swapped
        and are now consistent. GetSideSpace = Around + GetSpace.
      + TForm.WindowState=wsFullscreen was added
      + TCanvas.TextFitInfo was added to calculate how many characters will
        fit into a specified Width. Useful for word-wrapping calculations.
      + TControl.GetColorResolvingParent and
        TControl.GetRGBColorResolvingParent were added, simplifying the work
        to obtain the final color of the control while resolving clDefault
        and the ParentColor.
      + LCLIntf.GetTextExtentExPoint now has a good default implementation
        which works in any platform not providing a specific implementation.
        However, Widgetset specific implementation is better, when available.
      + TTabControl was reorganized. Now it has the correct class hierarchy
        and inherits from TCustomTabControl as it should.
  - New unit in the LCL:
      + lazdialogs.pas: adds non-native versions of various native dialogs,
        for example TLazOpenDialog, TLazSaveDialog, TLazSelectDirectoryDialog.
        It is used by widgetsets which either do not have a native dialog, or
        do not wish to use it because it is limited. These dialogs can also be
        used by user applications directly.
      + lazdeviceapis.pas: offers an interface to more hardware devices such
        as the accelerometer, GPS, etc. See LazDeviceAPIs
      + lazcanvas.pas: provides a TFPImageCanvas descendent implementing
        drawing in a LCL-compatible way, but 100% in Pascal.
      + lazregions.pas. LazRegions is a wholly Pascal implementation of
        regions for canvas clipping, event clipping, finding in which control
        of a region tree one an event should reach, for drawing polygons, etc.
      + customdrawncontrols.pas, customdrawndrawers.pas,
        customdrawn_common.pas, customdrawn_android.pas and
        customdrawn_winxp.pas: are the Lazarus Custom Drawn Controls -controls
        which imitate the standard LCL ones, but with the difference that they
        are non-native and support skinning.
  - New APIs added to the LCL to improve support of accessibility software
    such as screen readers.
* IDE changes:
  - Many improvments.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/New_IDE_features_since#v1.0_.282012-08-29.29
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes#IDE_Changes
* Debugger / Editor changes:
  - Added pascal sources and breakpoints to the disassembler
  - Added threads dialog.
* Components changes:
  - TAChart: many fixes and new features
  - CodeTool: support Delphi style generics and new syntax extensions.
  - AggPas: removed to honor free licencing. (Closes: Bug#708695)
[Bart Martens]
* New debian/watch file fixing issues with upstream RC release.
[Abou Al Montacir]
* Avoid changing files in .pc hidden directory, these are used by quilt for
  internal purpose and could lead to surprises during build.
[Paul Gevers]
* Updated get-orig-source target and it compinion script orig-tar.sh so that they
  repack the source file, allowing bug 708695 to be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<fpdoc-descriptions>
 
3
<package name="lazutils">
 
4
 
 
5
<!--
 
6
  ====================================================================
 
7
    LazMethodList
 
8
  ====================================================================
 
9
-->
 
10
 
 
11
<module name="LazMethodList">
 
12
<short></short>
 
13
<descr>
 
14
</descr>
 
15
 
 
16
<!-- class Visibility: default -->
 
17
<element name="TMethodList">
 
18
<short></short>
 
19
<descr>
 
20
</descr>
 
21
<errors>
 
22
</errors>
 
23
<seealso>
 
24
</seealso>
 
25
</element>
 
26
 
 
27
<!-- variable Visibility: private -->
 
28
<element name="TMethodList.FItems">
 
29
<short></short>
 
30
<descr>
 
31
</descr>
 
32
<seealso>
 
33
</seealso>
 
34
</element>
 
35
 
 
36
<!-- variable Visibility: private -->
 
37
<element name="TMethodList.FCount">
 
38
<short></short>
 
39
<descr>
 
40
</descr>
 
41
<seealso>
 
42
</seealso>
 
43
</element>
 
44
 
 
45
<!-- function Visibility: private -->
 
46
<element name="TMethodList.GetItems">
 
47
<short></short>
 
48
<descr>
 
49
</descr>
 
50
<errors>
 
51
</errors>
 
52
<seealso>
 
53
</seealso>
 
54
</element>
 
55
 
 
56
<!-- function result Visibility: default -->
 
57
<element name="TMethodList.GetItems.Result">
 
58
<short></short>
 
59
</element>
 
60
 
 
61
<!-- argument Visibility: default -->
 
62
<element name="TMethodList.GetItems.Index">
 
63
<short></short>
 
64
</element>
 
65
 
 
66
<!-- procedure Visibility: private -->
 
67
<element name="TMethodList.SetItems">
 
68
<short></short>
 
69
<descr>
 
70
</descr>
 
71
<errors>
 
72
</errors>
 
73
<seealso>
 
74
</seealso>
 
75
</element>
 
76
 
 
77
<!-- argument Visibility: default -->
 
78
<element name="TMethodList.SetItems.Index">
 
79
<short></short>
 
80
</element>
 
81
 
 
82
<!-- argument Visibility: default -->
 
83
<element name="TMethodList.SetItems.AValue">
 
84
<short></short>
 
85
</element>
 
86
 
 
87
<!-- destructor Visibility: public -->
 
88
<element name="TMethodList.Destroy">
 
89
<short></short>
 
90
<descr>
 
91
</descr>
 
92
<errors>
 
93
</errors>
 
94
<seealso>
 
95
</seealso>
 
96
</element>
 
97
 
 
98
<!-- function Visibility: public -->
 
99
<element name="TMethodList.Count">
 
100
<short></short>
 
101
<descr>
 
102
</descr>
 
103
<errors>
 
104
</errors>
 
105
<seealso>
 
106
</seealso>
 
107
</element>
 
108
 
 
109
<!-- function result Visibility: default -->
 
110
<element name="TMethodList.Count.Result">
 
111
<short></short>
 
112
</element>
 
113
 
 
114
<!-- function Visibility: public -->
 
115
<element name="TMethodList.NextDownIndex">
 
116
<short></short>
 
117
<descr>
 
118
</descr>
 
119
<errors>
 
120
</errors>
 
121
<seealso>
 
122
</seealso>
 
123
</element>
 
124
 
 
125
<!-- function result Visibility: default -->
 
126
<element name="TMethodList.NextDownIndex.Result">
 
127
<short></short>
 
128
</element>
 
129
 
 
130
<!-- argument Visibility: default -->
 
131
<element name="TMethodList.NextDownIndex.Index">
 
132
<short></short>
 
133
</element>
 
134
 
 
135
<!-- function Visibility: public -->
 
136
<element name="TMethodList.IndexOf">
 
137
<short></short>
 
138
<descr>
 
139
</descr>
 
140
<errors>
 
141
</errors>
 
142
<seealso>
 
143
</seealso>
 
144
</element>
 
145
 
 
146
<!-- function result Visibility: default -->
 
147
<element name="TMethodList.IndexOf.Result">
 
148
<short></short>
 
149
</element>
 
150
 
 
151
<!-- argument Visibility: default -->
 
152
<element name="TMethodList.IndexOf.AMethod">
 
153
<short></short>
 
154
</element>
 
155
 
 
156
<!-- procedure Visibility: public -->
 
157
<element name="TMethodList.Delete">
 
158
<short></short>
 
159
<descr>
 
160
</descr>
 
161
<errors>
 
162
</errors>
 
163
<seealso>
 
164
</seealso>
 
165
</element>
 
166
 
 
167
<!-- argument Visibility: default -->
 
168
<element name="TMethodList.Delete.Index">
 
169
<short></short>
 
170
</element>
 
171
 
 
172
<!-- procedure Visibility: public -->
 
173
<element name="TMethodList.Remove">
 
174
<short></short>
 
175
<descr>
 
176
</descr>
 
177
<errors>
 
178
</errors>
 
179
<seealso>
 
180
</seealso>
 
181
</element>
 
182
 
 
183
<!-- argument Visibility: default -->
 
184
<element name="TMethodList.Remove.AMethod">
 
185
<short></short>
 
186
</element>
 
187
 
 
188
<!-- procedure Visibility: public -->
 
189
<element name="TMethodList.Add">
 
190
<short></short>
 
191
<descr>
 
192
</descr>
 
193
<errors>
 
194
</errors>
 
195
<seealso>
 
196
</seealso>
 
197
</element>
 
198
 
 
199
<!-- argument Visibility: default -->
 
200
<element name="TMethodList.Add.AMethod">
 
201
<short></short>
 
202
</element>
 
203
 
 
204
<!-- argument Visibility: default -->
 
205
<element name="TMethodList.Add.AsLast">
 
206
<short></short>
 
207
</element>
 
208
 
 
209
<!-- procedure Visibility: public -->
 
210
<element name="TMethodList.Insert">
 
211
<short></short>
 
212
<descr>
 
213
</descr>
 
214
<errors>
 
215
</errors>
 
216
<seealso>
 
217
</seealso>
 
218
</element>
 
219
 
 
220
<!-- argument Visibility: default -->
 
221
<element name="TMethodList.Insert.Index">
 
222
<short></short>
 
223
</element>
 
224
 
 
225
<!-- argument Visibility: default -->
 
226
<element name="TMethodList.Insert.AMethod">
 
227
<short></short>
 
228
</element>
 
229
 
 
230
<!-- procedure Visibility: public -->
 
231
<element name="TMethodList.Move">
 
232
<short></short>
 
233
<descr>
 
234
</descr>
 
235
<errors>
 
236
</errors>
 
237
<seealso>
 
238
</seealso>
 
239
</element>
 
240
 
 
241
<!-- argument Visibility: default -->
 
242
<element name="TMethodList.Move.OldIndex">
 
243
<short></short>
 
244
</element>
 
245
 
 
246
<!-- argument Visibility: default -->
 
247
<element name="TMethodList.Move.NewIndex">
 
248
<short></short>
 
249
</element>
 
250
 
 
251
<!-- procedure Visibility: public -->
 
252
<element name="TMethodList.RemoveAllMethodsOfObject">
 
253
<short></short>
 
254
<descr>
 
255
</descr>
 
256
<errors>
 
257
</errors>
 
258
<seealso>
 
259
</seealso>
 
260
</element>
 
261
 
 
262
<!-- argument Visibility: default -->
 
263
<element name="TMethodList.RemoveAllMethodsOfObject.AnObject">
 
264
<short></short>
 
265
</element>
 
266
 
 
267
<!-- procedure Visibility: public -->
 
268
<element name="TMethodList.CallNotifyEvents">
 
269
<short></short>
 
270
<descr>
 
271
</descr>
 
272
<errors>
 
273
</errors>
 
274
<seealso>
 
275
</seealso>
 
276
</element>
 
277
 
 
278
<!-- argument Visibility: default -->
 
279
<element name="TMethodList.CallNotifyEvents.Sender">
 
280
<short></short>
 
281
</element>
 
282
 
 
283
<!-- property Visibility: public -->
 
284
<element name="TMethodList.Items">
 
285
<short></short>
 
286
<descr>
 
287
</descr>
 
288
<seealso>
 
289
</seealso>
 
290
</element>
 
291
 
 
292
<!-- argument Visibility: default -->
 
293
<element name="TMethodList.Items.Index">
 
294
<short></short>
 
295
</element>
 
296
 
 
297
</module> <!-- LazMethodList -->
 
298
 
 
299
</package>
 
300
</fpdoc-descriptions>