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.

TouchDemonstrator-class.html 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  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 TouchDemonstrator class from the main library, for the Dart programming language.">
  8. <title>TouchDemonstrator class - main 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="main/main-library.html">main</a></li>
  23. <li class="self-crumb">TouchDemonstrator class</li>
  24. </ol>
  25. <div class="self-name">TouchDemonstrator</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>main library</h5>
  33. <ol>
  34. <li class="section-title"><a href="main/main-library.html#classes">Classes</a></li>
  35. <li><a href="main/TouchDemonstrator-class.html">TouchDemonstrator</a></li>
  36. <li class="section-title"><a href="main/main-library.html#functions">Functions</a></li>
  37. <li><a href="main/main.html">main</a></li>
  38. </ol>
  39. </div>
  40. <div class="col-xs-12 col-sm-9 col-md-8 main-content">
  41. <h1>TouchDemonstrator class </h1>
  42. <section class="summary offset-anchor" id="constructors">
  43. <h2>Constructors</h2>
  44. <dl class="constructor-summary-list">
  45. <dt id="TouchDemonstrator" class="callable">
  46. <span class="name"><a href="main/TouchDemonstrator/TouchDemonstrator.html">TouchDemonstrator</a></span><span class="signature">(<span class="parameter" id="-param-bloc"><span class="type-annotation">AppBloc</span> <span class="parameter-name">bloc</span></span>)</span>
  47. </dt>
  48. <dd>
  49. </dd>
  50. </dl>
  51. </section>
  52. <section class="summary offset-anchor" id="instance-properties">
  53. <h2>Properties</h2>
  54. <dl class="properties">
  55. <dt id="bloc" class="property">
  56. <span class="name"><a href="main/TouchDemonstrator/bloc.html">bloc</a></span>
  57. <span class="signature">&#8594; AppBloc</span>
  58. </dt>
  59. <dd>
  60. <div class="features">final</div>
  61. </dd>
  62. <dt id="hashCode" class="property inherited">
  63. <span class="name"><a href="main/TouchDemonstrator/hashCode.html">hashCode</a></span>
  64. <span class="signature">&#8594; int</span>
  65. </dt>
  66. <dd class="inherited">
  67. The hash code for this object. <a href="main/TouchDemonstrator/hashCode.html">[...]</a>
  68. <div class="features">read-only, inherited</div>
  69. </dd>
  70. <dt id="key" class="property inherited">
  71. <span class="name"><a href="main/TouchDemonstrator/key.html">key</a></span>
  72. <span class="signature">&#8594; Key</span>
  73. </dt>
  74. <dd class="inherited">
  75. Controls how one widget replaces another widget in the tree. <a href="main/TouchDemonstrator/key.html">[...]</a>
  76. <div class="features">final, inherited</div>
  77. </dd>
  78. <dt id="runtimeType" class="property inherited">
  79. <span class="name"><a href="main/TouchDemonstrator/runtimeType.html">runtimeType</a></span>
  80. <span class="signature">&#8594; Type</span>
  81. </dt>
  82. <dd class="inherited">
  83. A representation of the runtime type of the object.
  84. <div class="features">read-only, inherited</div>
  85. </dd>
  86. </dl>
  87. </section>
  88. <section class="summary offset-anchor" id="instance-methods">
  89. <h2>Methods</h2>
  90. <dl class="callables">
  91. <dt id="build" class="callable">
  92. <span class="name"><a href="main/TouchDemonstrator/build.html">build</a></span><span class="signature">(<wbr><span class="parameter" id="build-param-context"><span class="type-annotation">BuildContext</span> <span class="parameter-name">context</span></span>)
  93. <span class="returntype parameter">&#8594; Widget</span>
  94. </span>
  95. </dt>
  96. <dd>
  97. Describes the part of the user interface represented by this widget. <a href="main/TouchDemonstrator/build.html">[...]</a>
  98. </dd>
  99. <dt id="createElement" class="callable inherited">
  100. <span class="name"><a href="main/TouchDemonstrator/createElement.html">createElement</a></span><span class="signature">(<wbr>)
  101. <span class="returntype parameter">&#8594; StatelessElement</span>
  102. </span>
  103. </dt>
  104. <dd class="inherited">
  105. Creates a <code>StatelessElement</code> to manage this widget's location in the tree. <a href="main/TouchDemonstrator/createElement.html">[...]</a>
  106. <div class="features">inherited</div>
  107. </dd>
  108. <dt id="debugDescribeChildren" class="callable inherited">
  109. <span class="name"><a href="main/TouchDemonstrator/debugDescribeChildren.html">debugDescribeChildren</a></span><span class="signature">(<wbr>)
  110. <span class="returntype parameter">&#8594; List<span class="signature">&lt;<wbr><span class="type-parameter">DiagnosticsNode</span>&gt;</span></span>
  111. </span>
  112. </dt>
  113. <dd class="inherited">
  114. Returns a list of <code>DiagnosticsNode</code> objects describing this node's
  115. children. <a href="main/TouchDemonstrator/debugDescribeChildren.html">[...]</a>
  116. <div class="features">@protected, inherited</div>
  117. </dd>
  118. <dt id="debugFillProperties" class="callable inherited">
  119. <span class="name"><a href="main/TouchDemonstrator/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>)
  120. <span class="returntype parameter">&#8594; void</span>
  121. </span>
  122. </dt>
  123. <dd class="inherited">
  124. Add additional properties associated with the node. <a href="main/TouchDemonstrator/debugFillProperties.html">[...]</a>
  125. <div class="features">inherited</div>
  126. </dd>
  127. <dt id="noSuchMethod" class="callable inherited">
  128. <span class="name"><a href="main/TouchDemonstrator/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>)
  129. <span class="returntype parameter">&#8594; dynamic</span>
  130. </span>
  131. </dt>
  132. <dd class="inherited">
  133. Invoked when a non-existent method or property is accessed. <a href="main/TouchDemonstrator/noSuchMethod.html">[...]</a>
  134. <div class="features">inherited</div>
  135. </dd>
  136. <dt id="toDiagnosticsNode" class="callable inherited">
  137. <span class="name"><a href="main/TouchDemonstrator/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> })
  138. <span class="returntype parameter">&#8594; DiagnosticsNode</span>
  139. </span>
  140. </dt>
  141. <dd class="inherited">
  142. Returns a debug representation of the object that is used by debugging
  143. tools and by <code>toStringDeep</code>. <a href="main/TouchDemonstrator/toDiagnosticsNode.html">[...]</a>
  144. <div class="features">inherited</div>
  145. </dd>
  146. <dt id="toString" class="callable inherited">
  147. <span class="name"><a href="main/TouchDemonstrator/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> })
  148. <span class="returntype parameter">&#8594; String</span>
  149. </span>
  150. </dt>
  151. <dd class="inherited">
  152. Returns a string representation of this object.
  153. <div class="features">inherited</div>
  154. </dd>
  155. <dt id="toStringDeep" class="callable inherited">
  156. <span class="name"><a href="main/TouchDemonstrator/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> })
  157. <span class="returntype parameter">&#8594; String</span>
  158. </span>
  159. </dt>
  160. <dd class="inherited">
  161. Returns a string representation of this node and its descendants. <a href="main/TouchDemonstrator/toStringDeep.html">[...]</a>
  162. <div class="features">inherited</div>
  163. </dd>
  164. <dt id="toStringShallow" class="callable inherited">
  165. <span class="name"><a href="main/TouchDemonstrator/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> })
  166. <span class="returntype parameter">&#8594; String</span>
  167. </span>
  168. </dt>
  169. <dd class="inherited">
  170. Returns a one-line detailed description of the object. <a href="main/TouchDemonstrator/toStringShallow.html">[...]</a>
  171. <div class="features">inherited</div>
  172. </dd>
  173. <dt id="toStringShort" class="callable inherited">
  174. <span class="name"><a href="main/TouchDemonstrator/toStringShort.html">toStringShort</a></span><span class="signature">(<wbr>)
  175. <span class="returntype parameter">&#8594; String</span>
  176. </span>
  177. </dt>
  178. <dd class="inherited">
  179. A short, textual description of this widget.
  180. <div class="features">inherited</div>
  181. </dd>
  182. </dl>
  183. </section>
  184. <section class="summary offset-anchor inherited" id="operators">
  185. <h2>Operators</h2>
  186. <dl class="callables">
  187. <dt id="operator ==" class="callable inherited">
  188. <span class="name"><a href="main/TouchDemonstrator/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>)
  189. <span class="returntype parameter">&#8594; bool</span>
  190. </span>
  191. </dt>
  192. <dd class="inherited">
  193. The equality operator. <a href="main/TouchDemonstrator/operator_equals.html">[...]</a>
  194. <div class="features">inherited</div>
  195. </dd>
  196. </dl>
  197. </section>
  198. </div> <!-- /.main-content -->
  199. <div class="col-xs-6 col-sm-6 col-md-2 sidebar sidebar-offcanvas-right">
  200. <ol>
  201. <li class="section-title"><a href="main/TouchDemonstrator-class.html#constructors">Constructors</a></li>
  202. <li><a href="main/TouchDemonstrator/TouchDemonstrator.html">TouchDemonstrator</a></li>
  203. <li class="section-title">
  204. <a href="main/TouchDemonstrator-class.html#instance-properties">Properties</a>
  205. </li>
  206. <li><a href="main/TouchDemonstrator/bloc.html">bloc</a></li>
  207. <li class="inherited"><a href="main/TouchDemonstrator/hashCode.html">hashCode</a></li>
  208. <li class="inherited"><a href="main/TouchDemonstrator/key.html">key</a></li>
  209. <li class="inherited"><a href="main/TouchDemonstrator/runtimeType.html">runtimeType</a></li>
  210. <li class="section-title"><a href="main/TouchDemonstrator-class.html#instance-methods">Methods</a></li>
  211. <li><a href="main/TouchDemonstrator/build.html">build</a></li>
  212. <li class="inherited"><a href="main/TouchDemonstrator/createElement.html">createElement</a></li>
  213. <li class="inherited"><a href="main/TouchDemonstrator/debugDescribeChildren.html">debugDescribeChildren</a></li>
  214. <li class="inherited"><a href="main/TouchDemonstrator/debugFillProperties.html">debugFillProperties</a></li>
  215. <li class="inherited"><a href="main/TouchDemonstrator/noSuchMethod.html">noSuchMethod</a></li>
  216. <li class="inherited"><a href="main/TouchDemonstrator/toDiagnosticsNode.html">toDiagnosticsNode</a></li>
  217. <li class="inherited"><a href="main/TouchDemonstrator/toString.html">toString</a></li>
  218. <li class="inherited"><a href="main/TouchDemonstrator/toStringDeep.html">toStringDeep</a></li>
  219. <li class="inherited"><a href="main/TouchDemonstrator/toStringShallow.html">toStringShallow</a></li>
  220. <li class="inherited"><a href="main/TouchDemonstrator/toStringShort.html">toStringShort</a></li>
  221. <li class="section-title inherited"><a href="main/TouchDemonstrator-class.html#operators">Operators</a></li>
  222. <li class="inherited"><a href="main/TouchDemonstrator/operator_equals.html">operator ==</a></li>
  223. </ol>
  224. </div><!--/.sidebar-offcanvas-->
  225. </main>
  226. <footer>
  227. <span class="no-break">
  228. touch_demonstrator 1.0.0+1
  229. </span>
  230. </footer>
  231. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  232. <script src="static-assets/typeahead.bundle.min.js"></script>
  233. <script src="static-assets/highlight.pack.js"></script>
  234. <script src="static-assets/URI.js"></script>
  235. <script src="static-assets/script.js"></script>
  236. </body>
  237. </html>