Masterarbeit Richard Stern. Flutter App, sich mit einem Bluetooth-Gerät verbindet und Berührungen auf einem Sensor visualisiert.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DebugView-class.html 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <meta name="description" content="API docs for the DebugView class from the DebugView library, for the Dart programming language.">
  8. <title>DebugView class - DebugView library - Dart API</title>
  9. <!-- required because all the links are pseudo-absolute -->
  10. <base href="..">
  11. <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500,400i,400,300|Source+Sans+Pro:400,300,700" rel="stylesheet">
  12. <link rel="stylesheet" href="static-assets/github.css">
  13. <link rel="stylesheet" href="static-assets/styles.css">
  14. <link rel="icon" href="static-assets/favicon.png">
  15. </head>
  16. <body>
  17. <div id="overlay-under-drawer"></div>
  18. <header id="title">
  19. <button id="sidenav-left-toggle" type="button">&nbsp;</button>
  20. <ol class="breadcrumbs gt-separated dark hidden-xs">
  21. <li><a href="index.html">touch_demonstrator</a></li>
  22. <li><a href="pages_DebugView/pages_DebugView-library.html">DebugView</a></li>
  23. <li class="self-crumb">DebugView class</li>
  24. </ol>
  25. <div class="self-name">DebugView</div>
  26. <form class="search navbar-right" role="search">
  27. <input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
  28. </form>
  29. </header>
  30. <main>
  31. <div class="col-xs-6 col-sm-3 col-md-2 sidebar sidebar-offcanvas-left">
  32. <h5>DebugView library</h5>
  33. <ol>
  34. <li class="section-title"><a href="pages_DebugView/pages_DebugView-library.html#classes">Classes</a></li>
  35. <li><a href="pages_DebugView/DebugView-class.html">DebugView</a></li>
  36. </ol>
  37. </div>
  38. <div class="col-xs-12 col-sm-9 col-md-8 main-content">
  39. <h1>DebugView class </h1>
  40. <section class="summary offset-anchor" id="constructors">
  41. <h2>Constructors</h2>
  42. <dl class="constructor-summary-list">
  43. <dt id="DebugView" class="callable">
  44. <span class="name"><a href="pages_DebugView/DebugView/DebugView.html">DebugView</a></span><span class="signature">()</span>
  45. </dt>
  46. <dd>
  47. </dd>
  48. </dl>
  49. </section>
  50. <section class="summary offset-anchor inherited" id="instance-properties">
  51. <h2>Properties</h2>
  52. <dl class="properties">
  53. <dt id="hashCode" class="property inherited">
  54. <span class="name"><a href="pages_DebugView/DebugView/hashCode.html">hashCode</a></span>
  55. <span class="signature">&#8594; int</span>
  56. </dt>
  57. <dd class="inherited">
  58. The hash code for this object. <a href="pages_DebugView/DebugView/hashCode.html">[...]</a>
  59. <div class="features">read-only, inherited</div>
  60. </dd>
  61. <dt id="key" class="property inherited">
  62. <span class="name"><a href="pages_DebugView/DebugView/key.html">key</a></span>
  63. <span class="signature">&#8594; Key</span>
  64. </dt>
  65. <dd class="inherited">
  66. Controls how one widget replaces another widget in the tree. <a href="pages_DebugView/DebugView/key.html">[...]</a>
  67. <div class="features">final, inherited</div>
  68. </dd>
  69. <dt id="runtimeType" class="property inherited">
  70. <span class="name"><a href="pages_DebugView/DebugView/runtimeType.html">runtimeType</a></span>
  71. <span class="signature">&#8594; Type</span>
  72. </dt>
  73. <dd class="inherited">
  74. A representation of the runtime type of the object.
  75. <div class="features">read-only, inherited</div>
  76. </dd>
  77. </dl>
  78. </section>
  79. <section class="summary offset-anchor" id="instance-methods">
  80. <h2>Methods</h2>
  81. <dl class="callables">
  82. <dt id="createState" class="callable">
  83. <span class="name"><a href="pages_DebugView/DebugView/createState.html">createState</a></span><span class="signature">(<wbr>)
  84. <span class="returntype parameter">&#8594; _DebugViewState</span>
  85. </span>
  86. </dt>
  87. <dd>
  88. Screen that shows RAW data from the bluetooth device
  89. </dd>
  90. <dt id="createElement" class="callable inherited">
  91. <span class="name"><a href="pages_DebugView/DebugView/createElement.html">createElement</a></span><span class="signature">(<wbr>)
  92. <span class="returntype parameter">&#8594; StatefulElement</span>
  93. </span>
  94. </dt>
  95. <dd class="inherited">
  96. Creates a <code>StatefulElement</code> to manage this widget's location in the tree. <a href="pages_DebugView/DebugView/createElement.html">[...]</a>
  97. <div class="features">inherited</div>
  98. </dd>
  99. <dt id="debugDescribeChildren" class="callable inherited">
  100. <span class="name"><a href="pages_DebugView/DebugView/debugDescribeChildren.html">debugDescribeChildren</a></span><span class="signature">(<wbr>)
  101. <span class="returntype parameter">&#8594; List<span class="signature">&lt;<wbr><span class="type-parameter">DiagnosticsNode</span>&gt;</span></span>
  102. </span>
  103. </dt>
  104. <dd class="inherited">
  105. Returns a list of <code>DiagnosticsNode</code> objects describing this node's
  106. children. <a href="pages_DebugView/DebugView/debugDescribeChildren.html">[...]</a>
  107. <div class="features">@protected, inherited</div>
  108. </dd>
  109. <dt id="debugFillProperties" class="callable inherited">
  110. <span class="name"><a href="pages_DebugView/DebugView/debugFillProperties.html">debugFillProperties</a></span><span class="signature">(<wbr><span class="parameter" id="debugFillProperties-param-properties"><span class="type-annotation">DiagnosticPropertiesBuilder</span> <span class="parameter-name">properties</span></span>)
  111. <span class="returntype parameter">&#8594; void</span>
  112. </span>
  113. </dt>
  114. <dd class="inherited">
  115. Add additional properties associated with the node. <a href="pages_DebugView/DebugView/debugFillProperties.html">[...]</a>
  116. <div class="features">inherited</div>
  117. </dd>
  118. <dt id="noSuchMethod" class="callable inherited">
  119. <span class="name"><a href="pages_DebugView/DebugView/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation">Invocation</span> <span class="parameter-name">invocation</span></span>)
  120. <span class="returntype parameter">&#8594; dynamic</span>
  121. </span>
  122. </dt>
  123. <dd class="inherited">
  124. Invoked when a non-existent method or property is accessed. <a href="pages_DebugView/DebugView/noSuchMethod.html">[...]</a>
  125. <div class="features">inherited</div>
  126. </dd>
  127. <dt id="toDiagnosticsNode" class="callable inherited">
  128. <span class="name"><a href="pages_DebugView/DebugView/toDiagnosticsNode.html">toDiagnosticsNode</a></span><span class="signature">(<wbr>{<span class="parameter" id="toDiagnosticsNode-param-name"><span class="type-annotation">String</span> <span class="parameter-name">name</span>, </span> <span class="parameter" id="toDiagnosticsNode-param-style"><span class="type-annotation">DiagnosticsTreeStyle</span> <span class="parameter-name">style</span></span> })
  129. <span class="returntype parameter">&#8594; DiagnosticsNode</span>
  130. </span>
  131. </dt>
  132. <dd class="inherited">
  133. Returns a debug representation of the object that is used by debugging
  134. tools and by <code>toStringDeep</code>. <a href="pages_DebugView/DebugView/toDiagnosticsNode.html">[...]</a>
  135. <div class="features">inherited</div>
  136. </dd>
  137. <dt id="toString" class="callable inherited">
  138. <span class="name"><a href="pages_DebugView/DebugView/toString.html">toString</a></span><span class="signature">(<wbr>{<span class="parameter" id="toString-param-minLevel"><span class="type-annotation">DiagnosticLevel</span> <span class="parameter-name">minLevel</span>: <span class="default-value">DiagnosticLevel.debug</span></span> })
  139. <span class="returntype parameter">&#8594; String</span>
  140. </span>
  141. </dt>
  142. <dd class="inherited">
  143. Returns a string representation of this object.
  144. <div class="features">inherited</div>
  145. </dd>
  146. <dt id="toStringDeep" class="callable inherited">
  147. <span class="name"><a href="pages_DebugView/DebugView/toStringDeep.html">toStringDeep</a></span><span class="signature">(<wbr>{<span class="parameter" id="toStringDeep-param-prefixLineOne"><span class="type-annotation">String</span> <span class="parameter-name">prefixLineOne</span>: <span class="default-value">''</span>, </span> <span class="parameter" id="toStringDeep-param-prefixOtherLines"><span class="type-annotation">String</span> <span class="parameter-name">prefixOtherLines</span>, </span> <span class="parameter" id="toStringDeep-param-minLevel"><span class="type-annotation">DiagnosticLevel</span> <span class="parameter-name">minLevel</span>: <span class="default-value">DiagnosticLevel.debug</span></span> })
  148. <span class="returntype parameter">&#8594; String</span>
  149. </span>
  150. </dt>
  151. <dd class="inherited">
  152. Returns a string representation of this node and its descendants. <a href="pages_DebugView/DebugView/toStringDeep.html">[...]</a>
  153. <div class="features">inherited</div>
  154. </dd>
  155. <dt id="toStringShallow" class="callable inherited">
  156. <span class="name"><a href="pages_DebugView/DebugView/toStringShallow.html">toStringShallow</a></span><span class="signature">(<wbr>{<span class="parameter" id="toStringShallow-param-joiner"><span class="type-annotation">String</span> <span class="parameter-name">joiner</span>: <span class="default-value">', '</span>, </span> <span class="parameter" id="toStringShallow-param-minLevel"><span class="type-annotation">DiagnosticLevel</span> <span class="parameter-name">minLevel</span>: <span class="default-value">DiagnosticLevel.debug</span></span> })
  157. <span class="returntype parameter">&#8594; String</span>
  158. </span>
  159. </dt>
  160. <dd class="inherited">
  161. Returns a one-line detailed description of the object. <a href="pages_DebugView/DebugView/toStringShallow.html">[...]</a>
  162. <div class="features">inherited</div>
  163. </dd>
  164. <dt id="toStringShort" class="callable inherited">
  165. <span class="name"><a href="pages_DebugView/DebugView/toStringShort.html">toStringShort</a></span><span class="signature">(<wbr>)
  166. <span class="returntype parameter">&#8594; String</span>
  167. </span>
  168. </dt>
  169. <dd class="inherited">
  170. A short, textual description of this widget.
  171. <div class="features">inherited</div>
  172. </dd>
  173. </dl>
  174. </section>
  175. <section class="summary offset-anchor inherited" id="operators">
  176. <h2>Operators</h2>
  177. <dl class="callables">
  178. <dt id="operator ==" class="callable inherited">
  179. <span class="name"><a href="pages_DebugView/DebugView/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation">dynamic</span> <span class="parameter-name">other</span></span>)
  180. <span class="returntype parameter">&#8594; bool</span>
  181. </span>
  182. </dt>
  183. <dd class="inherited">
  184. The equality operator. <a href="pages_DebugView/DebugView/operator_equals.html">[...]</a>
  185. <div class="features">inherited</div>
  186. </dd>
  187. </dl>
  188. </section>
  189. </div> <!-- /.main-content -->
  190. <div class="col-xs-6 col-sm-6 col-md-2 sidebar sidebar-offcanvas-right">
  191. <ol>
  192. <li class="section-title"><a href="pages_DebugView/DebugView-class.html#constructors">Constructors</a></li>
  193. <li><a href="pages_DebugView/DebugView/DebugView.html">DebugView</a></li>
  194. <li class="section-title inherited">
  195. <a href="pages_DebugView/DebugView-class.html#instance-properties">Properties</a>
  196. </li>
  197. <li class="inherited"><a href="pages_DebugView/DebugView/hashCode.html">hashCode</a></li>
  198. <li class="inherited"><a href="pages_DebugView/DebugView/key.html">key</a></li>
  199. <li class="inherited"><a href="pages_DebugView/DebugView/runtimeType.html">runtimeType</a></li>
  200. <li class="section-title"><a href="pages_DebugView/DebugView-class.html#instance-methods">Methods</a></li>
  201. <li><a href="pages_DebugView/DebugView/createState.html">createState</a></li>
  202. <li class="inherited"><a href="pages_DebugView/DebugView/createElement.html">createElement</a></li>
  203. <li class="inherited"><a href="pages_DebugView/DebugView/debugDescribeChildren.html">debugDescribeChildren</a></li>
  204. <li class="inherited"><a href="pages_DebugView/DebugView/debugFillProperties.html">debugFillProperties</a></li>
  205. <li class="inherited"><a href="pages_DebugView/DebugView/noSuchMethod.html">noSuchMethod</a></li>
  206. <li class="inherited"><a href="pages_DebugView/DebugView/toDiagnosticsNode.html">toDiagnosticsNode</a></li>
  207. <li class="inherited"><a href="pages_DebugView/DebugView/toString.html">toString</a></li>
  208. <li class="inherited"><a href="pages_DebugView/DebugView/toStringDeep.html">toStringDeep</a></li>
  209. <li class="inherited"><a href="pages_DebugView/DebugView/toStringShallow.html">toStringShallow</a></li>
  210. <li class="inherited"><a href="pages_DebugView/DebugView/toStringShort.html">toStringShort</a></li>
  211. <li class="section-title inherited"><a href="pages_DebugView/DebugView-class.html#operators">Operators</a></li>
  212. <li class="inherited"><a href="pages_DebugView/DebugView/operator_equals.html">operator ==</a></li>
  213. </ol>
  214. </div><!--/.sidebar-offcanvas-->
  215. </main>
  216. <footer>
  217. <span class="no-break">
  218. touch_demonstrator 1.0.0+1
  219. </span>
  220. </footer>
  221. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  222. <script src="static-assets/typeahead.bundle.min.js"></script>
  223. <script src="static-assets/highlight.pack.js"></script>
  224. <script src="static-assets/URI.js"></script>
  225. <script src="static-assets/script.js"></script>
  226. </body>
  227. </html>