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.

pages_StartPage-library.html 4.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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="StartPage library API docs, for the Dart programming language.">
  8. <title>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 class="self-crumb">StartPage library</li>
  23. </ol>
  24. <div class="self-name">StartPage</div>
  25. <form class="search navbar-right" role="search">
  26. <input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
  27. </form>
  28. </header>
  29. <main>
  30. <div class="col-xs-6 col-sm-3 col-md-2 sidebar sidebar-offcanvas-left">
  31. <h5><span class="package-name">touch_demonstrator</span> <span class="package-kind">package</span></h5>
  32. <ol>
  33. <li class="section-title">Libraries</li>
  34. <li><a href="pages_DebugView/pages_DebugView-library.html">DebugView</a></li>
  35. <li><a href="ui_home_FingerPrintRow/ui_home_FingerPrintRow-library.html">FingerPrintRow</a></li>
  36. <li><a href="pages_PageTouchPoints/pages_PageTouchPoints-library.html">PageTouchPoints</a></li>
  37. <li><a href="pages_SideBarContent/pages_SideBarContent-library.html">SideBarContent</a></li>
  38. <li><a href="pages_StartPage/pages_StartPage-library.html">StartPage</a></li>
  39. <li><a href="ui_home_TouchPainter/ui_home_TouchPainter-library.html">TouchPainter</a></li>
  40. <li><a href="main/main-library.html">main</a></li>
  41. <li><a href="ui_noAnimationMaterialPageRoute/ui_noAnimationMaterialPageRoute-library.html">noAnimationMaterialPageRoute</a></li>
  42. <li><a href="model_touchData/model_touchData-library.html">touchData</a></li>
  43. <li><a href="ui_home_uiComponents/ui_home_uiComponents-library.html">uiComponents</a></li>
  44. <li><a href="widgets/widgets-library.html">widgets</a></li>
  45. </ol>
  46. </div>
  47. <div class="col-xs-12 col-sm-9 col-md-8 main-content">
  48. <h1>StartPage library </h1>
  49. <section class="summary offset-anchor" id="classes">
  50. <h2>Classes</h2>
  51. <dl>
  52. <dt id="StartPage">
  53. <span class="name "><a href="pages_StartPage/StartPage-class.html">StartPage</a></span>
  54. </dt>
  55. <dd>
  56. </dd>
  57. </dl>
  58. </section>
  59. <section class="summary offset-anchor" id="properties">
  60. <h2>Properties</h2>
  61. <dl class="properties">
  62. <dt id="devicePadding" class="property">
  63. <span class="name"><a href="pages_StartPage/devicePadding.html">devicePadding</a></span>
  64. <span class="signature">&#8596; EdgeInsets</span>
  65. </dt>
  66. <dd>
  67. <div class="features">read / write</div>
  68. </dd>
  69. </dl>
  70. </section>
  71. </div> <!-- /.main-content -->
  72. <div class="col-xs-6 col-sm-6 col-md-2 sidebar sidebar-offcanvas-right">
  73. <h5>StartPage library</h5>
  74. <ol>
  75. <li class="section-title"><a href="pages_StartPage/pages_StartPage-library.html#classes">Classes</a></li>
  76. <li><a href="pages_StartPage/StartPage-class.html">StartPage</a></li>
  77. <li class="section-title"><a href="pages_StartPage/pages_StartPage-library.html#properties">Properties</a></li>
  78. <li><a href="pages_StartPage/devicePadding.html">devicePadding</a></li>
  79. </ol>
  80. </div><!--/sidebar-offcanvas-right-->
  81. </main>
  82. <footer>
  83. <span class="no-break">
  84. touch_demonstrator 1.0.0+1
  85. </span>
  86. </footer>
  87. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  88. <script src="static-assets/typeahead.bundle.min.js"></script>
  89. <script src="static-assets/highlight.pack.js"></script>
  90. <script src="static-assets/URI.js"></script>
  91. <script src="static-assets/script.js"></script>
  92. </body>
  93. </html>