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.

SideBarContent-class.html 16KB

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