key state constants and functions documentation improvement

git-svn-id: trunk@35272 -
This commit is contained in:
sekelsenmat 2012-02-09 14:09:30 +00:00
parent 0f9889978f
commit f07b717a31
2 changed files with 118 additions and 16 deletions

View File

@ -8630,7 +8630,18 @@
</short> </short>
<descr/> <descr/>
<errors/> <errors/>
<seealso/> <seealso>
<link id="#RTL.Classes.TShiftState"/>
<link id="ShiftStateToKeys"/>
<link id="KeyDataToShiftState"/>
<link id="#LCL.LCLType.MK_Shift"/>
<link id="#LCL.LCLType.MK_Control"/>
<link id="#LCL.LCLType.MK_LButton"/>
<link id="#LCL.LCLType.MK_RButton"/>
<link id="#LCL.LCLType.MK_MButton"/>
<link id="#LCL.LCLType.MK_XBUTTON1"/>
<link id="#LCL.LCLType.MK_XBUTTON2"/>
</seealso>
</element> </element>
<element name="KeysToShiftState.Result"> <element name="KeysToShiftState.Result">
<short/> <short/>
@ -8644,7 +8655,18 @@
</short> </short>
<descr/> <descr/>
<errors/> <errors/>
<seealso/> <seealso>
<link id="#RTL.Classes.TShiftState"/>
<link id="KeysToShiftState"/>
<link id="ShiftStateToKeys"/>
<link id="#LCL.LCLType.MK_Shift"/>
<link id="#LCL.LCLType.MK_Control"/>
<link id="#LCL.LCLType.MK_LButton"/>
<link id="#LCL.LCLType.MK_RButton"/>
<link id="#LCL.LCLType.MK_MButton"/>
<link id="#LCL.LCLType.MK_XBUTTON1"/>
<link id="#LCL.LCLType.MK_XBUTTON2"/>
</seealso>
</element> </element>
<element name="KeyDataToShiftState.Result"> <element name="KeyDataToShiftState.Result">
<short/> <short/>
@ -8660,6 +8682,9 @@
<errors> <errors>
</errors> </errors>
<seealso> <seealso>
<link id="#RTL.Classes.TShiftState"/>
<link id="KeysToShiftState"/>
<link id="KeyDataToShiftState"/>
<link id="#LCL.LCLType.MK_Shift"/> <link id="#LCL.LCLType.MK_Shift"/>
<link id="#LCL.LCLType.MK_Control"/> <link id="#LCL.LCLType.MK_Control"/>
<link id="#LCL.LCLType.MK_LButton"/> <link id="#LCL.LCLType.MK_LButton"/>

View File

