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.

StartPage-class.html 14KB

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