- add rubberband doc skeleton

git-svn-id: trunk@12040 -
This commit is contained in:
paul 2007-09-16 06:40:42 +00:00
parent d762d100d9
commit eaac15eec4
2 changed files with 88 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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/printers.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/stdactns.xml svneol=LF#text/xml eol=lf
docs/xml/lcl/stdctrls.xml svneol=LF#text/xml eol=lf

View 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>