File: SampleMetaData.xml

package info (click to toggle)
cegui-mk2 0.8.7%2Bgit20220615-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 57,824 kB
  • sloc: cpp: 306,263; python: 1,175; ansic: 812; sh: 616; xml: 191; java: 162; makefile: 21
file content (7 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
<SampleDefinition
    name      = "CEGUIEditboxValidationDemo"
    type      = "C++ Module"
    summary         = "Displays how text can be validated. In the demo an editbox is presented which validates incoming text. Partially valid, valid and invalid entries in the editbox are displayed using different text colours"
    description     = "The &quot;RegexMatchStateEventArgs&quot; are used in the demo to retrieve the validation status of a text matched against a regular expression"
    credits         = "CrazyEddie"
/>