mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 17:39:22 +02:00
- add rubberband doc skeleton
git-svn-id: trunk@12040 -
This commit is contained in:
parent
d762d100d9
commit
eaac15eec4
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1313,6 +1313,7 @@ docs/xml/lcl/postscriptcanvas.xml svneol=LF#text/xml eol=lf
|
|||||||
docs/xml/lcl/postscriptprinter.xml svneol=LF#text/xml eol=lf
|
docs/xml/lcl/postscriptprinter.xml svneol=LF#text/xml eol=lf
|
||||||
docs/xml/lcl/printers.xml svneol=LF#text/xml eol=lf
|
docs/xml/lcl/printers.xml svneol=LF#text/xml eol=lf
|
||||||
docs/xml/lcl/propertystorage.xml svneol=LF#text/xml eol=lf
|
docs/xml/lcl/propertystorage.xml svneol=LF#text/xml eol=lf
|
||||||
|
docs/xml/lcl/rubberband.xml svneol=LF#text/xml eol=lf
|
||||||
docs/xml/lcl/spin.xml svneol=LF#text/xml eol=lf
|
docs/xml/lcl/spin.xml svneol=LF#text/xml eol=lf
|
||||||
docs/xml/lcl/stdactns.xml svneol=LF#text/xml eol=lf
|
docs/xml/lcl/stdactns.xml svneol=LF#text/xml eol=lf
|
||||||
docs/xml/lcl/stdctrls.xml svneol=LF#text/xml eol=lf
|
docs/xml/lcl/stdctrls.xml svneol=LF#text/xml eol=lf
|
||||||
|
87
docs/xml/lcl/rubberband.xml
Normal file
87
docs/xml/lcl/rubberband.xml
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<fpdoc-descriptions>
|
||||||
|
<package name="LCL">
|
||||||
|
<!--
|
||||||
|
====================================================================
|
||||||
|
RubberBand
|
||||||
|
====================================================================
|
||||||
|
-->
|
||||||
|
<module name="RubberBand">
|
||||||
|
<short/>
|
||||||
|
<descr/>
|
||||||
|
<!-- unresolved type reference Visibility: default -->
|
||||||
|
<element name="Classes">
|
||||||
|
<short/>
|
||||||
|
<descr/>
|
||||||
|
<seealso/>
|
||||||
|
</element>
|
||||||
|
<!-- unresolved type reference Visibility: default -->
|
||||||
|
<element name="Controls">
|
||||||
|
<short/>
|
||||||
|
<descr/>
|
||||||
|
<seealso/>
|
||||||
|
</element>
|
||||||
|
<!-- enumeration type Visibility: default -->
|
||||||
|
<element name="TRubberBandShape">
|
||||||
|
<short/>
|
||||||
|
<descr/>
|
||||||
|
<seealso/>
|
||||||
|
</element>
|
||||||
|
<!-- enumeration value Visibility: default -->
|
||||||
|
<element name="TRubberBandShape.rbsLine"><short/></element>
|
||||||
|
<!-- enumeration value Visibility: default -->
|
||||||
|
<element name="TRubberBandShape.rbsRectangle"><short/></element>
|
||||||
|
<!-- object Visibility: default -->
|
||||||
|
<element name="TCustomRubberBand">
|
||||||
|
<short/>
|
||||||
|
<descr/>
|
||||||
|
<errors/>
|
||||||
|
<seealso/>
|
||||||
|
</element>
|
||||||
|
<!-- variable Visibility: private -->
|
||||||
|
<element name="TCustomRubberBand.FShape">
|
||||||
|
<short/>
|
||||||
|
<descr/>
|
||||||
|
<seealso/>
|
||||||
|
</element>
|
||||||
|
<!-- function Visibility: private -->
|
||||||
|
<element name="TCustomRubberBand.GetShape">
|
||||||
|
<short/>
|
||||||
|
<descr/>
|
||||||
|
<errors/>
|
||||||
|
<seealso/>
|
||||||
|
</element>
|
||||||
|
<!-- function result Visibility: default -->
|
||||||
|
<element name="TCustomRubberBand.GetShape.Result"><short/></element>
|
||||||
|
<!-- procedure Visibility: private -->
|
||||||
|
<element name="TCustomRubberBand.SetShape">
|
||||||
|
<short/>
|
||||||
|
<descr/>
|
||||||
|
<errors/>
|
||||||
|
<seealso/>
|
||||||
|
</element>
|
||||||
|
<!-- argument Visibility: default -->
|
||||||
|
<element name="TCustomRubberBand.SetShape.AValue"><short/></element>
|
||||||
|
<!-- constructor Visibility: public -->
|
||||||
|
<element name="TCustomRubberBand.Create">
|
||||||
|
<short/>
|
||||||
|
<descr/>
|
||||||
|
<errors/>
|
||||||
|
<seealso/>
|
||||||
|
</element>
|
||||||
|
<!-- argument Visibility: default -->
|
||||||
|
<element name="TCustomRubberBand.Create.AOwner"><short/></element>
|
||||||
|
<!-- property Visibility: public -->
|
||||||
|
<element name="TCustomRubberBand.Shape">
|
||||||
|
<short/>
|
||||||
|
<descr/>
|
||||||
|
<seealso/>
|
||||||
|
</element>
|
||||||
|
<!-- object Visibility: default -->
|
||||||
|
<element name="TRubberBand">
|
||||||
|
<short>TRubberBand is control that can be used to draw selection.</short>
|
||||||
|
</element>
|
||||||
|
</module>
|
||||||
|
<!-- RubberBand -->
|
||||||
|
</package>
|
||||||
|
</fpdoc-descriptions>
|
Loading…
Reference in New Issue
Block a user