Terminal.html 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Namespace Terminal
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Namespace Terminal
  11. ">
  12. <meta name="generator" content="docfx 2.18.2.0">
  13. <link rel="shortcut icon" href="../favicon.ico">
  14. <link rel="stylesheet" href="../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../styles/docfx.css">
  16. <link rel="stylesheet" href="../styles/main.css">
  17. <meta property="docfx:navrel" content="">
  18. <meta property="docfx:tocrel" content="toc.html">
  19. </head>
  20. <body data-spy="scroll" data-target="#affix">
  21. <div id="wrapper">
  22. <header>
  23. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  24. <div class="container">
  25. <div class="navbar-header">
  26. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  27. <span class="sr-only">Toggle navigation</span>
  28. <span class="icon-bar"></span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. </button>
  32. <a class="navbar-brand" href="../index.html">
  33. <img id="logo" class="svg" src="../logo.svg" alt="">
  34. </a>
  35. </div>
  36. <div class="collapse navbar-collapse" id="navbar">
  37. <form class="navbar-form navbar-right" role="search" id="search">
  38. <div class="form-group">
  39. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  40. </div>
  41. </form>
  42. </div>
  43. </div>
  44. </nav>
  45. <div class="subnav navbar navbar-default">
  46. <div class="container hide-when-search" id="breadcrumb">
  47. <ul class="breadcrumb">
  48. <li></li>
  49. </ul>
  50. </div>
  51. </div>
  52. </header>
  53. <div role="main" class="container body-content hide-when-search">
  54. <div class="sidenav hide-when-search">
  55. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  56. <div class="sidetoggle collapse" id="sidetoggle">
  57. <div id="sidetoc"></div>
  58. </div>
  59. </div>
  60. <div class="article row grid-right">
  61. <div class="col-md-10">
  62. <article class="content wrap" id="_content" data-uid="Terminal">
  63. <h1 id="Terminal" data-uid="Terminal">Namespace Terminal
  64. </h1>
  65. <div class="markdown level0 summary"></div>
  66. <div class="markdown level0 conceptual"></div>
  67. <div class="markdown level0 remarks"></div>
  68. <h3 id="classes">Classes
  69. </h3>
  70. <h4><a class="xref" href="Terminal/Terminal.Application.html">Application</a></h4>
  71. <section><p>The application driver for gui.cs</p>
  72. </section>
  73. <h4><a class="xref" href="Terminal/Terminal.Application.RunState.html">Application.RunState</a></h4>
  74. <section></section>
  75. <h4><a class="xref" href="Terminal/Terminal.Button.html">Button</a></h4>
  76. <section><p>Button view</p>
  77. </section>
  78. <h4><a class="xref" href="Terminal/Terminal.CheckBox.html">CheckBox</a></h4>
  79. <section></section>
  80. <h4><a class="xref" href="Terminal/Terminal.Colors.html">Colors</a></h4>
  81. <section></section>
  82. <h4><a class="xref" href="Terminal/Terminal.ColorScheme.html">ColorScheme</a></h4>
  83. <section><p>Color scheme definitions</p>
  84. </section>
  85. <h4><a class="xref" href="Terminal/Terminal.ConsoleDriver.html">ConsoleDriver</a></h4>
  86. <section><p>ConsoleDriver is an abstract class that defines the requirements for a console driver. One implementation if the CursesDriver, and another one uses the .NET Console one.</p>
  87. </section>
  88. <h4><a class="xref" href="Terminal/Terminal.CursesDriver.html">CursesDriver</a></h4>
  89. <section><p>This is the Curses driver for the gui.cs/Terminal framework.</p>
  90. </section>
  91. <h4><a class="xref" href="Terminal/Terminal.Dialog.html">Dialog</a></h4>
  92. <section><p>The dialog box is a window that by default is centered and contains one
  93. or more buttons.</p>
  94. </section>
  95. <h4><a class="xref" href="Terminal/Terminal.Label.html">Label</a></h4>
  96. <section><p>Label widget, displays a string at a given position, can include multiple lines.</p>
  97. </section>
  98. <h4><a class="xref" href="Terminal/Terminal.MenuBar.html">MenuBar</a></h4>
  99. <section><p>A menu bar for your application.</p>
  100. </section>
  101. <h4><a class="xref" href="Terminal/Terminal.MenuBarItem.html">MenuBarItem</a></h4>
  102. <section><p>A menu bar item contains other menu items.</p>
  103. </section>
  104. <h4><a class="xref" href="Terminal/Terminal.MenuItem.html">MenuItem</a></h4>
  105. <section><p>A menu item has a title, an associated help text, and an action to execute on activation.</p>
  106. </section>
  107. <h4><a class="xref" href="Terminal/Terminal.MessageBox.html">MessageBox</a></h4>
  108. <section><p>Message box displays a modal message to the user, with a title, a message and a series of options that the user can choose from.</p>
  109. </section>
  110. <h4><a class="xref" href="Terminal/Terminal.RadioGroup.html">RadioGroup</a></h4>
  111. <section><p>Radio group shows a group of labels, only one of those can be selected at a given time</p>
  112. </section>
  113. <h4><a class="xref" href="Terminal/Terminal.Responder.html">Responder</a></h4>
  114. <section></section>
  115. <h4><a class="xref" href="Terminal/Terminal.ScrollView.html">ScrollView</a></h4>
  116. <section></section>
  117. <h4><a class="xref" href="Terminal/Terminal.TextField.html">TextField</a></h4>
  118. <section><p>Text data entry widget</p>
  119. </section>
  120. <h4><a class="xref" href="Terminal/Terminal.Toplevel.html">Toplevel</a></h4>
  121. <section><p>Toplevel views can be modally executed.</p>
  122. </section>
  123. <h4><a class="xref" href="Terminal/Terminal.View.html">View</a></h4>
  124. <section><p>View is the base class for all views on the screen and represents a visible element that can render itself and contains zero or more nested views.</p>
  125. </section>
  126. <h4><a class="xref" href="Terminal/Terminal.Window.html">Window</a></h4>
  127. <section><p>A toplevel view that draws a frame around its region and has a &quot;ContentView&quot; subview where the contents are added.</p>
  128. </section>
  129. <h3 id="structs">Structs
  130. </h3>
  131. <h4><a class="xref" href="Terminal/Terminal.Attribute.html">Attribute</a></h4>
  132. <section><p>Attributes are used as elements that contain both a foreground and a background or platform specific features</p>
  133. </section>
  134. <h4><a class="xref" href="Terminal/Terminal.KeyEvent.html">KeyEvent</a></h4>
  135. <section><p>Describes a keyboard event</p>
  136. </section>
  137. <h4><a class="xref" href="Terminal/Terminal.MouseEvent.html">MouseEvent</a></h4>
  138. <section><p>Describes a mouse event</p>
  139. </section>
  140. <h4><a class="xref" href="Terminal/Terminal.Point.html">Point</a></h4>
  141. <section><p>Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.</p>
  142. </section>
  143. <h4><a class="xref" href="Terminal/Terminal.Rect.html">Rect</a></h4>
  144. <section><p>Stores a set of four integers that represent the location and size of a rectangle</p>
  145. </section>
  146. <h4><a class="xref" href="Terminal/Terminal.Size.html">Size</a></h4>
  147. <section><p>Stores an ordered pair of integers, which specify a Height and Width.</p>
  148. </section>
  149. <h3 id="enums">Enums
  150. </h3>
  151. <h4><a class="xref" href="Terminal/Terminal.Color.html">Color</a></h4>
  152. <section><p>Basic colors that can be used to set the foreground and background colors in console applications. These can only be</p>
  153. </section>
  154. <h4><a class="xref" href="Terminal/Terminal.Key.html">Key</a></h4>
  155. <section><p>The Key enumeration contains special encoding for some keys, but can also
  156. encode all the unicode values that can be passed.</p>
  157. </section>
  158. <h4><a class="xref" href="Terminal/Terminal.MouseFlags.html">MouseFlags</a></h4>
  159. <section><p>Mouse flags reported in MouseEvent.</p>
  160. </section>
  161. <h4><a class="xref" href="Terminal/Terminal.SpecialChar.html">SpecialChar</a></h4>
  162. <section></section>
  163. <h4><a class="xref" href="Terminal/Terminal.TextAlignment.html">TextAlignment</a></h4>
  164. <section></section>
  165. </article>
  166. </div>
  167. <div class="hidden-sm col-md-2" role="complementary">
  168. <div class="sideaffix">
  169. <div class="contribution">
  170. <ul class="nav">
  171. </ul>
  172. </div>
  173. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  174. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  175. </nav>
  176. </div>
  177. </div>
  178. </div>
  179. </div>
  180. <footer>
  181. <div class="grad-bottom"></div>
  182. <div class="footer">
  183. <div class="container">
  184. <span class="pull-right">
  185. <a href="#top">Back to top</a>
  186. </span>
  187. <span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span>
  188. </div>
  189. </div>
  190. </footer>
  191. </div>
  192. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  193. <script type="text/javascript" src="../styles/docfx.js"></script>
  194. <script type="text/javascript" src="../styles/main.js"></script>
  195. </body>
  196. </html>