libkdegames/libkdegamesprivate

Go to the source code of this file.
Variables | |
| static const QString | CLOSE_PARENS = QLatin1String("\\)") | 
| static const QLatin1Char | COMMA = QLatin1Char( ',' ) | 
| static const QString | COMMA_WSP | 
| static const QString | MATRIX | 
| static const QString | NUMBER = QLatin1String("(?:(?:[-|\\+]?\\d+(?:\\.)*\\d*(?:e)?[-|\\+]?\\d*)|(?:[-|\\+]?(?:\\.)+\\d*(?:e)?[-|\\+]?\\d*))") | 
| static const QString | OPEN_PARENS = QLatin1String("\\(") | 
| static const QString | ROTATE | 
| static const QString | SCALE | 
| static const QString | SKEW_X | 
| static const QString | SKEW_Y | 
| static const QString | TRANSFORM | 
| static const QString | TRANSFORMS | 
| static const QString | TRANSLATE | 
| static const QString | WSP = QLatin1String("\\s") | 
| static const QString | WSP_ASTERISK = WSP + QLatin1String( "*") | 
Detailed Description
This file contains the regexs for parsing the transform attribute of an SVG file using DOM.
Definition in file kgamesvgdocument_p.h.
Variable Documentation
      
  | 
  static | 
A regex that matches closing parenthesis.
Definition at line 65 of file kgamesvgdocument_p.h.
      
  | 
  static | 
A regex that matches a comma.
Definition at line 43 of file kgamesvgdocument_p.h.
      
  | 
  static | 
A regex that matches a comma or whitespace.
Definition at line 48 of file kgamesvgdocument_p.h.
      
  | 
  static | 
A regex that matches a matrix transform.
Definition at line 70 of file kgamesvgdocument_p.h.
      
  | 
  static | 
A regex that matches a number.
Definition at line 54 of file kgamesvgdocument_p.h.
      
  | 
  static | 
A regex that matches opening parenthesis.
Definition at line 60 of file kgamesvgdocument_p.h.
      
  | 
  static | 
A regex that matches rotate transform.
Definition at line 95 of file kgamesvgdocument_p.h.
      
  | 
  static | 
A regex that matches scale transform.
Definition at line 88 of file kgamesvgdocument_p.h.
      
  | 
  static | 
A regex that matches skewX transform.
Definition at line 103 of file kgamesvgdocument_p.h.
      
  | 
  static | 
A regex that matches skewY transform.
Definition at line 109 of file kgamesvgdocument_p.h.
      
  | 
  static | 
A regex that matches any single transform.
Definition at line 115 of file kgamesvgdocument_p.h.
      
  | 
  static | 
A regex that matches the entire transform attribute.
Definition at line 121 of file kgamesvgdocument_p.h.
      
  | 
  static | 
A regex that matches a translate transform.
Definition at line 81 of file kgamesvgdocument_p.h.
      
  | 
  static | 
A regex that matches a single whitespace.
Definition at line 33 of file kgamesvgdocument_p.h.
      
  | 
  static | 
A regex that matches zero or more whitespace.
Definition at line 38 of file kgamesvgdocument_p.h.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference