qscimodcommon.sip 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. // This is the SIP interface definition for the parts of the Qsci module common
  2. // to the PyQt v4 and v5 versions.
  3. //
  4. // Copyright (c) 2017 Riverbank Computing Limited <info@riverbankcomputing.com>
  5. //
  6. // This file is part of QScintilla.
  7. //
  8. // This file may be used under the terms of the GNU General Public License
  9. // version 3.0 as published by the Free Software Foundation and appearing in
  10. // the file LICENSE included in the packaging of this file. Please review the
  11. // following information to ensure the GNU General Public License version 3.0
  12. // requirements will be met: http://www.gnu.org/copyleft/gpl.html.
  13. //
  14. // If you do not wish to use this file under the terms of the GPL version 3.0
  15. // then you may purchase a commercial license. For more information contact
  16. // info@riverbankcomputing.com.
  17. //
  18. // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
  19. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  20. %Copying
  21. Copyright (c) 2017 Riverbank Computing Limited <info@riverbankcomputing.com>
  22. This file is part of QScintilla.
  23. This file may be used under the terms of the GNU General Public License
  24. version 3.0 as published by the Free Software Foundation and appearing in
  25. the file LICENSE included in the packaging of this file. Please review the
  26. following information to ensure the GNU General Public License version 3.0
  27. requirements will be met: http://www.gnu.org/copyleft/gpl.html.
  28. If you do not wish to use this file under the terms of the GPL version 3.0
  29. then you may purchase a commercial license. For more information contact
  30. info@riverbankcomputing.com.
  31. This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
  32. WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  33. %End
  34. const int QSCINTILLA_VERSION;
  35. const char *QSCINTILLA_VERSION_STR;
  36. %Include qsciscintillabase.sip
  37. %Include qsciscintilla.sip
  38. %Include qsciabstractapis.sip
  39. %Include qsciapis.sip
  40. %Include qscicommand.sip
  41. %Include qscicommandset.sip
  42. %Include qscidocument.sip
  43. %Include qscilexer.sip
  44. %Include qscilexeravs.sip
  45. %Include qscilexerbash.sip
  46. %Include qscilexerbatch.sip
  47. %Include qscilexercmake.sip
  48. %Include qscilexercoffeescript.sip
  49. %Include qscilexercpp.sip
  50. %Include qscilexercsharp.sip
  51. %Include qscilexercss.sip
  52. %Include qscilexercustom.sip
  53. %Include qscilexerd.sip
  54. %Include qscilexerdiff.sip
  55. %Include qscilexerfortran.sip
  56. %Include qscilexerfortran77.sip
  57. %Include qscilexerhtml.sip
  58. %Include qscilexeridl.sip
  59. %Include qscilexerjava.sip
  60. %Include qscilexerjavascript.sip
  61. %Include qscilexerjson.sip
  62. %Include qscilexerlua.sip
  63. %Include qscilexermakefile.sip
  64. %Include qscilexermarkdown.sip
  65. %Include qscilexermatlab.sip
  66. %Include qscilexeroctave.sip
  67. %Include qscilexerpascal.sip
  68. %Include qscilexerperl.sip
  69. %Include qscilexerpostscript.sip
  70. %Include qscilexerpo.sip
  71. %Include qscilexerpov.sip
  72. %Include qscilexerproperties.sip
  73. %Include qscilexerpython.sip
  74. %Include qscilexerruby.sip
  75. %Include qscilexerspice.sip
  76. %Include qscilexersql.sip
  77. %Include qscilexertcl.sip
  78. %Include qscilexertex.sip
  79. %Include qscilexerverilog.sip
  80. %Include qscilexervhdl.sip
  81. %Include qscilexerxml.sip
  82. %Include qscilexeryaml.sip
  83. %Include qscimacro.sip
  84. %Include qsciprinter.sip
  85. %Include qscistyle.sip
  86. %Include qscistyledtext.sip