@ -11936,45 +11936,122 @@
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MK_LBUTTON"> <element name="MK_LBUTTON">
<short/> <short>A key state constant to represent the left mouse button, equivalent to ssLeft from TShiftState</short>
<descr/> <descr/>
<seealso/> <seealso>
<link id="#RTL.Classes.TShiftState"/>
<link id="#LCL.Forms.ShiftStateToKeys"/>
<link id="#LCL.Forms.KeyDataToShiftState"/>
<link id="#LCL.Forms.ShiftStateToKeys"/>
<link id="MK_Shift"/>
<link id="MK_Control"/>
<link id="MK_RButton"/>
<link id="MK_MButton"/>
<link id="MK_XBUTTON1"/>
<link id="MK_XBUTTON2"/>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MK_RBUTTON"> <element name="MK_RBUTTON">
<short/> <short>A key state constant to represent the right mouse button, equivalent to ssRight from TShiftState</short>
<descr/> <descr/>
<seealso/> <seealso>
<link id="#RTL.Classes.TShiftState"/>
<link id="#LCL.Forms.ShiftStateToKeys"/>
<link id="#LCL.Forms.KeyDataToShiftState"/>
<link id="#LCL.Forms.ShiftStateToKeys"/>
<link id="MK_Shift"/>
<link id="MK_Control"/>
<link id="MK_LButton"/>
<link id="MK_MButton"/>
<link id="MK_XBUTTON1"/>
<link id="MK_XBUTTON2"/>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MK_SHIFT"> <element name="MK_SHIFT">
<short/> <short>A key state constant to represent the shift key, equivalent to ssShift from TShiftState</short>
<descr/> <descr/>
<seealso/> <seealso>
<link id="#RTL.Classes.TShiftState"/>
<link id="#LCL.Forms.ShiftStateToKeys"/>
<link id="#LCL.Forms.KeyDataToShiftState"/>
<link id="#LCL.Forms.ShiftStateToKeys"/>
<link id="MK_Control"/>
<link id="MK_LButton"/>
<link id="MK_RButton"/>
<link id="MK_MButton"/>
<link id="MK_XBUTTON1"/>
<link id="MK_XBUTTON2"/>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MK_CONTROL"> <element name="MK_CONTROL">
<short/> <short>A key state constant to represent the control key, equivalent to ssCtrl from TShiftState</short>
<descr/> <descr/>
<seealso/> <seealso>
<link id="#RTL.Classes.TShiftState"/>
<link id="#LCL.Forms.ShiftStateToKeys"/>
<link id="#LCL.Forms.KeyDataToShiftState"/>
<link id="#LCL.Forms.ShiftStateToKeys"/>
<link id="MK_Shift"/>
<link id="MK_LButton"/>
<link id="MK_RButton"/>
<link id="MK_MButton"/>
<link id="MK_XBUTTON1"/>
<link id="MK_XBUTTON2"/>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MK_MBUTTON"> <element name="MK_MBUTTON">
<short/> <short>A key state constant to represent the middle mouse button, equivalent to ssMiddle from TShiftState</short>
<descr/> <descr/>
<seealso/> <seealso>
<link id="#RTL.Classes.TShiftState"/>
<link id="#LCL.Forms.ShiftStateToKeys"/>
<link id="#LCL.Forms.KeyDataToShiftState"/>
<link id="#LCL.Forms.ShiftStateToKeys"/>
<link id="MK_Shift"/>
<link id="MK_Control"/>
<link id="MK_LButton"/>
<link id="MK_RButton"/>
<link id="MK_XBUTTON1"/>
<link id="MK_XBUTTON2"/>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MK_XBUTTON1"> <element name="MK_XBUTTON1">
<short/> <short>A key state constant to represent the first extra mouse button, equivalent to ssExtra1 from TShiftState</short>
<descr/> <descr/>
<seealso/> <seealso>
<link id="#RTL.Classes.TShiftState"/>
<link id="#LCL.Forms.ShiftStateToKeys"/>
<link id="#LCL.Forms.KeyDataToShiftState"/>
<link id="#LCL.Forms.ShiftStateToKeys"/>
<link id="MK_Shift"/>
<link id="MK_Control"/>
<link id="MK_LButton"/>
<link id="MK_RButton"/>
<link id="MK_MButton"/>
<link id="MK_XBUTTON2"/>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="MK_XBUTTON2"> <element name="MK_XBUTTON2">
<short/> <short>A key state constant to represent the second extra mouse button, equivalent to ssExtra2 from TShiftState</short>
<descr/> <descr/>
<seealso/> <seealso>
<link id="#RTL.Classes.TShiftState"/>
<link id="#LCL.Forms.ShiftStateToKeys"/>
<link id="#LCL.Forms.KeyDataToShiftState"/>
<link id="#LCL.Forms.ShiftStateToKeys"/>
<link id="MK_Shift"/>
<link id="MK_Control"/>
<link id="MK_LButton"/>
<link id="MK_RButton"/>
<link id="MK_MButton"/>
<link id="MK_XBUTTON1"/>
</seealso>
</element> </element>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->
<element name="NM_FIRST"> <element name="NM_FIRST">