123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- <!DOCTYPE html>
- <!--[if IE]><![endif]-->
- <html>
-
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>Namespace Terminal
- </title>
- <meta name="viewport" content="width=device-width">
- <meta name="title" content="Namespace Terminal
- ">
- <meta name="generator" content="docfx 2.18.2.0">
-
- <link rel="shortcut icon" href="../favicon.ico">
- <link rel="stylesheet" href="../styles/docfx.vendor.css">
- <link rel="stylesheet" href="../styles/docfx.css">
- <link rel="stylesheet" href="../styles/main.css">
- <meta property="docfx:navrel" content="">
- <meta property="docfx:tocrel" content="toc.html">
-
-
- </head>
- <body data-spy="scroll" data-target="#affix">
- <div id="wrapper">
- <header>
-
- <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
- <div class="container">
- <div class="navbar-header">
- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
- <span class="sr-only">Toggle navigation</span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
-
- <a class="navbar-brand" href="../index.html">
- <img id="logo" class="svg" src="../logo.svg" alt="">
- </a>
- </div>
- <div class="collapse navbar-collapse" id="navbar">
- <form class="navbar-form navbar-right" role="search" id="search">
- <div class="form-group">
- <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
- </div>
- </form>
- </div>
- </div>
- </nav>
-
- <div class="subnav navbar navbar-default">
- <div class="container hide-when-search" id="breadcrumb">
- <ul class="breadcrumb">
- <li></li>
- </ul>
- </div>
- </div>
- </header>
- <div role="main" class="container body-content hide-when-search">
-
- <div class="sidenav hide-when-search">
- <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
- <div class="sidetoggle collapse" id="sidetoggle">
- <div id="sidetoc"></div>
- </div>
- </div>
- <div class="article row grid-right">
- <div class="col-md-10">
- <article class="content wrap" id="_content" data-uid="Terminal">
-
- <h1 id="Terminal" data-uid="Terminal">Namespace Terminal
- </h1>
- <div class="markdown level0 summary"></div>
- <div class="markdown level0 conceptual"></div>
- <div class="markdown level0 remarks"></div>
- <h3 id="classes">Classes
- </h3>
- <h4><a class="xref" href="Terminal/Terminal.Application.html">Application</a></h4>
- <section><p>The application driver for gui.cs</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.Application.RunState.html">Application.RunState</a></h4>
- <section></section>
- <h4><a class="xref" href="Terminal/Terminal.Button.html">Button</a></h4>
- <section><p>Button view</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.CheckBox.html">CheckBox</a></h4>
- <section></section>
- <h4><a class="xref" href="Terminal/Terminal.Colors.html">Colors</a></h4>
- <section></section>
- <h4><a class="xref" href="Terminal/Terminal.ColorScheme.html">ColorScheme</a></h4>
- <section><p>Color scheme definitions</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.ConsoleDriver.html">ConsoleDriver</a></h4>
- <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>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.CursesDriver.html">CursesDriver</a></h4>
- <section><p>This is the Curses driver for the gui.cs/Terminal framework.</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.Dialog.html">Dialog</a></h4>
- <section><p>The dialog box is a window that by default is centered and contains one
- or more buttons.</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.Label.html">Label</a></h4>
- <section><p>Label widget, displays a string at a given position, can include multiple lines.</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.MenuBar.html">MenuBar</a></h4>
- <section><p>A menu bar for your application.</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.MenuBarItem.html">MenuBarItem</a></h4>
- <section><p>A menu bar item contains other menu items.</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.MenuItem.html">MenuItem</a></h4>
- <section><p>A menu item has a title, an associated help text, and an action to execute on activation.</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.MessageBox.html">MessageBox</a></h4>
- <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>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.RadioGroup.html">RadioGroup</a></h4>
- <section><p>Radio group shows a group of labels, only one of those can be selected at a given time</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.Responder.html">Responder</a></h4>
- <section></section>
- <h4><a class="xref" href="Terminal/Terminal.ScrollView.html">ScrollView</a></h4>
- <section></section>
- <h4><a class="xref" href="Terminal/Terminal.TextField.html">TextField</a></h4>
- <section><p>Text data entry widget</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.Toplevel.html">Toplevel</a></h4>
- <section><p>Toplevel views can be modally executed.</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.View.html">View</a></h4>
- <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>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.Window.html">Window</a></h4>
- <section><p>A toplevel view that draws a frame around its region and has a "ContentView" subview where the contents are added.</p>
- </section>
- <h3 id="structs">Structs
- </h3>
- <h4><a class="xref" href="Terminal/Terminal.Attribute.html">Attribute</a></h4>
- <section><p>Attributes are used as elements that contain both a foreground and a background or platform specific features</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.KeyEvent.html">KeyEvent</a></h4>
- <section><p>Describes a keyboard event</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.MouseEvent.html">MouseEvent</a></h4>
- <section><p>Describes a mouse event</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.Point.html">Point</a></h4>
- <section><p>Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.Rect.html">Rect</a></h4>
- <section><p>Stores a set of four integers that represent the location and size of a rectangle</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.Size.html">Size</a></h4>
- <section><p>Stores an ordered pair of integers, which specify a Height and Width.</p>
- </section>
- <h3 id="enums">Enums
- </h3>
- <h4><a class="xref" href="Terminal/Terminal.Color.html">Color</a></h4>
- <section><p>Basic colors that can be used to set the foreground and background colors in console applications. These can only be</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.Key.html">Key</a></h4>
- <section><p>The Key enumeration contains special encoding for some keys, but can also
- encode all the unicode values that can be passed.</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.MouseFlags.html">MouseFlags</a></h4>
- <section><p>Mouse flags reported in MouseEvent.</p>
- </section>
- <h4><a class="xref" href="Terminal/Terminal.SpecialChar.html">SpecialChar</a></h4>
- <section></section>
- <h4><a class="xref" href="Terminal/Terminal.TextAlignment.html">TextAlignment</a></h4>
- <section></section>
- </article>
- </div>
-
- <div class="hidden-sm col-md-2" role="complementary">
- <div class="sideaffix">
- <div class="contribution">
- <ul class="nav">
- </ul>
- </div>
- <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
- <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
- </nav>
- </div>
- </div>
- </div>
- </div>
-
- <footer>
- <div class="grad-bottom"></div>
- <div class="footer">
- <div class="container">
- <span class="pull-right">
- <a href="#top">Back to top</a>
- </span>
-
- <span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span>
- </div>
- </div>
- </footer>
- </div>
-
- <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
- <script type="text/javascript" src="../styles/docfx.js"></script>
- <script type="text/javascript" src="../styles/main.js"></script>
- </body>
- </html>
|