PageRenderTime 55ms CodeModel.GetById 28ms RepoModel.GetById 1ms app.codeStats 0ms

/eric4-4.4.19/eric/Documentation/Source/eric4.Preferences.ConfigurationPages.DebuggerPythonPage.html

#
HTML | 117 lines | 114 code | 3 blank | 0 comment | 0 complexity | 74aac0f3415d53dad4bcdfcc0b36e9ea MD5 | raw file
Possible License(s): GPL-3.0, LGPL-2.1, BSD-2-Clause
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
  3. 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
  4. <html><head>
  5. <title>eric4.Preferences.ConfigurationPages.DebuggerPythonPage</title>
  6. <style>
  7. body {
  8. background:white;
  9. margin: 0em 1em 10em 1em;
  10. color: black;
  11. }
  12. h1 { color: white; background: #4FA4FF; }
  13. h2 { color: white; background: #4FA4FF; }
  14. h3 { color: white; background: #00557F; }
  15. h4 { color: white; background: #00557F; }
  16. a { color: #AA5500; }
  17. </style>
  18. </head>
  19. <body><a NAME="top" ID="top"></a>
  20. <h1>eric4.Preferences.ConfigurationPages.DebuggerPythonPage</h1>
  21. <p>
  22. Module implementing the Debugger Python configuration page.
  23. </p>
  24. <h3>Global Attributes</h3>
  25. <table>
  26. <tr><td>None</td></tr>
  27. </table>
  28. <h3>Classes</h3>
  29. <table>
  30. <tr>
  31. <td><a href="#DebuggerPythonPage">DebuggerPythonPage</a></td>
  32. <td>Class implementing the Debugger Python configuration page.</td>
  33. </tr>
  34. </table>
  35. <h3>Functions</h3>
  36. <table>
  37. <tr>
  38. <td><a href="#create">create</a></td>
  39. <td>Module function to create the configuration page.</td>
  40. </tr>
  41. </table>
  42. <hr /><hr />
  43. <a NAME="DebuggerPythonPage" ID="DebuggerPythonPage"></a>
  44. <h2>DebuggerPythonPage</h2>
  45. <p>
  46. Class implementing the Debugger Python configuration page.
  47. </p>
  48. <h3>Derived from</h3>
  49. ConfigurationPageBase, Ui_DebuggerPythonPage
  50. <h3>Class Attributes</h3>
  51. <table>
  52. <tr><td>None</td></tr>
  53. </table>
  54. <h3>Class Methods</h3>
  55. <table>
  56. <tr><td>None</td></tr>
  57. </table>
  58. <h3>Methods</h3>
  59. <table>
  60. <tr>
  61. <td><a href="#DebuggerPythonPage.__init__">DebuggerPythonPage</a></td>
  62. <td>Constructor</td>
  63. </tr><tr>
  64. <td><a href="#DebuggerPythonPage.on_debugClientButton_clicked">on_debugClientButton_clicked</a></td>
  65. <td>Private slot to handle the Debug Client selection.</td>
  66. </tr><tr>
  67. <td><a href="#DebuggerPythonPage.on_interpreterButton_clicked">on_interpreterButton_clicked</a></td>
  68. <td>Private slot to handle the Python interpreter selection.</td>
  69. </tr><tr>
  70. <td><a href="#DebuggerPythonPage.save">save</a></td>
  71. <td>Public slot to save the Debugger Python configuration.</td>
  72. </tr>
  73. </table>
  74. <h3>Static Methods</h3>
  75. <table>
  76. <tr><td>None</td></tr>
  77. </table>
  78. <a NAME="DebuggerPythonPage.__init__" ID="DebuggerPythonPage.__init__"></a>
  79. <h4>DebuggerPythonPage (Constructor)</h4>
  80. <b>DebuggerPythonPage</b>(<i></i>)
  81. <p>
  82. Constructor
  83. </p><a NAME="DebuggerPythonPage.on_debugClientButton_clicked" ID="DebuggerPythonPage.on_debugClientButton_clicked"></a>
  84. <h4>DebuggerPythonPage.on_debugClientButton_clicked</h4>
  85. <b>on_debugClientButton_clicked</b>(<i></i>)
  86. <p>
  87. Private slot to handle the Debug Client selection.
  88. </p><a NAME="DebuggerPythonPage.on_interpreterButton_clicked" ID="DebuggerPythonPage.on_interpreterButton_clicked"></a>
  89. <h4>DebuggerPythonPage.on_interpreterButton_clicked</h4>
  90. <b>on_interpreterButton_clicked</b>(<i></i>)
  91. <p>
  92. Private slot to handle the Python interpreter selection.
  93. </p><a NAME="DebuggerPythonPage.save" ID="DebuggerPythonPage.save"></a>
  94. <h4>DebuggerPythonPage.save</h4>
  95. <b>save</b>(<i></i>)
  96. <p>
  97. Public slot to save the Debugger Python configuration.
  98. </p>
  99. <div align="right"><a href="#top">Up</a></div>
  100. <hr /><hr />
  101. <a NAME="create" ID="create"></a>
  102. <h2>create</h2>
  103. <b>create</b>(<i>dlg</i>)
  104. <p>
  105. Module function to create the configuration page.
  106. </p><dl>
  107. <dt><i>dlg</i></dt>
  108. <dd>
  109. reference to the configuration dialog
  110. </dd>
  111. </dl>
  112. <div align="right"><a href="#top">Up</a></div>
  113. <hr />
  114. </body></html>