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.

DescriptorTile-class.html 15KB

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