code stringlengths 2 1.05M | repo_name stringlengths 5 101 | path stringlengths 4 991 | language stringclasses 3 values | license stringclasses 5 values | size int64 2 1.05M |
|---|---|---|---|---|---|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>SBT0135Logger xref</title>
<link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../../../../apidocs/com/google/code/sbt/compiler/sbt0135/SBT0135Logger.html">View Javadoc</a></div><pre>
<a class="jxr_linenumber" name="L1" href="#L1">1</a> <em class="jxr_comment">/*</em>
<a class="jxr_linenumber" name="L2" href="#L2">2</a> <em class="jxr_comment"> * Copyright 2013-2014 Grzegorz Slowikowski (gslowikowski at gmail dot com)</em>
<a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_comment"> *</em>
<a class="jxr_linenumber" name="L4" href="#L4">4</a> <em class="jxr_comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
<a class="jxr_linenumber" name="L5" href="#L5">5</a> <em class="jxr_comment"> * you may not use this file except in compliance with the License.</em>
<a class="jxr_linenumber" name="L6" href="#L6">6</a> <em class="jxr_comment"> * You may obtain a copy of the License at</em>
<a class="jxr_linenumber" name="L7" href="#L7">7</a> <em class="jxr_comment"> *</em>
<a class="jxr_linenumber" name="L8" href="#L8">8</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em>
<a class="jxr_linenumber" name="L9" href="#L9">9</a> <em class="jxr_comment"> *</em>
<a class="jxr_linenumber" name="L10" href="#L10">10</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em>
<a class="jxr_linenumber" name="L11" href="#L11">11</a> <em class="jxr_comment"> * software distributed under the License is distributed on an</em>
<a class="jxr_linenumber" name="L12" href="#L12">12</a> <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em>
<a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_comment"> * KIND, either express or implied. See the License for the</em>
<a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_comment"> * specific language governing permissions and limitations</em>
<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_comment"> * under the License.</em>
<a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_comment"> */</em>
<a class="jxr_linenumber" name="L17" href="#L17">17</a>
<a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">package</strong> com.google.code.sbt.compiler.sbt0135;
<a class="jxr_linenumber" name="L19" href="#L19">19</a>
<a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">import</strong> com.google.code.sbt.compiler.api.CompilerLogger;
<a class="jxr_linenumber" name="L21" href="#L21">21</a>
<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">import</strong> xsbti.F0;
<a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">import</strong> xsbti.Logger;
<a class="jxr_linenumber" name="L24" href="#L24">24</a>
<a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L26" href="#L26">26</a> <em class="jxr_javadoccomment"> * {@link CompilerLogger} wrapper implementing SBT Logger interface.</em>
<a class="jxr_linenumber" name="L27" href="#L27">27</a> <em class="jxr_javadoccomment"> * </em>
<a class="jxr_linenumber" name="L28" href="#L28">28</a> <em class="jxr_javadoccomment"> * @author <a href="<a href="mailto:gslowikowski@gmail.com" target="alexandria_uri">mailto:gslowikowski@gmail.com</a>">Grzegorz Slowikowski</a></em>
<a class="jxr_linenumber" name="L29" href="#L29">29</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L30" href="#L30">30</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../com/google/code/sbt/compiler/sbt0135/SBT0135Logger.html">SBT0135Logger</a>
<a class="jxr_linenumber" name="L31" href="#L31">31</a> <strong class="jxr_keyword">implements</strong> Logger
<a class="jxr_linenumber" name="L32" href="#L32">32</a> {
<a class="jxr_linenumber" name="L33" href="#L33">33</a>
<a class="jxr_linenumber" name="L34" href="#L34">34</a> CompilerLogger compilerLogger;
<a class="jxr_linenumber" name="L35" href="#L35">35</a>
<a class="jxr_linenumber" name="L36" href="#L36">36</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L37" href="#L37">37</a> <em class="jxr_javadoccomment"> * Creates SBT Logger wrapper around given {@link CompilerLogger} implementation.</em>
<a class="jxr_linenumber" name="L38" href="#L38">38</a> <em class="jxr_javadoccomment"> * </em>
<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em class="jxr_javadoccomment"> * @param compilerLogger {@link CompilerLogger} delegate</em>
<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L41" href="#L41">41</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../../com/google/code/sbt/compiler/sbt0135/SBT0135Logger.html">SBT0135Logger</a>( CompilerLogger compilerLogger )
<a class="jxr_linenumber" name="L42" href="#L42">42</a> {
<a class="jxr_linenumber" name="L43" href="#L43">43</a> <strong class="jxr_keyword">this</strong>.compilerLogger = compilerLogger;
<a class="jxr_linenumber" name="L44" href="#L44">44</a> }
<a class="jxr_linenumber" name="L45" href="#L45">45</a>
<a class="jxr_linenumber" name="L46" href="#L46">46</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L47" href="#L47">47</a> <em class="jxr_javadoccomment"> * Send a message to the user in the <b>error</b> error level</em>
<a class="jxr_linenumber" name="L48" href="#L48">48</a> <em class="jxr_javadoccomment"> * if the <b>error</b> error level is enabled.</em>
<a class="jxr_linenumber" name="L49" href="#L49">49</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="L50" href="#L50">50</a> <em class="jxr_javadoccomment"> * @param msg message</em>
<a class="jxr_linenumber" name="L51" href="#L51">51</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L52" href="#L52">52</a> @Override
<a class="jxr_linenumber" name="L53" href="#L53">53</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> error( F0<String> msg )
<a class="jxr_linenumber" name="L54" href="#L54">54</a> {
<a class="jxr_linenumber" name="L55" href="#L55">55</a> <strong class="jxr_keyword">if</strong> ( compilerLogger.isErrorEnabled() )
<a class="jxr_linenumber" name="L56" href="#L56">56</a> {
<a class="jxr_linenumber" name="L57" href="#L57">57</a> compilerLogger.error( msg.apply() );
<a class="jxr_linenumber" name="L58" href="#L58">58</a> }
<a class="jxr_linenumber" name="L59" href="#L59">59</a> }
<a class="jxr_linenumber" name="L60" href="#L60">60</a>
<a class="jxr_linenumber" name="L61" href="#L61">61</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L62" href="#L62">62</a> <em class="jxr_javadoccomment"> * Send a message to the user in the <b>warn</b> error level</em>
<a class="jxr_linenumber" name="L63" href="#L63">63</a> <em class="jxr_javadoccomment"> * if the <b>warn</b> error level is enabled.</em>
<a class="jxr_linenumber" name="L64" href="#L64">64</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="L65" href="#L65">65</a> <em class="jxr_javadoccomment"> * @param msg message</em>
<a class="jxr_linenumber" name="L66" href="#L66">66</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L67" href="#L67">67</a> @Override
<a class="jxr_linenumber" name="L68" href="#L68">68</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> warn( F0<String> msg )
<a class="jxr_linenumber" name="L69" href="#L69">69</a> {
<a class="jxr_linenumber" name="L70" href="#L70">70</a> <strong class="jxr_keyword">if</strong> ( compilerLogger.isWarnEnabled() )
<a class="jxr_linenumber" name="L71" href="#L71">71</a> {
<a class="jxr_linenumber" name="L72" href="#L72">72</a> compilerLogger.warn( msg.apply() );
<a class="jxr_linenumber" name="L73" href="#L73">73</a> }
<a class="jxr_linenumber" name="L74" href="#L74">74</a> }
<a class="jxr_linenumber" name="L75" href="#L75">75</a>
<a class="jxr_linenumber" name="L76" href="#L76">76</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L77" href="#L77">77</a> <em class="jxr_javadoccomment"> * Send a message to the user in the <b>info</b> error level</em>
<a class="jxr_linenumber" name="L78" href="#L78">78</a> <em class="jxr_javadoccomment"> * if the <b>info</b> error level is enabled.</em>
<a class="jxr_linenumber" name="L79" href="#L79">79</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="L80" href="#L80">80</a> <em class="jxr_javadoccomment"> * @param msg message</em>
<a class="jxr_linenumber" name="L81" href="#L81">81</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L82" href="#L82">82</a> @Override
<a class="jxr_linenumber" name="L83" href="#L83">83</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> info( F0<String> msg )
<a class="jxr_linenumber" name="L84" href="#L84">84</a> {
<a class="jxr_linenumber" name="L85" href="#L85">85</a> <strong class="jxr_keyword">if</strong> ( compilerLogger.isInfoEnabled() )
<a class="jxr_linenumber" name="L86" href="#L86">86</a> {
<a class="jxr_linenumber" name="L87" href="#L87">87</a> compilerLogger.info( msg.apply() );
<a class="jxr_linenumber" name="L88" href="#L88">88</a> }
<a class="jxr_linenumber" name="L89" href="#L89">89</a> }
<a class="jxr_linenumber" name="L90" href="#L90">90</a>
<a class="jxr_linenumber" name="L91" href="#L91">91</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L92" href="#L92">92</a> <em class="jxr_javadoccomment"> * Send a message to the user in the <b>debug</b> error level</em>
<a class="jxr_linenumber" name="L93" href="#L93">93</a> <em class="jxr_javadoccomment"> * if the <b>debug</b> error level is enabled.</em>
<a class="jxr_linenumber" name="L94" href="#L94">94</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="L95" href="#L95">95</a> <em class="jxr_javadoccomment"> * @param msg message</em>
<a class="jxr_linenumber" name="L96" href="#L96">96</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L97" href="#L97">97</a> @Override
<a class="jxr_linenumber" name="L98" href="#L98">98</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> debug( F0<String> msg )
<a class="jxr_linenumber" name="L99" href="#L99">99</a> {
<a class="jxr_linenumber" name="L100" href="#L100">100</a> <strong class="jxr_keyword">if</strong> ( compilerLogger.isDebugEnabled() )
<a class="jxr_linenumber" name="L101" href="#L101">101</a> {
<a class="jxr_linenumber" name="L102" href="#L102">102</a> compilerLogger.debug( msg.apply() );
<a class="jxr_linenumber" name="L103" href="#L103">103</a> }
<a class="jxr_linenumber" name="L104" href="#L104">104</a> }
<a class="jxr_linenumber" name="L105" href="#L105">105</a>
<a class="jxr_linenumber" name="L106" href="#L106">106</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L107" href="#L107">107</a> <em class="jxr_javadoccomment"> * Send a message to the user in the <b>trace</b> error level</em>
<a class="jxr_linenumber" name="L108" href="#L108">108</a> <em class="jxr_javadoccomment"> * if the <b>trace</b> error level is enabled.</em>
<a class="jxr_linenumber" name="L109" href="#L109">109</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="L110" href="#L110">110</a> <em class="jxr_javadoccomment"> * @param exception exception thrown</em>
<a class="jxr_linenumber" name="L111" href="#L111">111</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L112" href="#L112">112</a> @Override
<a class="jxr_linenumber" name="L113" href="#L113">113</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> trace( F0<Throwable> exception )
<a class="jxr_linenumber" name="L114" href="#L114">114</a> {
<a class="jxr_linenumber" name="L115" href="#L115">115</a> <strong class="jxr_keyword">if</strong> ( compilerLogger.isDebugEnabled() )
<a class="jxr_linenumber" name="L116" href="#L116">116</a> {
<a class="jxr_linenumber" name="L117" href="#L117">117</a> compilerLogger.debug( exception.apply() );
<a class="jxr_linenumber" name="L118" href="#L118">118</a> }
<a class="jxr_linenumber" name="L119" href="#L119">119</a> }
<a class="jxr_linenumber" name="L120" href="#L120">120</a>
<a class="jxr_linenumber" name="L121" href="#L121">121</a> }
</pre>
<hr/>
<div id="footer">Copyright © 2013–2014. All rights reserved.</div>
</body>
</html>
| sbt-compiler-maven-plugin/sbt-compiler-maven-plugin.github.io | sbt-compiler-maven-plugin/1.0.0-beta5/sbt-compilers/sbt-compiler-sbt0135/xref/com/google/code/sbt/compiler/sbt0135/SBT0135Logger.html | HTML | apache-2.0 | 13,935 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0) on Wed Aug 14 21:12:38 EDT 2013 -->
<title>EDFComponent</title>
<meta name="date" content="2013-08-14">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="EDFComponent";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EDFComponent.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/drip/product/rates/CashComponent.html" title="class in org.drip.product.rates"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/drip/product/rates/FixedStream.html" title="class in org.drip.product.rates"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/drip/product/rates/EDFComponent.html" target="_top">Frames</a></li>
<li><a href="EDFComponent.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#fields_inherited_from_class_org.drip.service.stream.Serializer">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.drip.product.rates</div>
<h2 title="Class EDFComponent" class="title">Class EDFComponent</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/drip/service/stream/Serializer.html" title="class in org.drip.service.stream">org.drip.service.stream.Serializer</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/drip/product/definition/Component.html" title="class in org.drip.product.definition">org.drip.product.definition.Component</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/drip/product/definition/CalibratableComponent.html" title="class in org.drip.product.definition">org.drip.product.definition.CalibratableComponent</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/drip/product/definition/RatesComponent.html" title="class in org.drip.product.definition">org.drip.product.definition.RatesComponent</a></li>
<li>
<ul class="inheritance">
<li>org.drip.product.rates.EDFComponent</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../org/drip/product/definition/ComponentMarketParamRef.html" title="interface in org.drip.product.definition">ComponentMarketParamRef</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">EDFComponent</span>
extends <a href="../../../../org/drip/product/definition/RatesComponent.html" title="class in org.drip.product.definition">RatesComponent</a></pre>
<div class="block">EDFComponent contains the implementation of the Euro-dollar future contract/valuation (EDF).</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.drip.service.stream.Serializer">
<!-- -->
</a>
<h3>Fields inherited from class org.drip.service.stream.<a href="../../../../org/drip/service/stream/Serializer.html" title="class in org.drip.service.stream">Serializer</a></h3>
<code><a href="../../../../org/drip/service/stream/Serializer.html#NULL_SER_STRING">NULL_SER_STRING</a>, <a href="../../../../org/drip/service/stream/Serializer.html#VERSION">VERSION</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#EDFComponent(byte[])">EDFComponent</a></strong>(byte[] ab)</code>
<div class="block">EDFComponent de-serialization from input byte array</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#EDFComponent(org.drip.analytics.date.JulianDate, org.drip.analytics.date.JulianDate, java.lang.String, java.lang.String, java.lang.String)">EDFComponent</a></strong>(<a href="../../../../org/drip/analytics/date/JulianDate.html" title="class in org.drip.analytics.date">JulianDate</a> dtEffective,
<a href="../../../../org/drip/analytics/date/JulianDate.html" title="class in org.drip.analytics.date">JulianDate</a> dtMaturity,
java.lang.String strIR,
java.lang.String strDC,
java.lang.String strCalendar)</code>
<div class="block">Constructs an EDFComponent Component</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#EDFComponent(java.lang.String, org.drip.analytics.date.JulianDate, java.lang.String)">EDFComponent</a></strong>(java.lang.String strFullEDCode,
<a href="../../../../org/drip/analytics/date/JulianDate.html" title="class in org.drip.analytics.date">JulianDate</a> dt,
java.lang.String strIR)</code>
<div class="block">Constructs an EDFComponent Component</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/drip/math/calculus/WengertJacobian.html" title="class in org.drip.math.calculus">WengertJacobian</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#calcPVDFMicroJack(org.drip.param.valuation.ValuationParams, org.drip.param.pricer.PricerParams, org.drip.param.definition.ComponentMarketParams, org.drip.param.valuation.QuotingParams)">calcPVDFMicroJack</a></strong>(<a href="../../../../org/drip/param/valuation/ValuationParams.html" title="class in org.drip.param.valuation">ValuationParams</a> valParams,
<a href="../../../../org/drip/param/pricer/PricerParams.html" title="class in org.drip.param.pricer">PricerParams</a> pricerParams,
<a href="../../../../org/drip/param/definition/ComponentMarketParams.html" title="class in org.drip.param.definition">ComponentMarketParams</a> mktParams,
<a href="../../../../org/drip/param/valuation/QuotingParams.html" title="class in org.drip.param.valuation">QuotingParams</a> quotingParams)</code>
<div class="block">Compute the micro-Jacobian of the PV to the DF</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/drip/math/calculus/WengertJacobian.html" title="class in org.drip.math.calculus">WengertJacobian</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#calcQuoteDFMicroJack(java.lang.String, org.drip.param.valuation.ValuationParams, org.drip.param.pricer.PricerParams, org.drip.param.definition.ComponentMarketParams, org.drip.param.valuation.QuotingParams)">calcQuoteDFMicroJack</a></strong>(java.lang.String strQuote,
<a href="../../../../org/drip/param/valuation/ValuationParams.html" title="class in org.drip.param.valuation">ValuationParams</a> valParams,
<a href="../../../../org/drip/param/pricer/PricerParams.html" title="class in org.drip.param.pricer">PricerParams</a> pricerParams,
<a href="../../../../org/drip/param/definition/ComponentMarketParams.html" title="class in org.drip.param.definition">ComponentMarketParams</a> mktParams,
<a href="../../../../org/drip/param/valuation/QuotingParams.html" title="class in org.drip.param.valuation">QuotingParams</a> quotingParams)</code>
<div class="block">Compute the micro-Jacobian of the given measure to the DF</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/drip/service/stream/Serializer.html" title="class in org.drip.service.stream">Serializer</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#deserialize(byte[])">deserialize</a></strong>(byte[] ab)</code>
<div class="block">De-serialize from a byte array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/drip/param/valuation/CashSettleParams.html" title="class in org.drip.param.valuation">CashSettleParams</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getCashSettleParams()">getCashSettleParams</a></strong>()</code>
<div class="block">Gets the component cash settlement parameters</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getComponentName()">getComponentName</a></strong>()</code>
<div class="block">Gets the component name</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getCoupon(double, org.drip.param.definition.ComponentMarketParams)">getCoupon</a></strong>(double dblValue,
<a href="../../../../org/drip/param/definition/ComponentMarketParams.html" title="class in org.drip.param.definition">ComponentMarketParams</a> mktParams)</code>
<div class="block">Gets the component's coupon at the given date</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../org/drip/analytics/period/CouponPeriod.html" title="class in org.drip.analytics.period">CouponPeriod</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getCouponPeriod()">getCouponPeriod</a></strong>()</code>
<div class="block">Gets the component's coupon periods</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getCreditCurveName()">getCreditCurveName</a></strong>()</code>
<div class="block">Gets the credit curve name</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getEDSFCurveName()">getEDSFCurveName</a></strong>()</code>
<div class="block">Gets the EDSF curve name</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/drip/analytics/date/JulianDate.html" title="class in org.drip.analytics.date">JulianDate</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getEffectiveDate()">getEffectiveDate</a></strong>()</code>
<div class="block">Get the Effective Date</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/drip/analytics/date/JulianDate.html" title="class in org.drip.analytics.date">JulianDate</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getFirstCouponDate()">getFirstCouponDate</a></strong>()</code>
<div class="block">Get the First Coupon Date</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getInitialNotional()">getInitialNotional</a></strong>()</code>
<div class="block">Gets the Initial Notional for the Component</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getIRCurveName()">getIRCurveName</a></strong>()</code>
<div class="block">Gets the IR curve name</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/drip/analytics/date/JulianDate.html" title="class in org.drip.analytics.date">JulianDate</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getMaturityDate()">getMaturityDate</a></strong>()</code>
<div class="block">Get the Maturity Date</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Set<java.lang.String></code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getMeasureNames()">getMeasureNames</a></strong>()</code>
<div class="block">Retrieves the ordered set of the measure names whose values will be calculated</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getNotional(double)">getNotional</a></strong>(double dblDate)</code>
<div class="block">Gets the Notional for the Component at the given date</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getNotional(double, double)">getNotional</a></strong>(double dblDate1,
double dblDate2)</code>
<div class="block">Gets the time-weighted Notional for the Component between 2 dates</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getPrimaryCode()">getPrimaryCode</a></strong>()</code>
<div class="block">Return the primary code</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getRatesForwardCurveName()">getRatesForwardCurveName</a></strong>()</code>
<div class="block">Gets the component name</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getSecondaryCode()">getSecondaryCode</a></strong>()</code>
<div class="block">Gets the component's secondary codes</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#getTreasuryCurveName()">getTreasuryCurveName</a></strong>()</code>
<div class="block">Gets the treasury curve name</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#main(java.lang.String[])">main</a></strong>(java.lang.String[] astrArgs)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#serialize()">serialize</a></strong>()</code>
<div class="block">Serialize into a byte array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#setCurves(java.lang.String, java.lang.String, java.lang.String)">setCurves</a></strong>(java.lang.String strIR,
java.lang.String strIRTSY,
java.lang.String strCC)</code>
<div class="block">Sets the component's IR, treasury, and credit curve names</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#setPrimaryCode(java.lang.String)">setPrimaryCode</a></strong>(java.lang.String strCode)</code>
<div class="block">Sets the component's primary code</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/drip/analytics/support/CaseInsensitiveTreeMap.html" title="class in org.drip.analytics.support">CaseInsensitiveTreeMap</a><java.lang.Double></code></td>
<td class="colLast"><code><strong><a href="../../../../org/drip/product/rates/EDFComponent.html#value(org.drip.param.valuation.ValuationParams, org.drip.param.pricer.PricerParams, org.drip.param.definition.ComponentMarketParams, org.drip.param.valuation.QuotingParams)">value</a></strong>(<a href="../../../../org/drip/param/valuation/ValuationParams.html" title="class in org.drip.param.valuation">ValuationParams</a> valParams,
<a href="../../../../org/drip/param/pricer/PricerParams.html" title="class in org.drip.param.pricer">PricerParams</a> pricerParams,
<a href="../../../../org/drip/param/definition/ComponentMarketParams.html" title="class in org.drip.param.definition">ComponentMarketParams</a> mktParams,
<a href="../../../../org/drip/param/valuation/QuotingParams.html" title="class in org.drip.param.valuation">QuotingParams</a> quotingParams)</code>
<div class="block">Generates a full list of the component measures for the full input set of market parameters</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.drip.product.definition.Component">
<!-- -->
</a>
<h3>Methods inherited from class org.drip.product.definition.<a href="../../../../org/drip/product/definition/Component.html" title="class in org.drip.product.definition">Component</a></h3>
<code><a href="../../../../org/drip/product/definition/Component.html#calcCustomScenarioMeasures(org.drip.param.valuation.ValuationParams, org.drip.param.pricer.PricerParams, org.drip.param.definition.MarketParams, java.lang.String, org.drip.param.valuation.QuotingParams, org.drip.analytics.support.CaseInsensitiveTreeMap)">calcCustomScenarioMeasures</a>, <a href="../../../../org/drip/product/definition/Component.html#calcMeasures(org.drip.param.valuation.ValuationParams, org.drip.param.pricer.PricerParams, org.drip.param.definition.MarketParams, org.drip.param.valuation.QuotingParams)">calcMeasures</a>, <a href="../../../../org/drip/product/definition/Component.html#calcMeasureValue(org.drip.param.valuation.ValuationParams, org.drip.param.pricer.PricerParams, org.drip.param.definition.ComponentMarketParams, org.drip.param.valuation.QuotingParams, java.lang.String)">calcMeasureValue</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.drip.service.stream.Serializer">
<!-- -->
</a>
<h3>Methods inherited from class org.drip.service.stream.<a href="../../../../org/drip/service/stream/Serializer.html" title="class in org.drip.service.stream">Serializer</a></h3>
<code><a href="../../../../org/drip/service/stream/Serializer.html#getCollectionKeyValueDelimiter()">getCollectionKeyValueDelimiter</a>, <a href="../../../../org/drip/service/stream/Serializer.html#getCollectionMultiLevelKeyDelimiter()">getCollectionMultiLevelKeyDelimiter</a>, <a href="../../../../org/drip/service/stream/Serializer.html#getCollectionRecordDelimiter()">getCollectionRecordDelimiter</a>, <a href="../../../../org/drip/service/stream/Serializer.html#getFieldDelimiter()">getFieldDelimiter</a>, <a href="../../../../org/drip/service/stream/Serializer.html#getObjectTrailer()">getObjectTrailer</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="EDFComponent(org.drip.analytics.date.JulianDate, org.drip.analytics.date.JulianDate, java.lang.String, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EDFComponent</h4>
<pre>public EDFComponent(<a href="../../../../org/drip/analytics/date/JulianDate.html" title="class in org.drip.analytics.date">JulianDate</a> dtEffective,
<a href="../../../../org/drip/analytics/date/JulianDate.html" title="class in org.drip.analytics.date">JulianDate</a> dtMaturity,
java.lang.String strIR,
java.lang.String strDC,
java.lang.String strCalendar)
throws java.lang.Exception</pre>
<div class="block">Constructs an EDFComponent Component</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dtEffective</code> - Effective Date</dd><dd><code>dtMaturity</code> - Maturity Date</dd><dd><code>strIR</code> - IR Curve</dd><dd><code>strDC</code> - Day Count</dd><dd><code>strCalendar</code> - Calendar</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.Exception</code> - Thrown if the inputs are invalid</dd></dl>
</li>
</ul>
<a name="EDFComponent(java.lang.String, org.drip.analytics.date.JulianDate, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EDFComponent</h4>
<pre>public EDFComponent(java.lang.String strFullEDCode,
<a href="../../../../org/drip/analytics/date/JulianDate.html" title="class in org.drip.analytics.date">JulianDate</a> dt,
java.lang.String strIR)
throws java.lang.Exception</pre>
<div class="block">Constructs an EDFComponent Component</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>strFullEDCode</code> - EDF Component Code</dd><dd><code>dt</code> - Start Date</dd><dd><code>strIR</code> - IR Curve</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.Exception</code> - Thrown if the inputs are invalid</dd></dl>
</li>
</ul>
<a name="EDFComponent(byte[])">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>EDFComponent</h4>
<pre>public EDFComponent(byte[] ab)
throws java.lang.Exception</pre>
<div class="block">EDFComponent de-serialization from input byte array</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ab</code> - Byte Array</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.Exception</code> - Thrown if EDFComponent cannot be properly de-serialized</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getPrimaryCode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPrimaryCode</h4>
<pre>public java.lang.String getPrimaryCode()</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/product/definition/CalibratableComponent.html#getPrimaryCode()">CalibratableComponent</a></code></strong></div>
<div class="block">Return the primary code</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/product/definition/CalibratableComponent.html#getPrimaryCode()">getPrimaryCode</a></code> in class <code><a href="../../../../org/drip/product/definition/CalibratableComponent.html" title="class in org.drip.product.definition">CalibratableComponent</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>Primary Code</dd></dl>
</li>
</ul>
<a name="setPrimaryCode(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPrimaryCode</h4>
<pre>public void setPrimaryCode(java.lang.String strCode)</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/product/definition/CalibratableComponent.html#setPrimaryCode(java.lang.String)">CalibratableComponent</a></code></strong></div>
<div class="block">Sets the component's primary code</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/product/definition/CalibratableComponent.html#setPrimaryCode(java.lang.String)">setPrimaryCode</a></code> in class <code><a href="../../../../org/drip/product/definition/CalibratableComponent.html" title="class in org.drip.product.definition">CalibratableComponent</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>strCode</code> - Primary Code</dd></dl>
</li>
</ul>
<a name="getSecondaryCode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSecondaryCode</h4>
<pre>public java.lang.String[] getSecondaryCode()</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/product/definition/CalibratableComponent.html#getSecondaryCode()">CalibratableComponent</a></code></strong></div>
<div class="block">Gets the component's secondary codes</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/drip/product/definition/CalibratableComponent.html#getSecondaryCode()">getSecondaryCode</a></code> in class <code><a href="../../../../org/drip/product/definition/CalibratableComponent.html" title="class in org.drip.product.definition">CalibratableComponent</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>Array of strings containing the secondary codes</dd></dl>
</li>
</ul>
<a name="getComponentName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getComponentName</h4>
<pre>public java.lang.String getComponentName()</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../../../../org/drip/product/definition/ComponentMarketParamRef.html#getComponentName()">ComponentMarketParamRef</a></code></strong></div>
<div class="block">Gets the component name</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The component name</dd></dl>
</li>
</ul>
<a name="getTreasuryCurveName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTreasuryCurveName</h4>
<pre>public java.lang.String getTreasuryCurveName()</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../../../../org/drip/product/definition/ComponentMarketParamRef.html#getTreasuryCurveName()">ComponentMarketParamRef</a></code></strong></div>
<div class="block">Gets the treasury curve name</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The treasury curve name</dd></dl>
</li>
</ul>
<a name="getEDSFCurveName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEDSFCurveName</h4>
<pre>public java.lang.String getEDSFCurveName()</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../../../../org/drip/product/definition/ComponentMarketParamRef.html#getEDSFCurveName()">ComponentMarketParamRef</a></code></strong></div>
<div class="block">Gets the EDSF curve name</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The EDSF curve name</dd></dl>
</li>
</ul>
<a name="getInitialNotional()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInitialNotional</h4>
<pre>public double getInitialNotional()</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/product/definition/Component.html#getInitialNotional()">Component</a></code></strong></div>
<div class="block">Gets the Initial Notional for the Component</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/product/definition/Component.html#getInitialNotional()">getInitialNotional</a></code> in class <code><a href="../../../../org/drip/product/definition/Component.html" title="class in org.drip.product.definition">Component</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>Initial Notional</dd></dl>
</li>
</ul>
<a name="getNotional(double)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNotional</h4>
<pre>public double getNotional(double dblDate)
throws java.lang.Exception</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/product/definition/Component.html#getNotional(double)">Component</a></code></strong></div>
<div class="block">Gets the Notional for the Component at the given date</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/product/definition/Component.html#getNotional(double)">getNotional</a></code> in class <code><a href="../../../../org/drip/product/definition/Component.html" title="class in org.drip.product.definition">Component</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>dblDate</code> - Double date input</dd>
<dt><span class="strong">Returns:</span></dt><dd>Component Notional</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.Exception</code> - Thrown if Notional cannot be computed</dd></dl>
</li>
</ul>
<a name="getCoupon(double, org.drip.param.definition.ComponentMarketParams)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCoupon</h4>
<pre>public double getCoupon(double dblValue,
<a href="../../../../org/drip/param/definition/ComponentMarketParams.html" title="class in org.drip.param.definition">ComponentMarketParams</a> mktParams)
throws java.lang.Exception</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/product/definition/Component.html#getCoupon(double, org.drip.param.definition.ComponentMarketParams)">Component</a></code></strong></div>
<div class="block">Gets the component's coupon at the given date</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/product/definition/Component.html#getCoupon(double, org.drip.param.definition.ComponentMarketParams)">getCoupon</a></code> in class <code><a href="../../../../org/drip/product/definition/Component.html" title="class in org.drip.product.definition">Component</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>dblValue</code> - Valuation Date</dd><dd><code>mktParams</code> - Component Market Parameters</dd>
<dt><span class="strong">Returns:</span></dt><dd>Component's coupon</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.Exception</code> - Thrown if Component's coupon cannot be calculated</dd></dl>
</li>
</ul>
<a name="getNotional(double, double)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNotional</h4>
<pre>public double getNotional(double dblDate1,
double dblDate2)
throws java.lang.Exception</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/product/definition/Component.html#getNotional(double, double)">Component</a></code></strong></div>
<div class="block">Gets the time-weighted Notional for the Component between 2 dates</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/product/definition/Component.html#getNotional(double, double)">getNotional</a></code> in class <code><a href="../../../../org/drip/product/definition/Component.html" title="class in org.drip.product.definition">Component</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>dblDate1</code> - Double date first</dd><dd><code>dblDate2</code> - Double date second</dd>
<dt><span class="strong">Returns:</span></dt><dd>Component Notional</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.Exception</code> - Thrown if Notional cannot be computed</dd></dl>
</li>
</ul>
<a name="setCurves(java.lang.String, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCurves</h4>
<pre>public boolean setCurves(java.lang.String strIR,
java.lang.String strIRTSY,
java.lang.String strCC)</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/product/definition/Component.html#setCurves(java.lang.String, java.lang.String, java.lang.String)">Component</a></code></strong></div>
<div class="block">Sets the component's IR, treasury, and credit curve names</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/product/definition/Component.html#setCurves(java.lang.String, java.lang.String, java.lang.String)">setCurves</a></code> in class <code><a href="../../../../org/drip/product/definition/Component.html" title="class in org.drip.product.definition">Component</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>strIR</code> - IR curve name</dd><dd><code>strIRTSY</code> - Treasury Curve Name</dd><dd><code>strCC</code> - Credit Curve Name</dd>
<dt><span class="strong">Returns:</span></dt><dd>Success (True), Failure (false)</dd></dl>
</li>
</ul>
<a name="getIRCurveName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getIRCurveName</h4>
<pre>public java.lang.String getIRCurveName()</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../../../../org/drip/product/definition/ComponentMarketParamRef.html#getIRCurveName()">ComponentMarketParamRef</a></code></strong></div>
<div class="block">Gets the IR curve name</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The IR curve name</dd></dl>
</li>
</ul>
<a name="getRatesForwardCurveName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRatesForwardCurveName</h4>
<pre>public java.lang.String getRatesForwardCurveName()</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../../../../org/drip/product/definition/ComponentMarketParamRef.html#getRatesForwardCurveName()">ComponentMarketParamRef</a></code></strong></div>
<div class="block">Gets the component name</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The component name</dd></dl>
</li>
</ul>
<a name="getCreditCurveName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCreditCurveName</h4>
<pre>public java.lang.String getCreditCurveName()</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../../../../org/drip/product/definition/ComponentMarketParamRef.html#getCreditCurveName()">ComponentMarketParamRef</a></code></strong></div>
<div class="block">Gets the credit curve name</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The credit curve name</dd></dl>
</li>
</ul>
<a name="getEffectiveDate()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEffectiveDate</h4>
<pre>public <a href="../../../../org/drip/analytics/date/JulianDate.html" title="class in org.drip.analytics.date">JulianDate</a> getEffectiveDate()</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/product/definition/Component.html#getEffectiveDate()">Component</a></code></strong></div>
<div class="block">Get the Effective Date</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/product/definition/Component.html#getEffectiveDate()">getEffectiveDate</a></code> in class <code><a href="../../../../org/drip/product/definition/Component.html" title="class in org.drip.product.definition">Component</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>Effective Date</dd></dl>
</li>
</ul>
<a name="getMaturityDate()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaturityDate</h4>
<pre>public <a href="../../../../org/drip/analytics/date/JulianDate.html" title="class in org.drip.analytics.date">JulianDate</a> getMaturityDate()</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/product/definition/Component.html#getMaturityDate()">Component</a></code></strong></div>
<div class="block">Get the Maturity Date</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/product/definition/Component.html#getMaturityDate()">getMaturityDate</a></code> in class <code><a href="../../../../org/drip/product/definition/Component.html" title="class in org.drip.product.definition">Component</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>Maturity Date</dd></dl>
</li>
</ul>
<a name="getFirstCouponDate()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFirstCouponDate</h4>
<pre>public <a href="../../../../org/drip/analytics/date/JulianDate.html" title="class in org.drip.analytics.date">JulianDate</a> getFirstCouponDate()</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/product/definition/Component.html#getFirstCouponDate()">Component</a></code></strong></div>
<div class="block">Get the First Coupon Date</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/product/definition/Component.html#getFirstCouponDate()">getFirstCouponDate</a></code> in class <code><a href="../../../../org/drip/product/definition/Component.html" title="class in org.drip.product.definition">Component</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>First Coupon Date</dd></dl>
</li>
</ul>
<a name="getCouponPeriod()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCouponPeriod</h4>
<pre>public java.util.List<<a href="../../../../org/drip/analytics/period/CouponPeriod.html" title="class in org.drip.analytics.period">CouponPeriod</a>> getCouponPeriod()</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/product/definition/Component.html#getCouponPeriod()">Component</a></code></strong></div>
<div class="block">Gets the component's coupon periods</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/product/definition/Component.html#getCouponPeriod()">getCouponPeriod</a></code> in class <code><a href="../../../../org/drip/product/definition/Component.html" title="class in org.drip.product.definition">Component</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>List of the component's coupon periods</dd></dl>
</li>
</ul>
<a name="getCashSettleParams()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCashSettleParams</h4>
<pre>public <a href="../../../../org/drip/param/valuation/CashSettleParams.html" title="class in org.drip.param.valuation">CashSettleParams</a> getCashSettleParams()</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/product/definition/Component.html#getCashSettleParams()">Component</a></code></strong></div>
<div class="block">Gets the component cash settlement parameters</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/product/definition/Component.html#getCashSettleParams()">getCashSettleParams</a></code> in class <code><a href="../../../../org/drip/product/definition/Component.html" title="class in org.drip.product.definition">Component</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>Cash settlement Parameters</dd></dl>
</li>
</ul>
<a name="value(org.drip.param.valuation.ValuationParams, org.drip.param.pricer.PricerParams, org.drip.param.definition.ComponentMarketParams, org.drip.param.valuation.QuotingParams)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>value</h4>
<pre>public <a href="../../../../org/drip/analytics/support/CaseInsensitiveTreeMap.html" title="class in org.drip.analytics.support">CaseInsensitiveTreeMap</a><java.lang.Double> value(<a href="../../../../org/drip/param/valuation/ValuationParams.html" title="class in org.drip.param.valuation">ValuationParams</a> valParams,
<a href="../../../../org/drip/param/pricer/PricerParams.html" title="class in org.drip.param.pricer">PricerParams</a> pricerParams,
<a href="../../../../org/drip/param/definition/ComponentMarketParams.html" title="class in org.drip.param.definition">ComponentMarketParams</a> mktParams,
<a href="../../../../org/drip/param/valuation/QuotingParams.html" title="class in org.drip.param.valuation">QuotingParams</a> quotingParams)</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/product/definition/Component.html#value(org.drip.param.valuation.ValuationParams, org.drip.param.pricer.PricerParams, org.drip.param.definition.ComponentMarketParams, org.drip.param.valuation.QuotingParams)">Component</a></code></strong></div>
<div class="block">Generates a full list of the component measures for the full input set of market parameters</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/product/definition/Component.html#value(org.drip.param.valuation.ValuationParams, org.drip.param.pricer.PricerParams, org.drip.param.definition.ComponentMarketParams, org.drip.param.valuation.QuotingParams)">value</a></code> in class <code><a href="../../../../org/drip/product/definition/Component.html" title="class in org.drip.product.definition">Component</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>valParams</code> - ValuationParams</dd><dd><code>pricerParams</code> - PricerParams</dd><dd><code>mktParams</code> - ComponentMarketParams</dd><dd><code>quotingParams</code> - Quoting Parameters</dd>
<dt><span class="strong">Returns:</span></dt><dd>Map of measure name and value</dd></dl>
</li>
</ul>
<a name="getMeasureNames()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMeasureNames</h4>
<pre>public java.util.Set<java.lang.String> getMeasureNames()</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/product/definition/Component.html#getMeasureNames()">Component</a></code></strong></div>
<div class="block">Retrieves the ordered set of the measure names whose values will be calculated</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/product/definition/Component.html#getMeasureNames()">getMeasureNames</a></code> in class <code><a href="../../../../org/drip/product/definition/Component.html" title="class in org.drip.product.definition">Component</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>Set of Measure Names</dd></dl>
</li>
</ul>
<a name="calcPVDFMicroJack(org.drip.param.valuation.ValuationParams, org.drip.param.pricer.PricerParams, org.drip.param.definition.ComponentMarketParams, org.drip.param.valuation.QuotingParams)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>calcPVDFMicroJack</h4>
<pre>public <a href="../../../../org/drip/math/calculus/WengertJacobian.html" title="class in org.drip.math.calculus">WengertJacobian</a> calcPVDFMicroJack(<a href="../../../../org/drip/param/valuation/ValuationParams.html" title="class in org.drip.param.valuation">ValuationParams</a> valParams,
<a href="../../../../org/drip/param/pricer/PricerParams.html" title="class in org.drip.param.pricer">PricerParams</a> pricerParams,
<a href="../../../../org/drip/param/definition/ComponentMarketParams.html" title="class in org.drip.param.definition">ComponentMarketParams</a> mktParams,
<a href="../../../../org/drip/param/valuation/QuotingParams.html" title="class in org.drip.param.valuation">QuotingParams</a> quotingParams)</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/product/definition/CalibratableComponent.html#calcPVDFMicroJack(org.drip.param.valuation.ValuationParams, org.drip.param.pricer.PricerParams, org.drip.param.definition.ComponentMarketParams, org.drip.param.valuation.QuotingParams)">CalibratableComponent</a></code></strong></div>
<div class="block">Compute the micro-Jacobian of the PV to the DF</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/product/definition/CalibratableComponent.html#calcPVDFMicroJack(org.drip.param.valuation.ValuationParams, org.drip.param.pricer.PricerParams, org.drip.param.definition.ComponentMarketParams, org.drip.param.valuation.QuotingParams)">calcPVDFMicroJack</a></code> in class <code><a href="../../../../org/drip/product/definition/CalibratableComponent.html" title="class in org.drip.product.definition">CalibratableComponent</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>valParams</code> - Valuation Parameters</dd><dd><code>pricerParams</code> - Pricer Parameters</dd><dd><code>mktParams</code> - Component Market Parameters</dd><dd><code>quotingParams</code> - Component Quoting Parameters</dd>
<dt><span class="strong">Returns:</span></dt><dd>The micro-Jacobian</dd></dl>
</li>
</ul>
<a name="calcQuoteDFMicroJack(java.lang.String, org.drip.param.valuation.ValuationParams, org.drip.param.pricer.PricerParams, org.drip.param.definition.ComponentMarketParams, org.drip.param.valuation.QuotingParams)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>calcQuoteDFMicroJack</h4>
<pre>public <a href="../../../../org/drip/math/calculus/WengertJacobian.html" title="class in org.drip.math.calculus">WengertJacobian</a> calcQuoteDFMicroJack(java.lang.String strQuote,
<a href="../../../../org/drip/param/valuation/ValuationParams.html" title="class in org.drip.param.valuation">ValuationParams</a> valParams,
<a href="../../../../org/drip/param/pricer/PricerParams.html" title="class in org.drip.param.pricer">PricerParams</a> pricerParams,
<a href="../../../../org/drip/param/definition/ComponentMarketParams.html" title="class in org.drip.param.definition">ComponentMarketParams</a> mktParams,
<a href="../../../../org/drip/param/valuation/QuotingParams.html" title="class in org.drip.param.valuation">QuotingParams</a> quotingParams)</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/product/definition/CalibratableComponent.html#calcQuoteDFMicroJack(java.lang.String, org.drip.param.valuation.ValuationParams, org.drip.param.pricer.PricerParams, org.drip.param.definition.ComponentMarketParams, org.drip.param.valuation.QuotingParams)">CalibratableComponent</a></code></strong></div>
<div class="block">Compute the micro-Jacobian of the given measure to the DF</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/product/definition/CalibratableComponent.html#calcQuoteDFMicroJack(java.lang.String, org.drip.param.valuation.ValuationParams, org.drip.param.pricer.PricerParams, org.drip.param.definition.ComponentMarketParams, org.drip.param.valuation.QuotingParams)">calcQuoteDFMicroJack</a></code> in class <code><a href="../../../../org/drip/product/definition/CalibratableComponent.html" title="class in org.drip.product.definition">CalibratableComponent</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>strQuote</code> - Quote Name</dd><dd><code>valParams</code> - Valuation Parameters</dd><dd><code>pricerParams</code> - Pricer Parameters</dd><dd><code>mktParams</code> - Component Market Parameters</dd><dd><code>quotingParams</code> - Component Quoting Parameters</dd>
<dt><span class="strong">Returns:</span></dt><dd>The micro-Jacobian</dd></dl>
</li>
</ul>
<a name="serialize()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serialize</h4>
<pre>public byte[] serialize()</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/service/stream/Serializer.html#serialize()">Serializer</a></code></strong></div>
<div class="block">Serialize into a byte array.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/service/stream/Serializer.html#serialize()">serialize</a></code> in class <code><a href="../../../../org/drip/service/stream/Serializer.html" title="class in org.drip.service.stream">Serializer</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>Byte Array</dd></dl>
</li>
</ul>
<a name="deserialize(byte[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deserialize</h4>
<pre>public <a href="../../../../org/drip/service/stream/Serializer.html" title="class in org.drip.service.stream">Serializer</a> deserialize(byte[] ab)</pre>
<div class="block"><strong>Description copied from class: <code><a href="../../../../org/drip/service/stream/Serializer.html#deserialize(byte[])">Serializer</a></code></strong></div>
<div class="block">De-serialize from a byte array.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/drip/service/stream/Serializer.html#deserialize(byte[])">deserialize</a></code> in class <code><a href="../../../../org/drip/service/stream/Serializer.html" title="class in org.drip.service.stream">Serializer</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>De-serialized object instance represented by Serializer</dd></dl>
</li>
</ul>
<a name="main(java.lang.String[])">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>main</h4>
<pre>public static final void main(java.lang.String[] astrArgs)
throws java.lang.Exception</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EDFComponent.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/drip/product/rates/CashComponent.html" title="class in org.drip.product.rates"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/drip/product/rates/FixedStream.html" title="class in org.drip.product.rates"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/drip/product/rates/EDFComponent.html" target="_top">Frames</a></li>
<li><a href="EDFComponent.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#fields_inherited_from_class_org.drip.service.stream.Serializer">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| tectronics/rootfinder | 2.2/docs/Javadoc/org/drip/product/rates/EDFComponent.html | HTML | apache-2.0 | 56,530 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>JapKatsuyou.JpConj: Class List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="icon64.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">JapKatsuyou.JpConj
 <span id="projectnumber">2.0.0</span>
</div>
<div id="projectbrief">Japanese verbs conjugation: main program</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li class="current"><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">Class List</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory">
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_about.html" target="_self">About</a></td><td class="desc"></td></tr>
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_conj_frame.html" target="_self">ConjFrame</a></td><td class="desc"></td></tr>
<tr id="row_2_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_2_" class="arrow" onclick="toggleFolder('2_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_edict2.html" target="_self">Edict2</a></td><td class="desc"></td></tr>
<tr id="row_2_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_edict2_1_1_ja_verb.html" target="_self">JaVerb</a></td><td class="desc"></td></tr>
<tr id="row_3_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_export.html" target="_self">Export</a></td><td class="desc"></td></tr>
<tr id="row_4_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_func_frame.html" target="_self">FuncFrame</a></td><td class="desc"></td></tr>
<tr id="row_5_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_help_network_access_manager.html" target="_self">HelpNetworkAccessManager</a></td><td class="desc"></td></tr>
<tr id="row_6_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_help_network_reply.html" target="_self">HelpNetworkReply</a></td><td class="desc"></td></tr>
<tr id="row_7_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_help_page.html" target="_self">HelpPage</a></td><td class="desc"></td></tr>
<tr id="row_8_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_help_viewer.html" target="_self">HelpViewer</a></td><td class="desc"></td></tr>
<tr id="row_9_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_icona.html" target="_self">Icona</a></td><td class="desc"></td></tr>
<tr id="row_10_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classjpconjhelp.html" target="_self">jpconjhelp</a></td><td class="desc"></td></tr>
<tr id="row_11_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classjpconjmain.html" target="_self">jpconjmain</a></td><td class="desc"></td></tr>
<tr id="row_12_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_jpconj_tray.html" target="_self">JpconjTray</a></td><td class="desc"></td></tr>
<tr id="row_13_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_j_trans.html" target="_self">JTrans</a></td><td class="desc">Used to romanize hiragana and katakana </td></tr>
<tr id="row_14_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_language.html" target="_self">Language</a></td><td class="desc"></td></tr>
<tr id="row_15_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_preference.html" target="_self">Preference</a></td><td class="desc"></td></tr>
<tr id="row_16_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_q_dialog.html" target="_self">QDialog</a></td><td class="desc"></td></tr>
<tr id="row_17_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_q_frame.html" target="_self">QFrame</a></td><td class="desc"></td></tr>
<tr id="row_18_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_q_k_icona.html" target="_self">QKIcona</a></td><td class="desc"></td></tr>
<tr id="row_19_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_q_main_window.html" target="_self">QMainWindow</a></td><td class="desc"></td></tr>
<tr id="row_20_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_q_network_access_manager.html" target="_self">QNetworkAccessManager</a></td><td class="desc"></td></tr>
<tr id="row_21_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_q_network_reply.html" target="_self">QNetworkReply</a></td><td class="desc"></td></tr>
<tr id="row_22_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_q_object.html" target="_self">QObject</a></td><td class="desc"></td></tr>
<tr id="row_23_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_q_system_tray_icon.html" target="_self">QSystemTrayIcon</a></td><td class="desc"></td></tr>
<tr id="row_24_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_q_web_page.html" target="_self">QWebPage</a></td><td class="desc"></td></tr>
<tr id="row_25_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_q_web_view.html" target="_self">QWebView</a></td><td class="desc"></td></tr>
<tr id="row_26_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_style.html" target="_self">Style</a></td><td class="desc"></td></tr>
<tr id="row_27_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_styleinfo.html" target="_self">Styleinfo</a></td><td class="desc"></td></tr>
<tr id="row_28_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_28_" class="arrow" onclick="toggleFolder('28_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tatoeba.html" target="_self">Tatoeba</a></td><td class="desc"></td></tr>
<tr id="row_28_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_tatoeba_1_1_exp.html" target="_self">Exp</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| kariminf/JapKatsuyou | docs/jpconj/annotated.html | HTML | apache-2.0 | 12,662 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_27) on Fri Mar 01 17:39:22 CET 2013 -->
<TITLE>
ch.unifr.pai.twice.multipointer.client
</TITLE>
<META NAME="date" CONTENT="2013-03-01">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ch.unifr.pai.twice.multipointer.client";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV PACKAGE
<A HREF="../../../../../../ch/unifr/pai/twice/multipointer/client/widgets/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?ch/unifr/pai/twice/multipointer/client/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package ch.unifr.pai.twice.multipointer.client
</H2>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Interface Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../ch/unifr/pai/twice/multipointer/client/MouseCursorTimeoutEvent.Handler.html" title="interface in ch.unifr.pai.twice.multipointer.client">MouseCursorTimeoutEvent.Handler</A></B></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../ch/unifr/pai/twice/multipointer/client/ExtendedWebsocketControl.html" title="class in ch.unifr.pai.twice.multipointer.client">ExtendedWebsocketControl</A></B></TD>
<TD>The currently used controller for multi-cursor device types</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../ch/unifr/pai/twice/multipointer/client/MouseCursor.html" title="class in ch.unifr.pai.twice.multipointer.client">MouseCursor</A></B></TD>
<TD>The represenation and logic of a mouse pointer</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../ch/unifr/pai/twice/multipointer/client/MouseCursorTimeoutEvent.html" title="class in ch.unifr.pai.twice.multipointer.client">MouseCursorTimeoutEvent</A></B></TD>
<TD>An event notifying about timed out mouse pointers</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../ch/unifr/pai/twice/multipointer/client/MultiCursorController.html" title="class in ch.unifr.pai.twice.multipointer.client">MultiCursorController</A></B></TD>
<TD>Entry point for the multi pointer functionality.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../ch/unifr/pai/twice/multipointer/client/WebsocketControl.html" title="class in ch.unifr.pai.twice.multipointer.client">WebsocketControl</A></B></TD>
<TD><B>Deprecated.</B></TD>
</TR>
</TABLE>
<P>
<DL>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV PACKAGE
<A HREF="../../../../../../ch/unifr/pai/twice/multipointer/client/widgets/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?ch/unifr/pai/twice/multipointer/client/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| incidincer/twice | Multipointer/doc/ch/unifr/pai/twice/multipointer/client/package-summary.html | HTML | apache-2.0 | 8,135 |
<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<!-- Standard Head Part -->
<head>
<title>NUnit - RequiresMTA</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-US">
<link rel="stylesheet" type="text/css" href="nunit.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<!-- End Standard Head Part -->
<body>
<!-- Standard Header for NUnit.org -->
<div id="header">
<a id="logo" href="http://www.nunit.org"><img src="img/logo.gif" alt="NUnit.org" title="NUnit.org"></a>
<div id="nav">
<a href="http://www.nunit.org">NUnit</a>
<a class="active" href="index.html">Documentation</a>
</div>
</div>
<!-- End of Header -->
<div id="content">
<h3>RequiresMTAAttribute (NUnit 2.5)</h3>
<p>The <b>RequiresMTAAttribute</b> is used on a test method, class or assembly
to specify that the tests should be run in the multi-threaded apartment.
It causes creation of a new thread if the parent test is not already running
in the MTA.
<p><b>Note:</b> On test methods, you may also use the <b>MTAThreadAttribute</b>.
Although the runtime only recognizes this attribute on the entrypoint of
an executable assembly, many users have expected it to work on tests, so
we treat it as a synonym.
<h4>Examples</h4>
<div class="code">
<pre>
// An MTA thread will be created and used to run
// all the tests in the assembly
[assembly:RequiresMTA]
...
// TestFixture requiring a separate thread
[TestFixture, RequiresMTA]
public class FixtureRequiringMTA
{
// An MTA thread will be created and all
// tests in the fixture will run on it
// unless the containing assembly is
// already running on an MTA Thread
}
[TestFixture]
public class AnotherFixture
{
[Test, RequiresMTA]
public void TestRequiringMTA()
{
// A separate thread will be created for this test
// unless the containing fixture is already running
// in the MTA.
}
}
</pre>
</div>
<h4>See also...</h4>
<ul>
<li><a href="requiresThread.html">RequiresThreadAttribute</a><li><a href="requiresSTA.html">RequiresSTAAttribute</a></ul>
</div>
<!-- Submenu -->
<div id="subnav">
<ul>
<li><a href="index.html">NUnit 2.5.10</a></li>
<ul>
<li><a href="getStarted.html">Getting Started</a></li>
<li><a href="assertions.html">Assertions</a></li>
<li><a href="constraintModel.html">Constraints</a></li>
<li><a href="attributes.html">Attributes</a></li>
<ul>
<li><a href="category.html">Category</a></li>
<li><a href="combinatorial.html">Combinatorial</a></li>
<li><a href="culture.html">Culture</a></li>
<li><a href="datapoint.html">Datapoint(s)</a></li>
<li><a href="description.html">Description</a></li>
<li><a href="exception.html">Exception</a></li>
<li><a href="explicit.html">Explicit</a></li>
<li><a href="ignore.html">Ignore</a></li>
<li><a href="maxtime.html">Maxtime</a></li>
<li><a href="pairwise.html">Pairwise</a></li>
<li><a href="platform.html">Platform</a></li>
<li><a href="property.html">Property</a></li>
<li><a href="random.html">Random</a></li>
<li><a href="range.html">Range</a></li>
<li><a href="repeat.html">Repeat</a></li>
<li><a href="requiredAddin.html">RequiredAddin</a></li>
<li id="current"><a href="requiresMTA.html">Requires MTA</a></li>
<li><a href="requiresSTA.html">Requires STA</a></li>
<li><a href="requiresThread.html">Requires Thread</a></li>
<li><a href="sequential.html">Sequential</a></li>
<li><a href="setCulture.html">SetCulture</a></li>
<li><a href="setUICulture.html">SetUICulture</a></li>
<li><a href="setup.html">Setup</a></li>
<li><a href="setupFixture.html">SetupFixture</a></li>
<li><a href="suite.html">Suite</a></li>
<li><a href="teardown.html">Teardown</a></li>
<li><a href="test.html">Test</a></li>
<li><a href="testCase.html">TestCase</a></li>
<li><a href="testCaseSource.html">TestCaseSource</a></li>
<li><a href="testFixture.html">TestFixture</a></li>
<li><a href="fixtureSetup.html">TestFixtureSetUp</a></li>
<li><a href="fixtureTeardown.html">TestFixtureTearDown</a></li>
<li><a href="theory.html">Theory</a></li>
<li><a href="timeout.html">Timeout</a></li>
<li><a href="values.html">Values</a></li>
<li><a href="valueSource.html">ValueSource</a></li>
</ul>
<li><a href="runningTests.html">Running Tests</a></li>
<li><a href="extensibility.html">Extensibility</a></li>
<li><a href="releaseNotes.html">Release Notes</a></li>
<li><a href="samples.html">Samples</a></li>
<li><a href="license.html">License</a></li>
</ul>
</ul>
</div>
<!-- End of Submenu -->
<!-- Standard Footer for NUnit.org -->
<div id="footer">
Copyright © 2010 Charlie Poole. All Rights Reserved.
</div>
<!-- End of Footer -->
</body>
</html>
| chinnurtb/OpenAdStack-1 | External/NUnit 2.5.10/doc/requiresMTA.html | HTML | apache-2.0 | 4,902 |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html lang="ja" xml:lang="ja">
<head>
<meta charset="UTF-8"/>
<meta name="keywords" content="シンタックススタイル, ファイルマッピング, ファイル関連付け, 拡張子, シェバン, シバン, インタープリタ"/>
<link rel="start" href="../CotEditorHelp.html"/>
<link rel="index" href="../xpgs/xall.html"/>
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
<title>シンタックススタイルのファイル関連付け</title>
</head>
<body>
<nav><ul>
<li><a href="../CotEditorHelp.html">CotEditor ヘルプ</a></li>
</ul></nav>
<a name="about_file_mapping"></a>
<h1>シンタックススタイルのファイル関連付け</h1>
<p>ファイルを開いたとき、CotEditor は自動でそのファイルの種類を判定して適切なシンタックススタイルを適用します。</p>
<p>このとき、どのシンタックススタイルが適用されるかは、各シンタックススタイル定義内で設定された「ファイル関連付け」の情報を元に決定されます。</p>
<h2>ファイル関連付けの優先順位</h2>
<p>CotEditor は以下の順序で最適なシンタックススタイルを捜査します。</p>
<ol class="nostyle">
<li>ファイルの拡張子<ul>
<li>ファイルの拡張子から対応するシンタックススタイルを探します。</li>
<li>例: .html → HTML</li>
<li>例: .py → Python</li>
</ul></li>
<li>ファイル名<ul>
<li>対応する拡張子がなかったとき、またはファイル名に拡張子がなかったときは、ファイル名全体を元に対応するシンタックススタイルを探します。</li>
<li>例: .htaccess → Apache</li>
<li>例: makefile → Makefile</li>
</ul></li>
<li>ファイル内の1行目のシェバン<ul>
<li>対応する拡張子・ファイル名がないとき、書類内の最初の行がシェバンであれば、それを手掛かりにシンタックススタイルを探します。この捜査ではシンタックススタイル定義のファイル関連付けの「インタープリタ」の設定が用いられます。シェバンの <code>#!</code> 直後のパスの最後の語句、またはパスが <code>env</code> の場合はその次の語句が、インタープリタ名として検索語句に使用されます。</li>
<li>例: <code>#!/usr/bin/perl</code> → Perl (インタープリタ名: <code>perl</code>)</li>
<li>例: <code>#!/usr/bin/env python3</code> → Python (インタープリタ名: <code>python3</code>)</li>
</ul></li>
<li>XML 宣言<ul>
<li>対応する拡張子・ファイル名・インタープリタがないとき、ファイル内容が XML 宣言で始まっていたら、自動的に “XML” スタイルを適用します。</li>
<li>例: <code><?xml version="1.0" encoding="utf-8"?></code> → XML</li>
</ul></li>
<li>デフォルトシンタックススタイル<ul>
<li>該当するスタイルが何もないときは、「フォーマット」ペインで設定されたデフォルトシンタックススタイルが使用されます。</li>
</ul></li>
</ol>
<p>拡張子やファイル名など同じレベルで複数の対応スタイルがあった場合は、バンドルされたプリセットのシンタックススタイルよりもユーザのカスタムスタイルが優先されます。さらにその中でも複数の対応スタイルがあった場合は、自動的に最初に見つかったスタイルを適用します。</p>
<h2>ファイル関連付けのコンフリクト</h2>
<p>バンドルされているシンタックススタイルにファイル関連付けのコンフリクトはありませんが、ユーザが独自にスタイルを追加した場合や、バンドルされているスタイルのファイル関連付けを変更した場合はコンフリクトがおこることがあります。現在ファイル関連付けのコンフリクトが発生しているかどうかは、環境設定の「フォーマット」ペインにある「ファイル関連付けのコンフリクトを表示...」から探すことができます。この項目が選択不可能になっているときは、ファイル関連付けのコンフリクトは発生していません。</p>
<p>ファイルを期待するスタイルで開くことができているかぎりは、ファイル関連付けのコンフリクトを放置しておいてかまいません。</p>
<section id="cf">
<h2>関連項目</h2>
<ul>
<li><a href="../pgs/howto_customize_syntaxstyle.html">シンタックススタイルを設定する</a></li>
<li><a href="../pgs/pref_format.html">環境設定:フォーマット</a></li>
</ul>
</section>
</body>
</html>
| yangchenghu/CotEditor | CotEditor/CotEditor.help/Contents/Resources/ja.lproj/pgs/about_file_mapping.html | HTML | apache-2.0 | 4,876 |
<div class="modal-header">
<button type="button" class="close" ng-click="close(false)" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" ng-model="modalHeader">{{modalHeader}}</h4>
</div>
<div class="modal-body">
<div class="video-panel">
<div ng-controller="RtcommVideoController" ng-init="init('expandedSelfView', 'expandedRemoteView')">
<div id="videoContainer">
<div id='selfViewContainer'>
<video title="expandedSelfView" id="expandedSelfView" class="selfView" autoplay="true" muted="true"></video>
</div>
<video title="expandedRemoteView" id="expandedRemoteView" class="remoteView" autoplay="true"></video>
<!-- video title="remoteView" id="remoteView" class="remoteView" autoplay="true" poster="../views/rtcomm/images/video_camera_big.png"></video -->
</div>
</div>
</div>
</div>
<div class="modal-footer">
<div class="col-md-1">
<button type="button" ng-click="close()" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
| jfmartinez/sample.rtcomm.healthcare | rtcomm.healthcare.app/src/main/webapp/templates/doctor/video-only-modal.html | HTML | apache-2.0 | 1,040 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue Jun 01 14:31:56 BST 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class com.hp.hpl.jena.rdf.listeners.StatementListener (Jena Framework)
</TITLE>
<META NAME="date" CONTENT="2010-06-01">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.hp.hpl.jena.rdf.listeners.StatementListener (Jena Framework)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/listeners/StatementListener.html" title="class in com.hp.hpl.jena.rdf.listeners"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?com/hp/hpl/jena/rdf/listeners/\class-useStatementListener.html" target="_top"><B>FRAMES</B></A>
<A HREF="StatementListener.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>com.hp.hpl.jena.rdf.listeners.StatementListener</B></H2>
</CENTER>
No usage of com.hp.hpl.jena.rdf.listeners.StatementListener
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/listeners/StatementListener.html" title="class in com.hp.hpl.jena.rdf.listeners"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?com/hp/hpl/jena/rdf/listeners/\class-useStatementListener.html" target="_top"><B>FRAMES</B></A>
<A HREF="StatementListener.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
</BODY>
</HTML>
| jianglili007/pretty-printer | Jenna-2.6.3/doc/javadoc/com/hp/hpl/jena/rdf/listeners/class-use/StatementListener.html | HTML | apache-2.0 | 6,454 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>ConfigurationManager Extension Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset='utf-8'>
<script src="../js/jquery.min.js" defer></script>
<script src="../js/jazzy.js" defer></script>
</head>
<body>
<a name="//apple_ref/swift/Extension/ConfigurationManager" class="dashAnchor"></a>
<a title="ConfigurationManager Extension Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (25% documented)</p>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html"> Reference</a>
<img id="carat" src="../img/carat.png" />
ConfigurationManager Extension Reference
</p>
</div>
<div class="content-wrapper">
<nav class="sidebar">
<ul class="nav-groups">
<li class="nav-group-name">
<a href="../Classes.html">Classes</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Classes/AlertNotificationService.html">AlertNotificationService</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AppIDService.html">AppIDService</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AutoScalingService.html">AutoScalingService</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CloudantService.html">CloudantService</a>
</li>
<li class="nav-group-task">
<a href="../Classes/DB2Service.html">DB2Service</a>
</li>
<li class="nav-group-task">
<a href="../Classes/MongoDBService.html">MongoDBService</a>
</li>
<li class="nav-group-task">
<a href="../Classes/MySQLService.html">MySQLService</a>
</li>
<li class="nav-group-task">
<a href="../Classes/ObjectStorageService.html">ObjectStorageService</a>
</li>
<li class="nav-group-task">
<a href="../Classes/PostgreSQLService.html">PostgreSQLService</a>
</li>
<li class="nav-group-task">
<a href="../Classes/RedisService.html">RedisService</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Enums.html">Enums</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Enums/ConfigurationManagerError.html">ConfigurationManagerError</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Extensions.html">Extensions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Extensions/ConfigurationManager.html">ConfigurationManager</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
<section>
<section class="section">
<h1>ConfigurationManager</h1>
<div class="declaration">
<div class="language">
<pre class="highlight"><code><span class="kd">class</span> <span class="kt">ConfigurationManager</span></code></pre>
</div>
</div>
</section>
<section class="section task-group-section">
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager27getAlertNotificationServiceFzT4nameSS_CS_24AlertNotificationService"></a>
<a name="//apple_ref/swift/Method/getAlertNotificationService(name:)" class="dashAnchor"></a>
<a class="token" href="#/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager27getAlertNotificationServiceFzT4nameSS_CS_24AlertNotificationService">getAlertNotificationService(name:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Get an Alert Notification service configuration by service name</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">getAlertNotificationService</span><span class="p">(</span><span class="nv">name</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span> <span class="k">throws</span> <span class="o">-></span> <span class="kt"><a href="../Classes/AlertNotificationService.html">AlertNotificationService</a></span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>name</em>
</code>
</td>
<td>
<div>
<p>The name of the Alert Notification service</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager15getAppIDServiceFzT4nameSS_CS_12AppIDService"></a>
<a name="//apple_ref/swift/Method/getAppIDService(name:)" class="dashAnchor"></a>
<a class="token" href="#/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager15getAppIDServiceFzT4nameSS_CS_12AppIDService">getAppIDService(name:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Get an AppID service configuration by service name</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">getAppIDService</span><span class="p">(</span><span class="nv">name</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span> <span class="k">throws</span> <span class="o">-></span> <span class="kt"><a href="../Classes/AppIDService.html">AppIDService</a></span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>name</em>
</code>
</td>
<td>
<div>
<p>The name of the AppID service</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager21getAutoScalingServiceFzT4nameSS_CS_18AutoScalingService"></a>
<a name="//apple_ref/swift/Method/getAutoScalingService(name:)" class="dashAnchor"></a>
<a class="token" href="#/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager21getAutoScalingServiceFzT4nameSS_CS_18AutoScalingService">getAutoScalingService(name:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Get an Auto Scaling service configuration by service name</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">getAutoScalingService</span><span class="p">(</span><span class="nv">name</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span> <span class="k">throws</span> <span class="o">-></span> <span class="kt"><a href="../Classes/AutoScalingService.html">AutoScalingService</a></span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>name</em>
</code>
</td>
<td>
<div>
<p>The name of the Auto Scaling service</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager13getDB2ServiceFzT4nameSS_CS_10DB2Service"></a>
<a name="//apple_ref/swift/Method/getDB2Service(name:)" class="dashAnchor"></a>
<a class="token" href="#/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager13getDB2ServiceFzT4nameSS_CS_10DB2Service">getDB2Service(name:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Get a DB2 service configuration by service name</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">getDB2Service</span><span class="p">(</span><span class="nv">name</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span> <span class="k">throws</span> <span class="o">-></span> <span class="kt"><a href="../Classes/DB2Service.html">DB2Service</a></span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>name</em>
</code>
</td>
<td>
<div>
<p>The name of the DB2 service</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager18getCloudantServiceFzT4nameSS_CS_15CloudantService"></a>
<a name="//apple_ref/swift/Method/getCloudantService(name:)" class="dashAnchor"></a>
<a class="token" href="#/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager18getCloudantServiceFzT4nameSS_CS_15CloudantService">getCloudantService(name:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Get a Cloudant service configuration by service name</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">getCloudantService</span><span class="p">(</span><span class="nv">name</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span> <span class="k">throws</span> <span class="o">-></span> <span class="kt"><a href="../Classes/CloudantService.html">CloudantService</a></span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>name</em>
</code>
</td>
<td>
<div>
<p>The name of the Cloudant service</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager17getMongoDBServiceFzT4nameSS_CS_14MongoDBService"></a>
<a name="//apple_ref/swift/Method/getMongoDBService(name:)" class="dashAnchor"></a>
<a class="token" href="#/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager17getMongoDBServiceFzT4nameSS_CS_14MongoDBService">getMongoDBService(name:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Get a MongoDB service configuration by service name</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">getMongoDBService</span><span class="p">(</span><span class="nv">name</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span> <span class="k">throws</span> <span class="o">-></span> <span class="kt"><a href="../Classes/MongoDBService.html">MongoDBService</a></span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>name</em>
</code>
</td>
<td>
<div>
<p>The name of the MongoDB service</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager15getMySQLServiceFzT4nameSS_CS_12MySQLService"></a>
<a name="//apple_ref/swift/Method/getMySQLService(name:)" class="dashAnchor"></a>
<a class="token" href="#/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager15getMySQLServiceFzT4nameSS_CS_12MySQLService">getMySQLService(name:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Get a MySQL service configuration by service name</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">getMySQLService</span><span class="p">(</span><span class="nv">name</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span> <span class="k">throws</span> <span class="o">-></span> <span class="kt"><a href="../Classes/MySQLService.html">MySQLService</a></span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>name</em>
</code>
</td>
<td>
<div>
<p>The name of the MySQL service</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager23getObjectStorageServiceFzT4nameSS_CS_20ObjectStorageService"></a>
<a name="//apple_ref/swift/Method/getObjectStorageService(name:)" class="dashAnchor"></a>
<a class="token" href="#/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager23getObjectStorageServiceFzT4nameSS_CS_20ObjectStorageService">getObjectStorageService(name:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Get an Object Storage service configuration by service name</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">getObjectStorageService</span><span class="p">(</span><span class="nv">name</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span> <span class="k">throws</span> <span class="o">-></span> <span class="kt"><a href="../Classes/ObjectStorageService.html">ObjectStorageService</a></span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>name</em>
</code>
</td>
<td>
<div>
<p>The name of the Object Storage service</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager20getPostgreSQLServiceFzT4nameSS_CS_17PostgreSQLService"></a>
<a name="//apple_ref/swift/Method/getPostgreSQLService(name:)" class="dashAnchor"></a>
<a class="token" href="#/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager20getPostgreSQLServiceFzT4nameSS_CS_17PostgreSQLService">getPostgreSQLService(name:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Get a PostgreSQL service configuration by service name</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">getPostgreSQLService</span><span class="p">(</span><span class="nv">name</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span> <span class="k">throws</span> <span class="o">-></span> <span class="kt"><a href="../Classes/PostgreSQLService.html">PostgreSQLService</a></span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>name</em>
</code>
</td>
<td>
<div>
<p>The name of the PostgreSQL service</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager15getRedisServiceFzT4nameSS_CS_12RedisService"></a>
<a name="//apple_ref/swift/Method/getRedisService(name:)" class="dashAnchor"></a>
<a class="token" href="#/s:FE18CloudFoundryConfigC13Configuration20ConfigurationManager15getRedisServiceFzT4nameSS_CS_12RedisService">getRedisService(name:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Get a Redis service configuration by service name</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">getRedisService</span><span class="p">(</span><span class="nv">name</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span> <span class="k">throws</span> <span class="o">-></span> <span class="kt"><a href="../Classes/RedisService.html">RedisService</a></span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>name</em>
</code>
</td>
<td>
<div>
<p>The name of the Redis service</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
</ul>
</div>
</section>
</section>
<section id="footer">
<p>© 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-05-12)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
</body>
</div>
</html>
| jkingoliver/CloudConfiguration | docs/docsets/.docset/Contents/Resources/Documents/Extensions/ConfigurationManager.html | HTML | apache-2.0 | 29,051 |
<!DOCTYPE html>
<html itemscope lang="en-us">
<head><meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="generator" content="Hugo 0.57.2" />
<meta property="og:title" content="David Cameron" />
<meta name="twitter:title" content="David Cameron"/>
<meta itemprop="name" content="David Cameron"><meta property="og:description" content="These days I’m a software engineer working in the .Net stack with SQL Server. Getting to where I am today has involved degrees, late nights, and a wonky mix of good and bad ideas, jobs, dates, and mockups. When not sampling bourbons, scotches, and/or beers, I’m usually at a conference or meetup about development, agile practices, or board games. If you spot me wandering around, snare my attention and let’s exchange war stories." />
<meta name="twitter:description" content="These days I’m a software engineer working in the .Net stack with SQL Server. Getting to where I am today has involved degrees, late nights, and a wonky mix of good and bad ideas, jobs, dates, and mockups. When not sampling bourbons, scotches, and/or beers, I’m usually at a conference or meetup about development, agile practices, or board games. If you spot me wandering around, snare my attention and let’s exchange war stories." />
<meta itemprop="description" content="These days I’m a software engineer working in the .Net stack with SQL Server. Getting to where I am today has involved degrees, late nights, and a wonky mix of good and bad ideas, jobs, dates, and mockups. When not sampling bourbons, scotches, and/or beers, I’m usually at a conference or meetup about development, agile practices, or board games. If you spot me wandering around, snare my attention and let’s exchange war stories."><meta name="twitter:site" content="@devopsdays">
<meta property="og:type" content="speaker" />
<meta property="og:url" content="/events/2018-atlanta/speakers/david-cameron/" /><meta name="twitter:creator" content="@devopsdaysATL" /><meta name="twitter:label1" value="Event" />
<meta name="twitter:data1" value="devopsdays Atlanta 2018" /><meta name="twitter:label2" value="Dates" />
<meta name="twitter:data2" value="April 17 - 18, 2018" /><meta property="og:image" content="https://www.devopsdays.org/img/sharing.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://www.devopsdays.org/img/sharing.jpg" />
<meta itemprop="image" content="https://www.devopsdays.org/img/sharing.jpg" />
<meta property="fb:app_id" content="1904065206497317" /><meta itemprop="wordCount" content="78">
<title>David Cameron - devopsdays Atlanta 2018
</title>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-9713393-1', 'auto');
ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<link href="/css/site.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700" rel="stylesheet"><link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href="/events/index.xml" rel="alternate" type="application/rss+xml" title="DevOpsDays" />
<link href="/events/index.xml" rel="feed" type="application/rss+xml" title="DevOpsDays" />
<script src=/js/devopsdays-min.js></script></head>
<body lang="">
<nav class="navbar navbar-expand-md navbar-light">
<a class="navbar-brand" href="/">
<img src="/img/devopsdays-brain.png" height="30" class="d-inline-block align-top" alt="devopsdays Logo">
DevOpsDays
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto"><li class="nav-item global-navigation"><a class = "nav-link" href="/events">events</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/blog">blog</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/sponsor">sponsor</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/speaking">speaking</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/organizing">organizing</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/about">about</a></li></ul>
</div>
</nav>
<nav class="navbar event-navigation navbar-expand-md navbar-light">
<a href="/events/2018-atlanta" class="nav-link">Atlanta</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar2">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbar2">
<ul class="navbar-nav"><li class="nav-item active">
<a class="nav-link" href="/events/2018-atlanta/location">location</a>
</li><li class="nav-item active">
<a class="nav-link" href="https://devopsdaysatl2018.eventbrite.com">registration</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2018-atlanta/program">program</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2018-atlanta/speakers">speakers</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2018-atlanta/sponsor">sponsor</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2018-atlanta/contact">contact</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2018-atlanta/conduct">conduct</a>
</li></ul>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-md-12"><div class = "row">
<div class = "col-md-12 offset-md-1">
<h2 class="speaker-page">David Cameron</h2>
</div>
</div>
<div class = "row">
<div class = "col-md-4 offset-md-1">
<span class="speaker-page content-text">
<p>These days I’m a software engineer working in the .Net stack with SQL Server. Getting to where I am today has involved degrees, late nights, and a wonky mix of good and bad ideas, jobs, dates, and mockups. When not sampling bourbons, scotches, and/or beers, I’m usually at a conference or meetup about development, agile practices, or board games. If you spot me wandering around, snare my attention and let’s exchange war stories. Have you been to DragonCon?</p>
</span>
<div class="speaker-bio-talks">
<h3>David Cameron at Atlanta 2018</h3>
<ul class="list-group">
<a href = "https://www.devopsdays.org/events/2018-atlanta/program/david-cameron/" class= "list-group-item list-group-item-action">Keyboard Shortcuts To Save The World</a>
</ul>
</div>
</div>
<div class = "col-md-3 offset-md-1"><img src = /img/speaker-default.jpg class="speaker-page" alt="David Cameron"/><br /><a href = "https://twitter.com/dvcameron"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i></a></div>
</div>
<div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Platinum Sponsors</h4></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.microsoft.com/"><img src = "/img/sponsors/microsoft.png" alt = "Microsoft" title = "Microsoft" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Gold Sponsors</h4></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://rigor.com/"><img src = "/img/sponsors/rigor.png" alt = "Rigor" title = "Rigor" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.instana.com"><img src = "/img/sponsors/instana-before-20200127.png" alt = "Instana" title = "Instana" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://chef.io"><img src = "/img/sponsors/chef.png" alt = "Chef Software, Inc" title = "Chef Software, Inc" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.appdynamics.com/"><img src = "/img/sponsors/appdynamics-before-20190121.png" alt = "AppDynamics" title = "AppDynamics" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.opsgenie.com"><img src = "/img/sponsors/opsgenie.png" alt = "OpsGenie" title = "OpsGenie" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.scalyr.com"><img src = "/img/sponsors/scalyr.png" alt = "Scalyr" title = "Scalyr" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.dellemc.com"><img src = "/img/sponsors/dellemc.png" alt = "Dell EMC" title = "Dell EMC" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://mesosphere.com/"><img src = "/img/sponsors/mesosphere.png" alt = "Mesosphere" title = "Mesosphere" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.launchdarkly.com/"><img src = "/img/sponsors/launch-darkly-before-20180423.png" alt = "launch-darkly" title = "launch-darkly" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.mailchimp.com"><img src = "/img/sponsors/mailchimp.png" alt = "Mailchimp" title = "Mailchimp" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Silver Sponsors</h4></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.sonatype.com/"><img src = "/img/sponsors/sonatype-before-20190121.png" alt = "Sonatype" title = "Sonatype" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://sjtechcorp.com/"><img src = "/img/sponsors/sjtechcorp.png" alt = "SJ Technologies, Inc." title = "SJ Technologies, Inc." class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.macstadium.com"><img src = "/img/sponsors/macstadium.png" alt = "macstadium" title = "macstadium" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.suntrust.com"><img src = "/img/sponsors/suntrust.png" alt = "suntrust" title = "suntrust" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Bronze Sponsors</h4></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://goo.gl/XW2TCn"><img src = "/img/sponsors/experitest.png" alt = "experitest" title = "experitest" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.countryfinancial.com"><img src = "/img/sponsors/countryfinancial.png" alt = "Country Financial" title = "Country Financial" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Community Sponsors</h4></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.arresteddevops.com"><img src = "/img/sponsors/arresteddevops.png" alt = "Arrested DevOps" title = "Arrested DevOps" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.devops.com/"><img src = "/img/sponsors/devopsdotcom.png" alt = "2017-devopsdotcom" title = "2017-devopsdotcom" class="img-fluid"></a>
</div></div><br />
</div></div>
</div>
<nav class="navbar bottom navbar-light footer-nav-row" style="background-color: #bfbfc1;">
<div class = "row">
<div class = "col-md-12 footer-nav-background">
<div class = "row">
<div class = "col-md-6 col-lg-3 footer-nav-col">
<h3 class="footer-nav">@DEVOPSDAYS</h3>
<div>
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/devopsdays/lists/devopsdays" data-chrome="noheader" height="440"></a>
<script>
! function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + "://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
}(document, "script", "twitter-wjs");
</script>
</div>
</div>
<div class="col-md-6 col-lg-3 footer-nav-col footer-content">
<h3 class="footer-nav">BLOG</h3><a href = "https://www.devopsdays.org/blog/2019/05/10/10-years-of-devopsdays/"><h1 class = "footer-heading">10 years of devopsdays</h1></a><h2 class="footer-heading">by Kris Buytaert - 10 May, 2019</h2><p class="footer-content">It’s hard to believe but it is almost 10 years ago since #devopsdays happened for the first time in Gent. Back then there were almost 70 of us talking about topics that were of interest to both Operations and Development, we were exchanging our ideas and experiences `on how we were improving the quality of software delivery.
Our ideas got started on the crossroads of Open Source, Agile and early Cloud Adoption.</p><a href = "https://www.devopsdays.org/blog/"><h1 class = "footer-heading">Blogs</h1></a><h2 class="footer-heading">10 May, 2019</h2><p class="footer-content"></p><a href="https://www.devopsdays.org/blog/index.xml">Feed</a>
</div>
<div class="col-md-6 col-lg-3 footer-nav-col">
<h3 class="footer-nav">CFP OPEN</h3><a href = "/events/2019-campinas" class = "footer-content">Campinas</a><br /><a href = "/events/2019-macapa" class = "footer-content">Macapá</a><br /><a href = "/events/2019-shanghai" class = "footer-content">Shanghai</a><br /><a href = "/events/2019-recife" class = "footer-content">Recife</a><br /><a href = "/events/2020-charlotte" class = "footer-content">Charlotte</a><br /><a href = "/events/2020-prague" class = "footer-content">Prague</a><br /><a href = "/events/2020-tokyo" class = "footer-content">Tokyo</a><br /><a href = "/events/2020-salt-lake-city" class = "footer-content">Salt Lake City</a><br />
<br />Propose a talk at an event near you!<br />
</div>
<div class="col-md-6 col-lg-3 footer-nav-col">
<h3 class="footer-nav">About</h3>
devopsdays is a worldwide community conference series for anyone interested in IT improvement.<br /><br />
<a href="/about/" class = "footer-content">About devopsdays</a><br />
<a href="/privacy/" class = "footer-content">Privacy Policy</a><br />
<a href="/conduct/" class = "footer-content">Code of Conduct</a>
<br />
<br />
<a href="https://www.netlify.com">
<img src="/img/netlify-light.png" alt="Deploys by Netlify">
</a>
</div>
</div>
</div>
</div>
</nav>
<script>
$(document).ready(function () {
$("#share").jsSocials({
shares: ["email", {share: "twitter", via: 'devopsdaysATL'}, "facebook", "linkedin"],
text: 'devopsdays Atlanta - 2018',
showLabel: false,
showCount: false
});
});
</script>
</body>
</html>
| gomex/devopsdays-web | static/events/2018-atlanta/speakers/david-cameron/index.html | HTML | apache-2.0 | 17,721 |
<ion-header>
<ion-navbar>
<ion-title>Inputs</ion-title>
</ion-navbar>
</ion-header>
<ion-content>
<form (submit)="processForm()" [ngFormModel]="form">
<ion-list>
<ion-item>
<ion-input ngControl="firstName" type="text" placeholder="First Name"></ion-input>
</ion-item>
<ion-item>
<ion-input ngControl="lastName" type="text" placeholder="Last Name"></ion-input>
</ion-item>
</ion-list>
<div padding>
<button block type="submit">Create Account</button>
</div>
</form>
</ion-content>
| forsrc/MyStudy | src/main/webapp/MyStudy/www/web/ionic/build/pages/inputs/basic/template.html | HTML | apache-2.0 | 561 |
<p translate>
To view source code, hover over a section, then click the <a class="btn btn-primary btn-xs"><span class="fa fa-code"></span></a> button in the top right of that section.
</p>
<div class="row">
<div class="col-lg-3 col-md-1 col-sm-4">
<div class="list-group">
<a translate class="list-group-item" href="#navbar" target="_self">Navbar</a>
<a translate class="list-group-item" href="#buttons" target="_self">Buttons</a>
<a translate class="list-group-item" href="#typography" target="_self">Typography</a>
<a translate class="list-group-item" href="#tables" target="_self">Tables</a>
<a translate class="list-group-item" href="#forms" target="_self">Forms</a>
<a translate class="list-group-item" href="#navs" target="_self">Navs</a>
<a translate class="list-group-item" href="#indicators" target="_self">Indicators</a>
<a translate class="list-group-item" href="#charts" target="_self">Charts</a>
<a translate class="list-group-item" href="#progress-bars" target="_self">Progress bars</a>
<a translate class="list-group-item" href="#containers" target="_self">Containers</a>
<a translate class="list-group-item" href="#dialogs" target="_self">Dialogs</a>
</div>
</div>
</div>
<!-- Navbar -->
<div class="bs-docs-section clearfix">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 translate id="navbar">Navbar</h1>
</div>
<div class="bs-component">
<div class="navbar navbar-default">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a translate class="navbar-brand" href="#">Brand</a>
</div>
<div class="navbar-collapse collapse navbar-responsive-collapse">
<ul class="nav navbar-nav">
<li class="active"><a translate href="#">Active</a></li>
<li><a translate href="#">Link</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{$ 'Dropdown' | translate $} <b class="fa fa-caret-down"></b></a>
<ul class="dropdown-menu">
<li><a translate href="#">Action</a></li>
<li><a translate href="#">Another action</a></li>
<li><a translate href="#">Something else here</a></li>
<li class="divider"></li>
<li translate class="dropdown-header">Dropdown header</li>
<li><a translate href="#">Separated link</a></li>
<li><a translate href="#">One more separated link</a></li>
</ul>
</li>
</ul>
<form class="navbar-form navbar-left">
<input type="text" class="form-control col-lg-8" placeholder="{$ 'Search' | translate $}">
</form>
<ul class="nav navbar-nav navbar-right">
<li><a translate href="#">Link</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{$ 'Dropdown' | translate $} <b class="fa fa-caret-down"></b></a>
<ul class="dropdown-menu">
<li><a translate href="#">Action</a></li>
<li><a translate href="#">Another action</a></li>
<li><a translate href="#">Something else here</a></li>
<li class="divider"></li>
<li><a translate href="#">Separated link</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="bs-component">
<div class="navbar navbar-inverse">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-inverse-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a translate class="navbar-brand" href="#">Brand</a>
</div>
<div class="navbar-collapse collapse navbar-inverse-collapse">
<ul class="nav navbar-nav">
<li class="active"><a translate href="#">Active</a></li>
<li><a translate href="#">Link</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{$ 'Dropdown' | translate $} <b class="fa fa-caret-down"></b></a>
<ul class="dropdown-menu">
<li><a translate href="#">Action</a></li>
<li><a translate href="#">Another action</a></li>
<li><a translate href="#">Something else here</a></li>
<li class="divider"></li>
<li translate class="dropdown-header">Dropdown header</li>
<li><a translate href="#">Separated link</a></li>
<li><a translate href="#">One more separated link</a></li>
</ul>
</li>
</ul>
<form class="navbar-form navbar-left">
<input type="text" class="form-control col-lg-8" placeholder="{$ 'Search' | translate $}">
</form>
<ul class="nav navbar-nav navbar-right">
<li><a translate href="#">Link</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{$ 'Dropdown' | translate $} <b class="fa fa-caret-down"></b></a>
<ul class="dropdown-menu">
<li><a translate href="#">Action</a></li>
<li><a translate href="#">Another action</a></li>
<li><a translate href="#">Something else here</a></li>
<li class="divider"></li>
<li><a translate href="#">Separated link</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div><!-- /example -->
</div>
</div>
</div>
<!-- Buttons -->
<div class="bs-docs-section">
<div class="page-header">
<div class="row">
<div class="col-lg-12">
<h1 translate id="buttons">Buttons</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<p class="bs-component">
<button translate type="button" class="btn btn-default">Default</button>
<button translate type="button" class="btn btn-primary">Primary</button>
<button translate type="button" class="btn btn-success">Success</button>
<button translate type="button" class="btn btn-info">Info</button>
<button translate type="button" class="btn btn-warning">Warning</button>
<button translate type="button" class="btn btn-danger">Danger</button>
<button translate type="button" class="btn btn-link">Link</button>
</p>
<p class="bs-component">
<button translate type="button" class="btn btn-default disabled">Default</button>
<button translate type="button" class="btn btn-primary disabled">Primary</button>
<button translate type="button" class="btn btn-success disabled">Success</button>
<button translate type="button" class="btn btn-info disabled">Info</button>
<button translate type="button" class="btn btn-warning disabled">Warning</button>
<button translate type="button" class="btn btn-danger disabled">Danger</button>
<button translate type="button" class="btn btn-link disabled">Link</button>
</p>
<div class="bs-container">
<div class="btn-toolbar bs-component">
<div class="btn-group">
<button translate type="button" class="btn btn-default">Default</button>
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"><span class="fa fa-caret-down"></span></button>
<ul class="dropdown-menu">
<li><a translate href="#">Action</a></li>
<li><a translate href="#">Another action</a></li>
<li><a translate href="#">Something else here</a></li>
<li class="divider"></li>
<li><a translate href="#">Separated link</a></li>
</ul>
</div>
<div class="btn-group">
<button translate type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown"><span class="fa fa-caret-down"></span></button>
<ul class="dropdown-menu">
<li><a translate href="#">Action</a></li>
<li><a translate href="#">Another action</a></li>
<li><a translate href="#">Something else here</a></li>
<li class="divider"></li>
<li><a translate href="#">Separated link</a></li>
</ul>
</div>
<div class="btn-group">
<button translate type="button" class="btn btn-success">Success</button>
<button type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown"><span class="fa fa-caret-down"></span></button>
<ul class="dropdown-menu">
<li><a translate href="#">Action</a></li>
<li><a translate href="#">Another action</a></li>
<li><a translate href="#">Something else here</a></li>
<li class="divider"></li>
<li><a translate href="#">Separated link</a></li>
</ul>
</div>
<div class="btn-group">
<button translate type="button" class="btn btn-info">Info</button>
<button type="button" class="btn btn-info dropdown-toggle" data-toggle="dropdown"><span class="fa fa-caret-down"></span></button>
<ul class="dropdown-menu">
<li><a translate href="#">Action</a></li>
<li><a translate href="#">Another action</a></li>
<li><a translate href="#">Something else here</a></li>
<li class="divider"></li>
<li><a translate href="#">Separated link</a></li>
</ul>
</div>
<div class="btn-group">
<button translate type="button" class="btn btn-warning">Warning</button>
<button type="button" class="btn btn-warning dropdown-toggle" data-toggle="dropdown"><span class="fa fa-caret-down"></span></button>
<ul class="dropdown-menu">
<li><a translate href="#">Action</a></li>
<li><a translate href="#">Another action</a></li>
<li><a translate href="#">Something else here</a></li>
<li class="divider"></li>
<li><a translate href="#">Separated link</a></li>
</ul>
</div>
</div>
</div>
<div class="bs-container">
<div class="btn-toolbar bs-component">
<div class="btn-group">
<button translate type="button" class="btn btn-lg btn-default">Default</button>
<button type="button" class="btn btn-lg btn-default dropdown-toggle" data-toggle="dropdown"><span class="fa fa-caret-down"></span></button>
<ul class="dropdown-menu">
<li><a translate href="#">Action</a></li>
<li><a translate href="#">Another action</a></li>
<li><a translate href="#">Something else here</a></li>
<li class="divider"></li>
<li><a translate href="#">Separated link</a></li>
</ul>
</div>
<div class="btn-group">
<button translate type="button" class="btn btn-sm btn-default">Default</button>
<button type="button" class="btn btn-sm btn-default dropdown-toggle" data-toggle="dropdown"><span class="fa fa-caret-down"></span></button>
<ul class="dropdown-menu">
<li><a translate href="#">Action</a></li>
<li><a translate href="#">Another action</a></li>
<li><a translate href="#">Something else here</a></li>
<li class="divider"></li>
<li><a translate href="#">Separated link</a></li>
</ul>
</div>
<div class="btn-group">
<button translate type="button" class="btn btn-xs btn-default">Default</button>
<button type="button" class="btn btn-xs btn-default dropdown-toggle" data-toggle="dropdown"><span class="fa fa-caret-down"></span></button>
<ul class="dropdown-menu">
<li><a translate href="#">Action</a></li>
<li><a translate href="#">Another action</a></li>
<li><a translate href="#">Something else here</a></li>
<li class="divider"></li>
<li><a translate href="#">Separated link</a></li>
</ul>
</div>
</div>
</div>
<p class="bs-component">
<button translate type="button" class="btn btn-primary btn-lg">Large button</button>
<button translate type="button" class="btn btn-primary">Default button</button>
<button translate type="button" class="btn btn-primary btn-sm">Small button</button>
<button translate type="button" class="btn btn-primary btn-xs">Mini button</button>
</p>
</div>
<div class="col-lg-6">
<p class="bs-component">
<button translate type="button" class="btn btn-default btn-lg btn-block">Block level button</button>
</p>
<div class="bs-component bs-container">
<div class="btn-group btn-group-justified">
<a translate href="#" class="btn btn-default">Left</a>
<a translate href="#" class="btn btn-default">Middle</a>
<a translate href="#" class="btn btn-default">Right</a>
</div>
</div>
<div class="bs-component bs-container">
<div class="btn-toolbar">
<div class="btn-group">
<button translate type="button" class="btn btn-default">1</button>
<button translate type="button" class="btn btn-default">2</button>
<button translate type="button" class="btn btn-default">3</button>
<button translate type="button" class="btn btn-default">4</button>
</div>
<div class="btn-group">
<button translate type="button" class="btn btn-default">5</button>
<div class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
{$ 'Dropdown' | translate $}
<span class="fa fa-caret-down"></span>
</button>
<ul class="dropdown-menu">
<li><a translate href="#">Dropdown link</a></li>
<li><a translate href="#">Dropdown link</a></li>
<li><a translate href="#">Dropdown link</a></li>
</ul>
</div>
</div>
<div class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
{$ 'Actions' | translate $}
<span class="fa fa-caret-down"></span>
</button>
<ul class="dropdown-menu">
<li>
<a class="btn btn-default" translate href="#">Default Anchor</a>
</li>
<li>
<button class="btn btn-default" translate href="#">Default Button</button>
</li>
<li>
<a class="btn btn-primary" translate href="#">Primary Anchor</a>
</li>
<li>
<button class="btn btn-primary" translate href="#">Primary Button</button>
</li>
<li>
<a class="btn btn-info" translate href="#">Info Anchor</a>
</li>
<li>
<button class="btn btn-info" translate href="#">Info Button</button>
</li>
<li>
<a class="btn btn-warning" translate href="#">Warning Anchor</a>
</li>
<li>
<button class="btn btn-warning" translate href="#">Warning Button</button>
</li>
<li>
<a class="btn btn-danger" translate href="#">Danger Anchor</a>
</li>
<li>
<button class="btn btn-danger" translate href="#">Danger Button</button>
</li>
</ul>
</div>
</div>
</div>
<div class="bs-component">
<div class="btn-group-vertical">
<button translate type="button" class="btn btn-default">Button</button>
<button translate type="button" class="btn btn-default">Button</button>
<button translate type="button" class="btn btn-default">Button</button>
<button translate type="button" class="btn btn-default">Button</button>
</div>
</div>
</div>
</div>
</div>
<!-- Typography -->
<div class="bs-docs-section">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 translate id="typography">Typography</h1>
</div>
</div>
</div>
<!-- Headings -->
<div class="row">
<div class="col-lg-4">
<div class="bs-component">
<h1 translate>Heading 1</h1>
<h2 translate>Heading 2</h2>
<h3 translate>Heading 3</h3>
<h4 translate>Heading 4</h4>
<h5 translate>Heading 5</h5>
<h6 translate>Heading 6</h6>
<p class="lead">Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.</p>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<h2 translate>Example body text</h2>
<p>Maecenas faucibus mollis interdum. Fusce dapibus, <a href="#">tellus ac cursus</a> commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
<p translate><small>This line of text is meant to be treated as fine print.</small></p>
<p translate>The following snippet of text is <strong>rendered as bold text</strong>.</p>
<p translate>The following snippet of text is <em>rendered as italicized text</em>.</p>
<p translate>An abbreviation of the word attribute is <abbr title="attribute">attr</abbr>.</p>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<h2 translate>Emphasis classes</h2>
<p class="text-muted">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p>
<p class="text-primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<p class="text-warning">Etiam porta sem malesuada magna mollis euismod.</p>
<p class="text-danger">Donec ullamcorper nulla non metus auctor fringilla.</p>
<p class="text-success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p>
<p class="text-info">Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
</div>
</div>
</div>
<!-- Blockquotes -->
<div class="row">
<div class="col-lg-12">
<h2 translate id="typography-blockquotes">Blockquotes</h2>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="bs-component">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<small>{$ 'Someone famous in' | translate $}<cite title="Source Title" translate>Source Title</cite></small>
</blockquote>
</div>
</div>
<div class="col-lg-6">
<div class="bs-component">
<blockquote class="pull-right">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<small>{$ 'Someone famous in' | translate $}<cite title="Source Title" translate>Source Title</cite></small>
</blockquote>
</div>
</div>
</div>
</div>
<!-- Tables -->
<div class="bs-docs-section">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 translate id="tables">Tables</h1>
</div>
<h2 translate id="tables-standard">Standard Table</h2>
<div class="bs-component">
<table class="table table-striped table-hover">
<thead>
<tr>
<th translate>#</th>
<th translate>Column heading</th>
<th translate>Column heading</th>
<th translate>Column heading</th>
</tr>
</thead>
<tbody>
<tr>
<td translate>1</td>
<td translate>Column content</td>
<td translate>Column content</td>
<td translate>Column content</td>
</tr>
<tr>
<td translate>2</td>
<td translate>Column content</td>
<td translate>Column content</td>
<td translate>Column content</td>
</tr>
<tr class="info">
<td translate>3</td>
<td translate>Column content</td>
<td translate>Column content</td>
<td translate>Column content</td>
</tr>
<tr class="success">
<td translate>4</td>
<td translate>Column content</td>
<td translate>Column content</td>
<td translate>Column content</td>
</tr>
<tr class="danger">
<td translate>5</td>
<td translate>Column content</td>
<td translate>Column content</td>
<td translate>Column content</td>
</tr>
<tr class="warning">
<td translate>6</td>
<td translate>Column content</td>
<td translate>Column content</td>
<td translate>Column content</td>
</tr>
<tr class="active">
<td translate>7</td>
<td translate>Column content</td>
<td translate>Column content</td>
<td translate>Column content</td>
</tr>
</tbody>
</table>
</div><!-- /example -->
<h2 translate id="tables-bordered">Bordered Table</h2>
<div class="bs-component">
<table class="table table-striped table-hover table-bordered">
<thead>
<tr>
<th translate>#</th>
<th translate>Column heading</th>
<th translate>Column heading</th>
<th translate>Column heading</th>
</tr>
</thead>
<tbody>
<tr>
<td translate>1</td>
<td translate>Column content</td>
<td translate>Column content</td>
<td translate>Column content</td>
</tr>
<tr>
<td translate>2</td>
<td translate>Column content</td>
<td translate>Column content</td>
<td translate>Column content</td>
</tr>
</tbody>
</table>
</div><!-- /example -->
</div>
</div>
</div>
<!-- Forms -->
<div class="bs-docs-section">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 translate id="forms">Forms</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="well bs-component">
<form class="form-horizontal">
<fieldset>
<legend translate>Legend</legend>
<div class="form-group">
<label translate for="inputEmail" class="col-lg-2 control-label">Email</label>
<div class="col-lg-10">
<input type="email" class="form-control" id="inputEmail" placeholder="{$ 'Email' | translate $}">
</div>
</div>
<div class="form-group">
<label translate for="inputPassword" class="col-lg-2 control-label">Password</label>
<div class="col-lg-10">
<input type="password" class="form-control" id="inputPassword" placeholder="{$ 'Password' | translate $}">
<div class="checkbox">
<label>
<input type="checkbox"> {$ 'Checkbox' | translate $}
</label>
</div>
<div class="themable-checkbox">
<input type="checkbox" id="themable-checkbox">
<label for="themable-checkbox" translate>Checkbox</label>
</div>
</div>
</div>
<div class="form-group">
<label translate for="textArea" class="col-lg-2 control-label">Textarea</label>
<div class="col-lg-10">
<textarea class="form-control" rows="3" id="textArea"></textarea>
<span translate class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
</div>
</div>
<div class="form-group">
<label translate class="col-lg-2 control-label">Radios</label>
<div class="col-lg-10">
<div class="radio">
<label>
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked="">
{$ 'Option one is this' | translate $}
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
{$ 'Option two can be something else' | translate $}
</label>
</div>
</div>
</div>
<div class="form-group">
<label translate for="select" class="col-lg-2 control-label">Selects</label>
<div class="col-lg-10">
<select class="form-control" id="select">
<option translate>1</option>
<option translate>2</option>
<option translate>3</option>
<option translate>4</option>
<option translate>5</option>
</select>
<br>
<select multiple="" class="form-control">
<option translate>1</option>
<option translate>2</option>
<option translate>3</option>
</select>
</div>
</div>
<div class="form-group">
<div class="col-lg-4 col-lg-offset-2">
<button translate class="btn btn-default">Cancel</button>
<button translate type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</fieldset>
</form>
</div>
<div class="well bs-component">
<form class="form-horizontal">
<fieldset>
<legend translate>Other Input Types</legend>
<div class="form-group">
<label translate class="col-lg-2 control-label" for="datetime-localInput">Datetime</label>
<div class="col-lg-10">
<input type="datetime-local" class="form-control" id="datetime-localInput">
</div>
</div>
<div class="form-group">
<label translate class="col-lg-2 control-label" for="dateInput">Date</label>
<div class="col-lg-4">
<input type="date" class="form-control" id="dateInput">
</div>
<label translate class="col-lg-2 control-label" for="monthInput">Month</label>
<div class="col-lg-4">
<input type="month" class="form-control" id="monthInput">
</div>
</div>
<div class="form-group">
<label translate class="col-lg-2 control-label" for="timeInput">Time</label>
<div class="col-lg-4">
<input type="time" class="form-control" id="timeInput">
</div>
<label translate class="col-lg-2 control-label" for="weekInput">Week</label>
<div class="col-lg-4">
<input type="week" class="form-control" id="weekInput">
</div>
</div>
<div class="form-group">
<label translate class="col-lg-2 control-label" for="numberInput">Number</label>
<div class="col-lg-4">
<input type="number" class="form-control" id="numberInput">
</div>
<label translate class="col-lg-2 control-label" for="emailInput">Email</label>
<div class="col-lg-4">
<input type="email" class="form-control" id="emailInput">
</div>
</div>
<div class="form-group">
<label translate class="col-lg-2 control-label" for="urlInput">Url</label>
<div class="col-lg-4">
<input type="url" class="form-control" id="Input">
</div>
<label translate class="col-lg-2 control-label" for="searchInput">Search</label>
<div class="col-lg-4">
<input type="search" class="form-control" id="searchInput">
</div>
</div>
<div class="form-group">
<label translate class="col-lg-2 control-label" for="telInput">Tel</label>
<div class="col-lg-4">
<input type="tel" class="form-control" id="telInput">
</div>
<label translate class="col-lg-2 control-label" for="colorInput">Color</label>
<div class="col-lg-4">
<input type="color" class="form-control" id="colorInput">
</div>
</div>
</fieldset>
</form>
</div>
</div>
<div class="col-lg-4 col-lg-offset-1">
<form class="bs-component">
<h3 translate>Input States</h3>
<div class="form-group">
<label translate class="control-label" for="focusedInput">Focused input</label>
<input class="form-control" id="focusedInput" type="text" value="{$ 'This is focused...' | translate $}">
</div>
<div class="form-group">
<label translate class="control-label" for="disabledInput">Disabled input</label>
<input class="form-control" id="disabledInput" type="text" placeholder="{$ 'Disabled input here...' | translate $}" disabled="">
</div>
<div class="form-group has-warning">
<label translate class="control-label" for="inputWarning">Input warning</label>
<input type="text" class="form-control" id="inputWarning">
</div>
<div class="form-group has-error">
<label translate class="control-label" for="inputError">Input error</label>
<input type="text" class="form-control" id="inputError">
</div>
<div class="form-group has-success">
<label translate class="control-label" for="inputSuccess">Input success</label>
<input type="text" class="form-control" id="inputSuccess">
</div>
<h3 translate>Input Sizes</h3>
<div class="form-group">
<label translate class="control-label" for="inputLarge">Large input</label>
<input class="form-control input-lg" type="text" id="inputLarge">
</div>
<div class="form-group">
<label translate class="control-label" for="inputDefault">Default input</label>
<input type="text" class="form-control" id="inputDefault">
</div>
<div class="form-group">
<label translate class="control-label" for="inputSmall">Small input</label>
<input class="form-control input-sm" type="text" id="inputSmall">
</div>
<div class="form-group">
<label translate class="control-label">Input addons</label>
<div class="input-group">
<span class="input-group-addon">$</span>
<input type="text" class="form-control">
<span class="input-group-btn">
<button translate class="btn btn-default" type="button">Button</button>
</span>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- Navs -->
<div class="bs-docs-section">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 translate id="navs">Navs</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<h2 translate id="navs-tabs">Tabs</h2>
<div class="bs-component">
<ul class="nav nav-tabs">
<li class="active"><a translate href="#home" data-toggle="tab">Home</a></li>
<li><a translate href="#profile" data-toggle="tab">Profile</a></li>
<li class="disabled"><a translate>Disabled</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
{$ 'Dropdown' | translate $} <span class="fa fa-caret-down"></span>
</a>
<ul class="dropdown-menu">
<li><a translate href="#dropdown1" data-toggle="tab">Action</a></li>
<li class="divider"></li>
<li><a translate href="#dropdown2" data-toggle="tab">Another action</a></li>
</ul>
</li>
</ul>
<div id="myTabContent" class="tab-content">
<div class="tab-pane fade active in" id="home">
<p>Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Nullam id dolor id nibh ultricies vehicula ut id elit. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.</p>
</div>
<div class="tab-pane fade" id="profile">
<p>Curabitur blandit tempus porttitor. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Maecenas faucibus mollis interdum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis.</p>
</div>
<div class="tab-pane fade" id="dropdown1">
<p>Sed posuere consectetur est at lobortis. Donec ullamcorper nulla non metus auctor fringilla. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Etiam porta sem malesuada magna mollis euismod.</p>
</div>
<div class="tab-pane fade" id="dropdown2">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id elit non mi porta gravida at eget metus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Maecenas sed diam eget risus varius blandit sit amet non magna. Sed posuere consectetur est at lobortis.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<h2 translate id="navs-pills">Pills</h2>
<div class="bs-component">
<ul class="nav nav-pills">
<li class="active"><a translate href="#">Home</a></li>
<li><a translate href="#">Profile</a></li>
<li class="disabled"><a translate href="#">Disabled</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
{$ 'Dropdown' | translate $} <span class="fa fa-caret-down"></span>
</a>
<ul class="dropdown-menu">
<li><a translate href="#">Action</a></li>
<li><a translate href="#">Another action</a></li>
<li><a translate href="#">Something else here</a></li>
<li class="divider"></li>
<li><a translate href="#">Separated link</a></li>
</ul>
</li>
</ul>
</div>
<br>
<div class="bs-component">
<ul class="nav nav-pills nav-stacked">
<li class="active"><a translate href="#">Home</a></li>
<li><a translate href="#">Profile</a></li>
<li class="disabled"><a translate href="#">Disabled</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
{$ 'Dropdown' | translate $} <span class="fa fa-caret-down"></span>
</a>
<ul class="dropdown-menu">
<li><a translate href="#">Action</a></li>
<li><a translate href="#">Another action</a></li>
<li><a translate href="#">Something else here</a></li>
<li class="divider"></li>
<li><a translate href="#">Separated link</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="col-lg-4">
<h2 translate id="navs-breadcrumbs">Breadcrumbs</h2>
<div class="bs-component">
<ul class="breadcrumb">
<li translate class="active">Home</li>
</ul>
<ul class="breadcrumb">
<li><a translate href="#">Home</a></li>
<li translate class="active">Library</li>
</ul>
<ul class="breadcrumb">
<li><a translate href="#">Home</a></li>
<li><a translate href="#">Library</a></li>
<li translate class="active">Data</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<h2 translate id="pagination">Pagination</h2>
<div class="bs-component">
<ul class="pagination">
<li class="disabled"><a href="#">«</a></li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#">»</a></li>
</ul>
<ul class="pagination pagination-lg">
<li class="disabled"><a href="#">«</a></li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">»</a></li>
</ul>
<ul class="pagination pagination-sm">
<li class="disabled"><a href="#">«</a></li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#">»</a></li>
</ul>
</div>
</div>
<div class="col-lg-4">
<h2 translate id="pager">Pager</h2>
<div class="bs-component">
<ul class="pager">
<li><a translate href="#">Previous</a></li>
<li><a translate href="#">Next</a></li>
</ul>
<ul class="pager">
<li class="previous disabled"><a href="#">← {$ 'Older' | translate $}</a></li>
<li class="next"><a href="#">{$ 'Newer' | translate $} →</a></li>
</ul>
</div>
</div>
<div class="col-lg-4">
</div>
</div>
</div>
<!-- Indicators
================================================== -->
<div class="bs-docs-section">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 translate id="indicators">Indicators</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2 translate>Alerts</h2>
<div class="bs-component">
<div class="alert alert-dismissable alert-warning">
<button type="button" class="close" data-dismiss="alert">×</button>
<h4 translate>Warning!</h4>
<p>Somethings not quite right. Maecenas sed diam eget risus <a href="#" class="alert-link">varius blandit sit amet non magna</a>!</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="bs-component">
<div translate class="alert alert-dismissable alert-danger">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>Oh snap!</strong>
<a href="#" class="alert-link">Change a few things up</a>
and try submitting again.
</div>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<div translate class="alert alert-dismissable alert-success">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>Well done!</strong>
You successfully read
<a href="#" class="alert-link">this important alert message</a>.
</div>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<div translate class="alert alert-dismissable alert-info">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>Heads up!</strong>
This
<a href="#" class="alert-link">alert needs your attention</a>,
but it's not super important.
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<h2>Labels</h2>
<div class="bs-component bs-container">
<span translate class="label label-default">Default</span>
<span translate class="label label-primary">Primary</span>
<span translate class="label label-success">Success</span>
<span translate class="label label-warning">Warning</span>
<span translate class="label label-danger">Danger</span>
<span translate class="label label-info">Info</span>
</div>
</div>
<div class="col-lg-4">
<h2 translate>Badges</h2>
<div class="bs-component">
<ul class="nav nav-pills">
<li class="active"><a href="#">{$ 'Home' | translate $} <span class="badge">42</span></a></li>
<li><a href="#">{$ 'Profile' | translate $} <span class="badge"></span></a></li>
<li><a href="#">{$ 'Messages' | translate $} <span class="badge">3</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Charts
================================================== -->
<div class="bs-docs-section">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 translate id="charts">Charts</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2 translate>Usage Charts</h2>
<div class="bs-component">
<div class="col-md-1 pie-chart-usage"
data-used="25 100 100"></div>
<div class="col-md-1 pie-chart-usage"
data-used="95 100 100"></div>
<div class="col-md-1 pie-chart-usage"
data-used="100 100 100"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2 translate>Distribution Charts</h2>
<div class="bs-component">
<div class="col-md-2 pie-chart-distribution"
data-used="Foo=1|Bar=2|Baz=3"></div>
<div class="col-md-2 pie-chart-distribution chart-danger"
data-used="Foo=5|Bar=3|Baz=4|Blah=1"></div>
<div class="col-md-2 pie-chart-distribution chart-info"
data-used="Foo=3|Bar=4|Baz=5|Blah=2"></div>
<div class="col-md-2 pie-chart-distribution chart-success"
data-used="Foo=4|Bar=5"></div>
<div class="col-md-2 pie-chart-distribution chart-warning"
data-used="Foo=5|Bar=1|Baz=2|Blah=4|Something=2">
</div>
</div>
</div>
</div>
</div>
<!-- Progress bars
================================================== -->
<div class="bs-docs-section">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 translate id="progress-bars">Progress bars</h1>
</div>
<h3 translate id="progress-basic">Basic</h3>
<div class="bs-component">
<div class="progress">
<div class="progress-bar" style="width: 60%;"></div>
</div>
</div>
<h3 translate id="progress-alternatives">Contextual alternatives</h3>
<div class="bs-component">
<div class="progress">
<div class="progress-bar progress-bar-info" style="width: 20%"></div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-success" style="width: 40%"></div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-warning" style="width: 60%"></div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-danger" style="width: 80%"></div>
</div>
</div>
<h3 translate id="progress-striped">Striped</h3>
<div class="bs-component">
<div class="progress progress-striped">
<div class="progress-bar progress-bar-info" style="width: 20%"></div>
</div>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-success" style="width: 40%"></div>
</div>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-warning" style="width: 60%"></div>
</div>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-danger" style="width: 80%"></div>
</div>
</div>
<h3 translate id="progress-animated">Animated</h3>
<div class="bs-component">
<div class="progress progress-striped active">
<div class="progress-bar" style="width: 45%"></div>
</div>
</div>
<h3 translate id="progress-stacked">Stacked</h3>
<div class="bs-component">
<div class="progress">
<div class="progress-bar progress-bar-success" style="width: 35%"></div>
<div class="progress-bar progress-bar-warning" style="width: 20%"></div>
<div class="progress-bar progress-bar-danger" style="width: 10%"></div>
</div>
</div>
</div>
</div>
</div>
<!-- Containers
================================================== -->
<div class="bs-docs-section">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 translate id="containers">Containers</h1>
</div>
<div class="bs-component">
<div class="jumbotron">
<h1 translate>Jumbotron</h1>
<p translate>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
<p><a translate class="btn btn-primary btn-lg">Learn more</a></p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2 translate>List groups</h2>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="bs-component">
<ul class="list-group">
<li class="list-group-item">
<span class="badge">14</span>
Cras justo odio
</li>
<li class="list-group-item">
<span class="badge">2</span>
Dapibus ac facilisis in
</li>
<li class="list-group-item">
<span class="badge">1</span>
Morbi leo risus
</li>
</ul>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<div class="list-group">
<a href="#" class="list-group-item active">
Cras justo odio
</a>
<a href="#" class="list-group-item">Dapibus ac facilisis in
</a>
<a href="#" class="list-group-item">Morbi leo risus
</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<div class="list-group">
<a href="#" class="list-group-item">
<h4 translate class="list-group-item-heading">List group item heading</h4>
<p class="list-group-item-text">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p>
</a>
<a href="#" class="list-group-item">
<h4 translate class="list-group-item-heading">List group item heading</h4>
<p class="list-group-item-text">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2 translate>Panels</h2>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="bs-component">
<div class="panel panel-default">
<div translate class="panel-body">Basic panel</div>
</div>
<div class="panel panel-default">
<div translate class="panel-heading">Panel heading</div>
<div translate class="panel-body">Panel content</div>
</div>
<div class="panel panel-default">
<div translate class="panel-body">Panel content</div>
<div translate class="panel-footer">Panel footer</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 translate class="panel-title">Panel primary</h3>
</div>
<div translate class="panel-body">Panel content</div>
</div>
<div class="panel panel-success">
<div class="panel-heading">
<h3 translate class="panel-title">Panel success</h3>
</div>
<div translate class="panel-body">Panel content</div>
</div>
<div class="panel panel-warning">
<div class="panel-heading">
<h3 translate class="panel-title">Panel warning</h3>
</div>
<div translate class="panel-body">Panel content</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<div class="panel panel-danger">
<div class="panel-heading">
<h3 translate class="panel-title">Panel danger</h3>
</div>
<div translate class="panel-body">Panel content</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
<h3 translate class="panel-title">Panel info</h3>
</div>
<div translate class="panel-body">Panel content</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2 translate>Wells</h2>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="bs-component">
<div translate class="well">
Look, I'm in a well!
</div>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<div translate class="well well-sm">
Look, I'm in a small well!
</div>
</div>
</div>
<div class="col-lg-4">
<div class="bs-component">
<div translate class="well well-lg">
Look, I'm in a large well!
</div>
</div>
</div>
</div>
</div>
<!-- Dialogs
================================================== -->
<div class="bs-docs-section">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1 translate id="dialogs">Dialogs</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<h2 translate>Modals</h2>
<div class="bs-component">
<div class="modal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 translate class="modal-title">Modal title</h4>
</div>
<div class="modal-body">
<p translate>One fine body…</p>
</div>
<div class="modal-footer">
<button translate type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button translate type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<h2 translate>Popovers</h2>
<div class="bs-component">
<button translate type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="left" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">Left</button>
<button translate type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="top" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">Top</button>
<button translate type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Vivam sagittis lacus vel augue laoreet rutrum faucibus.">Bottom</button>
<button translate type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="right" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">Right</button>
</div>
<h2 translate>Tooltips</h2>
<div class="bs-component">
<button translate type="button" class="btn btn-default" data-toggle="tooltip" data-placement="left" title="" data-original-title="Tooltip on left">Left</button>
<button translate type="button" class="btn btn-default" data-toggle="tooltip" data-placement="top" title="" data-original-title="Tooltip on top">Top</button>
<button translate type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="Tooltip on bottom">Bottom</button>
<button translate type="button" class="btn btn-default" data-toggle="tooltip" data-placement="right" title="" data-original-title="Tooltip on right">Right</button>
</div>
</div>
</div>
</div>
<div id="source-modal" class="modal fade">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 translate class="modal-title">Source Code</h4>
</div>
<div class="modal-body">
<pre></pre>
</div>
</div>
</div>
</div>
| bigswitch/horizon | openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.html | HTML | apache-2.0 | 54,830 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_51) on Fri Jul 19 02:58:57 EDT 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
Uses of Class org.apache.solr.search.SolrReturnFields (Solr 4.4.0 API)
</TITLE>
<META NAME="date" CONTENT="2013-07-19">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.search.SolrReturnFields (Solr 4.4.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/solr/search/SolrReturnFields.html" title="class in org.apache.solr.search"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/solr/search//class-useSolrReturnFields.html" target="_top"><B>FRAMES</B></A>
<A HREF="SolrReturnFields.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.solr.search.SolrReturnFields</B></H2>
</CENTER>
No usage of org.apache.solr.search.SolrReturnFields
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/solr/search/SolrReturnFields.html" title="class in org.apache.solr.search"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/solr/search//class-useSolrReturnFields.html" target="_top"><B>FRAMES</B></A>
<A HREF="SolrReturnFields.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</BODY>
</HTML>
| tenaciousjzh/titan-solr-cloud-test | solr-4.4.0/docs/solr-core/org/apache/solr/search/class-use/SolrReturnFields.html | HTML | apache-2.0 | 6,318 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title>ExtendedTableInfo.SetRange Method</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Doc-O-Matic" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="STYLESHEET" href="default.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script>
</head>
<body class="Element700" onload="onBodyLoadEx('frames.html', 'topic', 'Lightstreamer_DotNet_Client_ExtendedTableInfo_SetRange@int@int.html');" onmousedown="onBodyMouseDown();">
<!-- Begin Popups -->
<!-- End Popups -->
<!-- Begin Page Header -->
<div class="Element710" id="areafixed">
<div class="Element731">
<div class="Element730">
<a href="#" onclick="ToggleAllElements('506172616D6574657273,47726F7570,4C696E6B73', 'linkToggleAllElements', 'imgToggleAllElements', 'Collapse All', 'Expand All');"><img src="btn_collapse_2.gif" border="0" alt="" title="" id="imgToggleAllElements"></a><a href="#" id="linkToggleAllElements" onclick="ToggleAllElements('506172616D6574657273,47726F7570,4C696E6B73', 'linkToggleAllElements', 'imgToggleAllElements', 'Collapse All', 'Expand All');">Collapse All</a></div>
</div>
<div class="Element92">
<table width="100%" cellspacing="0" cellpadding="0">
<tr><td width="33%">
<div class="Element1">
Lightstreamer Windows Phone Client 1.0</div>
</td><td width="34%">
<div class="Element2">
<a href="contents.html" target="tocidx"><img src="btn_globals_contents_black.gif" border="0" alt="Contents" title="Contents" onmouseover="switchImage(this, 'btn_globals_contents_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_contents_black.gif');"></a><a href="idx.html" target="tocidx"><img src="btn_globals_index_black.gif" border="0" alt="Index" title="Index" onmouseover="switchImage(this, 'btn_globals_index_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_index_black.gif');"></a><a href="index.html" target="topic"><img src="btn_globals_home_black.gif" border="0" alt="Home" title="Home" onmouseover="switchImage(this, 'btn_globals_home_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_home_black.gif');"></a></div>
</td><td width="33%">
<div class="Element90">
<a href="Lightstreamer_DotNet_Client_ExtendedTableInfo_Clone.html" target="topic"><img src="btn_prev_black.gif" border="0" alt="Previous" title="Previous" onmouseover="switchImage(this, 'btn_prev_black_hover.gif');" onmouseout="switchImage(this, 'btn_prev_black.gif');"></a><a href="!!MEMBERTYPE_Methods_Lightstreamer_DotNet_Client_ExtendedTableInfo.html" target="topic"><img src="btn_up_black.gif" border="0" alt="Up" title="Up" onmouseover="switchImage(this, 'btn_up_black_hover.gif');" onmouseout="switchImage(this, 'btn_up_black.gif');"></a><a href="!!MEMBERTYPE_Properties_Lightstreamer_DotNet_Client_ExtendedTableInfo.html" target="topic"><img src="btn_next_black.gif" border="0" alt="Next" title="Next" onmouseover="switchImage(this, 'btn_next_black_hover.gif');" onmouseout="switchImage(this, 'btn_next_black.gif');"></a></div>
</td></tr></table><div class="Element5">
ExtendedTableInfo.SetRange Method</div>
<div class="Element7">
<a href="Lightstreamer_DotNet_Client_ExtendedTableInfo.html" target="topic">ExtendedTableInfo Class</a> <a href="!!MEMBEROVERVIEW_Lightstreamer_DotNet_Client_ExtendedTableInfo.html" target="topic">ExtendedTableInfo Members</a> <a href="Lightstreamer_DotNet_Client.html" target="topic">Lightstreamer.DotNet.Client Namespace</a> <a href="!!MEMBERTYPE_Methods_Lightstreamer_DotNet_Client_ExtendedTableInfo.html" target="topic">ExtendedTableInfo Methods</a></div>
</div>
</div>
<!-- End Page Header -->
<!-- Begin Client Area -->
<div class="Element720" id="areascroll">
<div class="Element721">
<!-- Begin Page Content -->
<div class="Element58">
<a name="53756D6D617279"></a><div class="Element11">
<div class="Element10">
<p class="Element10">
Inherited from <a href="Lightstreamer_DotNet_Client_SimpleTableInfo.html" target="topic">SimpleTableInfo</a>, but ignored in this case. Specifying a subrange of the specified <a href="Lightstreamer_DotNet_Client_ExtendedTableInfo_Group.html" target="topic">Group</a> of items to be requested is only meaningful when <a href="Lightstreamer_DotNet_Client_ExtendedTableInfo_Group.html" target="topic">Group</a> names must be used, so that an explicit specification for the needed subrange as a <a href="Lightstreamer_DotNet_Client_ExtendedTableInfo_Group.html" target="topic">Group</a> may not be available. </p></div>
</div>
<a name="432B2B"></a><div class="Element99">
C++</div>
<div class="Element101"><div class="Element100"><pre class="Element100"><strong><span style="color: #871F78">public</span></strong>: <strong><span style="color: #871F78">void</span></strong> <strong><span style="color: #660000">SetRange</span></strong>(<strong><span style="color: #871F78">int</span></strong> <strong><span style="color: #660000">start</span></strong>, <strong><span style="color: #871F78">int</span></strong> <strong><span style="color: #660000">end</span></strong>);</pre></div></div>
<a name="4323"></a><div class="Element99">
C#</div>
<div class="Element101"><div class="Element100"><pre class="Element100"><strong><span style="color: #871F78">public</span></strong> <strong><span style="color: #871F78">override</span></strong> <strong><span style="color: #871F78">void</span></strong> <strong><span style="color: #660000">SetRange</span></strong>(<strong><span style="color: #871F78">int</span></strong> <strong><span style="color: #660000">start</span></strong>, <strong><span style="color: #871F78">int</span></strong> <strong><span style="color: #660000">end</span></strong>);</pre></div></div>
<a name="56697375616C204261736963"></a><div class="Element99">
Visual Basic</div>
<div class="Element101"><div class="Element100"><pre class="Element100"><strong><span style="color: #871F78">Public</span></strong> override <strong><span style="color: #871F78">Function</span></strong> <strong><span style="color: #660000">SetRange</span></strong>(<strong><span style="color: #660000">start</span></strong> <strong><span style="color: #871F78">As</span></strong> <strong><span style="color: #871F78">Integer</span></strong>, <strong><span style="color: #660000"><strong><span style="color: #871F78">end</span></strong></strong> <strong><span style="color: #871F78">As</span></strong> <strong><span style="color: #871F78">Integer</span></strong>) <strong><span style="color: #871F78">As</span></strong> void</pre></div></div>
<a name="506172616D6574657273"></a><div class="Element14">
<a onclick="toggleVisibilityStored('506172616D6574657273');" class="a_Element14"><img src="btn_collapse_2.gif" border="0" alt="" title="" id="img506172616D6574657273">Parameters</a></div>
<div id="div506172616D6574657273">
<div class="Element11">
<div class="Element10">
<div class="Element252">
<div class="TableDiv">
<table cellspacing="0" class="Table1">
<tr>
<td class="Element240" valign="top" width="50%">
<div class="Element241">
Parameters </div></td><td class="Element244" valign="top" width="50%">
<div class="Element245">
Description </div></td></tr><tr>
<td class="Element242" valign="top" width="50%">
<div class="Element243">
int start </div></td><td class="Element246" valign="top" width="50%">
<div class="Element247">
ignored. </div></td></tr><tr>
<td class="Element242" valign="top" width="50%">
<div class="Element243">
int end </div></td><td class="Element246" valign="top" width="50%">
<div class="Element247">
ignored. </div></td></tr></table></div></div>
</div>
</div>
</div>
<a name="47726F7570"></a><div class="Element14">
<a onclick="toggleVisibilityStored('47726F7570');" class="a_Element14"><img src="btn_collapse_2.gif" border="0" alt="" title="" id="img47726F7570">Group</a></div>
<div id="div47726F7570">
<div class="Element11">
<div class="Element10">
<p class="Element10">
<a href="!!MEMBERTYPE_Methods_Lightstreamer_DotNet_Client_ExtendedTableInfo.html" target="topic">ExtendedTableInfo Methods</a></p></div>
</div>
</div>
<a name="4C696E6B73"></a><div class="Element14">
<a onclick="toggleVisibilityStored('4C696E6B73');" class="a_Element14"><img src="btn_collapse_2.gif" border="0" alt="" title="" id="img4C696E6B73">Links</a></div>
<div id="div4C696E6B73">
<div class="Element11">
<div class="Element10">
<a href="Lightstreamer_DotNet_Client_ExtendedTableInfo.html" target="topic">ExtendedTableInfo Class</a>, <a href="!!MEMBEROVERVIEW_Lightstreamer_DotNet_Client_ExtendedTableInfo.html" target="topic">ExtendedTableInfo Members</a>, <a href="Lightstreamer_DotNet_Client.html" target="topic">Lightstreamer.DotNet.Client Namespace</a>, <a href="!!MEMBERTYPE_Methods_Lightstreamer_DotNet_Client_ExtendedTableInfo.html" target="topic">ExtendedTableInfo Methods</a></div>
</div>
</div>
</div>
<!-- End Page Content -->
<!-- Begin Page Footer -->
<div class="Element93">
<table width="100%" cellspacing="0" cellpadding="0">
<tr><td width="100%">
<div class="Element3">
<a href="http://www.lightstreamer.com/" target="_blank">Copyright (C) 2004-2011 Weswit s.r.l.</a></div>
</td></tr><tr><td width="100%">
<div class="Element4">
<a href="contents.html" target="tocidx">Contents</a> | <a href="idx.html" target="tocidx">Index</a> | <a href="index.html" target="topic">Home</a></div>
</td></tr></table></div>
<!-- End Page Footer -->
</div>
</div>
<!-- End Client Area -->
</body></html> | cityindex-attic/CIAPI.CS | src/packages/Lightstreamer 4.2 Client/sdk_client_windows_phone/doc/API-reference/Lightstreamer_DotNet_Client_ExtendedTableInfo_SetRange@int@int.html | HTML | apache-2.0 | 9,521 |
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="html/html; charset=utf-8" />
<title>ElasticLoadBalancingCreateLoadBalancerPolicyResponse Class Reference</title>
<meta id="xcode-display" name="xcode-display" content="render"/>
<meta name="viewport" content="width=550" />
<link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" />
<link rel="stylesheet" type="text/css" media="print" href="../css/stylesPrint.css" />
<meta name="generator" content="appledoc 2.0.5 (build 789)" />
</head>
<body>
<header id="top_header">
<div id="library" class="hideInXcode">
<h1><a id="libraryTitle" href="../index.html">AWS SDK for iOS v1.4.3 </a></h1>
<a id="developerHome" href="../index.html">Amazon Web Services, Inc.</a>
</div>
<div id="title" role="banner">
<h1 class="hideInXcode">ElasticLoadBalancingCreateLoadBalancerPolicyResponse Class Reference</h1>
</div>
<ul id="headerButtons" role="toolbar">
<li id="toc_button">
<button aria-label="Show Table of Contents" role="checkbox" class="open" id="table_of_contents"><span class="disclosure"></span>Table of Contents</button>
</li>
<li id="jumpto_button" role="navigation">
<select id="jumpTo">
<option value="top">Jump To…</option>
<option value="overview">Overview</option>
<option value="tasks">Tasks</option>
<option value="instance_methods">Instance Methods</option>
<option value="//api/name/description"> - description</option>
<option value="//api/name/init"> - init</option>
<option value="//api/name/setException:"> - setException:</option>
</select>
</li>
</ul>
</header>
<nav id="tocContainer" class="isShowingTOC">
<ul id="toc" role="tree">
<li role="treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#overview">Overview</a></span></li>
<li role="treeitem" id="task_treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#tasks">Tasks</a></span><ul>
</ul></li>
<li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#instance_methods">Instance Methods</a></span><ul>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/description">description</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/init">init</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/setException:">setException:</a></span></li>
</ul></li>
</ul>
</nav>
<article>
<div id="contents" class="isShowingTOC" role="main">
<a title="ElasticLoadBalancingCreateLoadBalancerPolicyResponse Class Reference" name="top"></a>
<div class="main-navigation navigation-top">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="header">
<div class="section-header">
<h1 class="title title-header">ElasticLoadBalancingCreateLoadBalancerPolicyResponse Class Reference</h1>
</div>
</div>
<div id="container">
<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<td class="specification-title">Inherits from</td>
<td class="specification-value"><a href="../Classes/ElasticLoadBalancingResponse.html">ElasticLoadBalancingResponse</a> : <a href="../Classes/AmazonServiceResponse.html">AmazonServiceResponse</a> : NSObject</td>
</tr><tr>
<td class="specification-title">Declared in</td>
<td class="specification-value">ElasticLoadBalancingCreateLoadBalancerPolicyResponse.h</td>
</tr>
</tbody></table></div>
<div class="section section-overview">
<a title="Overview" name="overview"></a>
<h2 class="subtitle subtitle-overview">Overview</h2>
<p>Create Load Balancer Policy Result</p>
</div>
<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>
<h2 class="subtitle subtitle-tasks">Tasks</h2>
<ul class="task-list">
<li>
<span class="tooltip">
<code><a href="#//api/name/setException:">– setException:</a></code>
<span class="tooltip"><p>If an exception was thrown, this will return the exception.</p></span>
</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/init">– init</a></code>
<span class="tooltip"><p>Default constructor for a new object. Callers should use the
property methods to initialize this object after creating it.</p></span>
</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/description">– description</a></code>
<span class="tooltip"><p>Returns a string representation of this object; useful for testing and
debugging.</p></span>
</span>
</li>
</ul>
</div>
<div class="section section-methods">
<a title="Instance Methods" name="instance_methods"></a>
<h2 class="subtitle subtitle-methods">Instance Methods</h2>
<div class="section-method">
<a name="//api/name/description" title="description"></a>
<h3 class="subsubtitle method-title">description</h3>
<div class="method-subsection brief-description">
<p>Returns a string representation of this object; useful for testing and
debugging.</p>
</div>
<div class="method-subsection method-declaration"><code>- (NSString *)description</code></div>
<div class="method-subsection return">
<h4 class="method-subtitle parameter-title">Return Value</h4>
<p>A string representation of this object.</p>
</div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>Returns a string representation of this object; useful for testing and
debugging.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">ElasticLoadBalancingCreateLoadBalancerPolicyResponse.h</code><br />
</div>
</div>
<div class="section-method">
<a name="//api/name/init" title="init"></a>
<h3 class="subsubtitle method-title">init</h3>
<div class="method-subsection brief-description">
<p>Default constructor for a new object. Callers should use the
property methods to initialize this object after creating it.</p>
</div>
<div class="method-subsection method-declaration"><code>- (id)init</code></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>Default constructor for a new object. Callers should use the
property methods to initialize this object after creating it.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">ElasticLoadBalancingCreateLoadBalancerPolicyResponse.h</code><br />
</div>
</div>
<div class="section-method">
<a name="//api/name/setException:" title="setException:"></a>
<h3 class="subsubtitle method-title">setException:</h3>
<div class="method-subsection brief-description">
<p>If an exception was thrown, this will return the exception.</p>
</div>
<div class="method-subsection method-declaration"><code>- (void)setException:(AmazonServiceException *)<em>theException</em></code></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>If an exception was thrown, this will return the exception.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">AmazonServiceResponse.h</code><br />
</div>
</div>
</div>
</div>
<div class="main-navigation navigation-bottom">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="footer"><script src="/urchin.js" type="text/javascript"></script><script type="text/javascript">urchinTracker();</script>
<hr />
<div class="footer-copyright">
<p><span class="copyright">© 2012 Amazon Web Services, Inc.. All rights reserved. (Last updated: 2012-10-05)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
</div>
</div>
</div>
</article>
<script type="text/javascript">
function jumpToChange()
{
window.location.hash = this.options[this.selectedIndex].value;
}
function toggleTOC()
{
var contents = document.getElementById('contents');
var tocContainer = document.getElementById('tocContainer');
if (this.getAttribute('class') == 'open')
{
this.setAttribute('class', '');
contents.setAttribute('class', '');
tocContainer.setAttribute('class', '');
window.name = "hideTOC";
}
else
{
this.setAttribute('class', 'open');
contents.setAttribute('class', 'isShowingTOC');
tocContainer.setAttribute('class', 'isShowingTOC');
window.name = "";
}
return false;
}
function toggleTOCEntryChildren(e)
{
e.stopPropagation();
var currentClass = this.getAttribute('class');
if (currentClass == 'children') {
this.setAttribute('class', 'children open');
}
else if (currentClass == 'children open') {
this.setAttribute('class', 'children');
}
return false;
}
function tocEntryClick(e)
{
e.stopPropagation();
return true;
}
function init()
{
var selectElement = document.getElementById('jumpTo');
selectElement.addEventListener('change', jumpToChange, false);
var tocButton = document.getElementById('table_of_contents');
tocButton.addEventListener('click', toggleTOC, false);
var taskTreeItem = document.getElementById('task_treeitem');
if (taskTreeItem.getElementsByTagName('li').length > 0)
{
taskTreeItem.setAttribute('class', 'children');
taskTreeItem.firstChild.setAttribute('class', 'disclosure');
}
var tocList = document.getElementById('toc');
var tocEntries = tocList.getElementsByTagName('li');
for (var i = 0; i < tocEntries.length; i++) {
tocEntries[i].addEventListener('click', toggleTOCEntryChildren, false);
}
var tocLinks = tocList.getElementsByTagName('a');
for (var i = 0; i < tocLinks.length; i++) {
tocLinks[i].addEventListener('click', tocEntryClick, false);
}
if (window.name == "hideTOC") {
toggleTOC.call(tocButton);
}
}
window.onload = init;
// If showing in Xcode, hide the TOC and Header
if (navigator.userAgent.match(/xcode/i)) {
document.getElementById("contents").className = "hideInXcode"
document.getElementById("tocContainer").className = "hideInXcode"
document.getElementById("top_header").className = "hideInXcode"
}
</script>
</body>
</html>
| abovelabs/aws-ios-sdk | Documentation/html/Classes/ElasticLoadBalancingCreateLoadBalancerPolicyResponse.html | HTML | apache-2.0 | 11,394 |
<!DOCTYPE html>
<html>
<head>
<script></script>
<script>
function performTest(api)
{
api.tests.TestLib.setupOutlineNumbering();
api.tests.OutlineTests.setupOutline([[2,2,2],0,0]);
api.Outline.moveSection("item2","item1","item5");
api.tests.OutlineTests.cleanupOutline();
}
</script>
</head>
<body>
<nav class="tableofcontents"></nav>
</body>
</html>
| corinthia/corinthia-editorlib | tests/outline/moveSection-inner01-input.html | HTML | apache-2.0 | 369 |
<!DOCTYPE html>
<html class="no-js">
<head>
<meta http-equiv="refresh" content="3; URL=https://go.blokada.org/help" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<link rel="stylesheet" href="css/poole.css">
<link rel="stylesheet" href="css/syntax.css">
<link rel="stylesheet" href="css/hyde.css">
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,700|Russo+One">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link href="//block.blokada.org/favicon.png" rel="icon">
</head>
<body class="theme-base-theme1 layout-reverse">
<div class="content">
<div class="container">
<section id="main">
<h3>Ajuda para o Blokada DNS</h3>
<p><a href="https://go.blokada.org/help">This content has been moved</a>. You will be redirected momentarily.</p>
</section>
</div>
</div>
</body>
</html>
| blokadaorg/blokadaorg.github.io | api/v4/content_dns/pt_PT/help.html | HTML | apache-2.0 | 1,029 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_23) on Fri Nov 23 14:03:50 GMT 2012 -->
<TITLE>
Uses of Class org.apache.nutch.protocol.ftp.FtpExceptionBadSystResponse (apache-nutch 1.6 API)
</TITLE>
<META NAME="date" CONTENT="2012-11-23">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.nutch.protocol.ftp.FtpExceptionBadSystResponse (apache-nutch 1.6 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/nutch/protocol/ftp/FtpExceptionBadSystResponse.html" title="class in org.apache.nutch.protocol.ftp"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/nutch/protocol/ftp//class-useFtpExceptionBadSystResponse.html" target="_top"><B>FRAMES</B></A>
<A HREF="FtpExceptionBadSystResponse.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.nutch.protocol.ftp.FtpExceptionBadSystResponse</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../org/apache/nutch/protocol/ftp/FtpExceptionBadSystResponse.html" title="class in org.apache.nutch.protocol.ftp">FtpExceptionBadSystResponse</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.nutch.protocol.ftp"><B>org.apache.nutch.protocol.ftp</B></A></TD>
<TD>Protocol plugin which supports retrieving documents via the ftp protocol. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.nutch.protocol.ftp"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../org/apache/nutch/protocol/ftp/FtpExceptionBadSystResponse.html" title="class in org.apache.nutch.protocol.ftp">FtpExceptionBadSystResponse</A> in <A HREF="../../../../../../org/apache/nutch/protocol/ftp/package-summary.html">org.apache.nutch.protocol.ftp</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/nutch/protocol/ftp/package-summary.html">org.apache.nutch.protocol.ftp</A> that throw <A HREF="../../../../../../org/apache/nutch/protocol/ftp/FtpExceptionBadSystResponse.html" title="class in org.apache.nutch.protocol.ftp">FtpExceptionBadSystResponse</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B>Client.</B><B><A HREF="../../../../../../org/apache/nutch/protocol/ftp/Client.html#getSystemName()">getSystemName</A></B>()</CODE>
<BR>
Fetches the system type name from the server and returns the string.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/nutch/protocol/ftp/FtpExceptionBadSystResponse.html" title="class in org.apache.nutch.protocol.ftp"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/nutch/protocol/ftp//class-useFtpExceptionBadSystResponse.html" target="_top"><B>FRAMES</B></A>
<A HREF="FtpExceptionBadSystResponse.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2012 The Apache Software Foundation
</BODY>
</HTML>
| kkllwww007/anthelion | docs/api/org/apache/nutch/protocol/ftp/class-use/FtpExceptionBadSystResponse.html | HTML | apache-2.0 | 8,411 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_60) on Tue Aug 26 20:50:07 PDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.update.TransactionLog.FSReverseReader (Solr 4.10.0 API)</title>
<meta name="date" content="2014-08-26">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.update.TransactionLog.FSReverseReader (Solr 4.10.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/update/TransactionLog.FSReverseReader.html" title="class in org.apache.solr.update">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/update/class-use/TransactionLog.FSReverseReader.html" target="_top">Frames</a></li>
<li><a href="TransactionLog.FSReverseReader.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.update.TransactionLog.FSReverseReader" class="title">Uses of Class<br>org.apache.solr.update.TransactionLog.FSReverseReader</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.update.TransactionLog.FSReverseReader</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/update/TransactionLog.FSReverseReader.html" title="class in org.apache.solr.update">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/update/class-use/TransactionLog.FSReverseReader.html" target="_top">Frames</a></li>
<li><a href="TransactionLog.FSReverseReader.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
| Ramzi-Alqrainy/SELK | solr-4.10.0/docs/solr-core/org/apache/solr/update/class-use/TransactionLog.FSReverseReader.html | HTML | apache-2.0 | 4,936 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Pango Reference Manual: Index of new symbols in 1.10</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Pango Reference Manual">
<link rel="up" href="index.html" title="Pango Reference Manual">
<link rel="prev" href="api-index-1-8.html" title="Index of new symbols in 1.8">
<link rel="next" href="api-index-1-12.html" title="Index of new symbols in 1.12">
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
<td width="100%" align="left">
<a class="shortcut" href="#idxA">A</a>
|
<a class="shortcut" href="#idxC">C</a>
|
<a class="shortcut" href="#idxF">F</a>
|
<a class="shortcut" href="#idxI">I</a>
|
<a class="shortcut" href="#idxL">L</a>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="api-index-1-8.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="api-index-1-12.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="index">
<div class="titlepage"><div><div><h1 class="title">
<a name="api-index-1-10"></a>Index of new symbols in 1.10</h1></div></div></div>
<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
<dt>
<a class="link" href="pango-Text-Attributes.html#pango-attr-list-ref" title="pango_attr_list_ref ()">pango_attr_list_ref</a>, function in <a class="link" href="pango-Text-Attributes.html" title="Text Attributes">Text Attributes</a>
</dt>
<dd></dd>
<a name="idxC"></a><h3 class="title">C</h3>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#PangoCairoFontMap-struct" title="PangoCairoFontMap">PangoCairoFontMap</a>, struct in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-context-get-font-options" title="pango_cairo_context_get_font_options ()">pango_cairo_context_get_font_options</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-context-get-resolution" title="pango_cairo_context_get_resolution ()">pango_cairo_context_get_resolution</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-context-set-font-options" title="pango_cairo_context_set_font_options ()">pango_cairo_context_set_font_options</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-context-set-resolution" title="pango_cairo_context_set_resolution ()">pango_cairo_context_set_resolution</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-create-layout" title="pango_cairo_create_layout ()">pango_cairo_create_layout</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-create-context" title="pango_cairo_font_map_create_context ()">pango_cairo_font_map_create_context</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-get-default" title="pango_cairo_font_map_get_default ()">pango_cairo_font_map_get_default</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-get-resolution" title="pango_cairo_font_map_get_resolution ()">pango_cairo_font_map_get_resolution</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-new" title="pango_cairo_font_map_new ()">pango_cairo_font_map_new</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-font-map-set-resolution" title="pango_cairo_font_map_set_resolution ()">pango_cairo_font_map_set_resolution</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-glyph-string-path" title="pango_cairo_glyph_string_path ()">pango_cairo_glyph_string_path</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-layout-line-path" title="pango_cairo_layout_line_path ()">pango_cairo_layout_line_path</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-layout-path" title="pango_cairo_layout_path ()">pango_cairo_layout_path</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-show-glyph-string" title="pango_cairo_show_glyph_string ()">pango_cairo_show_glyph_string</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-show-layout" title="pango_cairo_show_layout ()">pango_cairo_show_layout</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-show-layout-line" title="pango_cairo_show_layout_line ()">pango_cairo_show_layout_line</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-update-context" title="pango_cairo_update_context ()">pango_cairo_update_context</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<dt>
<a class="link" href="pango-Cairo-Rendering.html#pango-cairo-update-layout" title="pango_cairo_update_layout ()">pango_cairo_update_layout</a>, function in <a class="link" href="pango-Cairo-Rendering.html" title="Cairo Rendering">Cairo Rendering</a>
</dt>
<dd></dd>
<a name="idxF"></a><h3 class="title">F</h3>
<dt>
<a class="link" href="pango-Fonts.html#pango-font-get-font-map" title="pango_font_get_font_map ()">pango_font_get_font_map</a>, function in <a class="link" href="pango-Fonts.html" title="Fonts">Fonts</a>
</dt>
<dd></dd>
<a name="idxI"></a><h3 class="title">I</h3>
<dt>
<a class="link" href="pango-Miscellaneous-Utilities.html#pango-is-zero-width" title="pango_is_zero_width ()">pango_is_zero_width</a>, function in <a class="link" href="pango-Miscellaneous-Utilities.html" title="Miscellaneous Utilities">Miscellaneous Utilities</a>
</dt>
<dd></dd>
<a name="idxL"></a><h3 class="title">L</h3>
<dt>
<a class="link" href="pango-Layout-Objects.html#pango-layout-line-ref" title="pango_layout_line_ref ()">pango_layout_line_ref</a>, function in <a class="link" href="pango-Layout-Objects.html" title="Layout Objects">Layout Objects</a>
</dt>
<dd></dd>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.19.1</div>
</body>
</html> | hxfxjun/ImageMagick-6.9.1 | pango/docs/html/api-index-1-10.html | HTML | apache-2.0 | 8,659 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=type.RowVector1.html">
</head>
<body>
<p>Redirecting to <a href="type.RowVector1.html">type.RowVector1.html</a>...</p>
<script>location.replace("type.RowVector1.html" + location.search + location.hash);</script>
</body>
</html> | nitro-devs/nitro-game-engine | docs/nalgebra/core/alias/RowVector1.t.html | HTML | apache-2.0 | 321 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9-Debian) on Thu Sep 28 23:13:08 GMT 2017 -->
<title>Uses of Interface dollar.http.NanoHttpdServer.TempFile (dollar-http-plugin 0.4.5195 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="date" content="2017-09-28">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../jquery/jquery-1.10.2.js"></script>
<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface dollar.http.NanoHttpdServer.TempFile (dollar-http-plugin 0.4.5195 API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../";loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../dollar/http/package-summary.html">Package</a></li>
<li><a href="../../../dollar/http/NanoHttpdServer.TempFile.html" title="interface in dollar.http">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?dollar/http/class-use/NanoHttpdServer.TempFile.html" target="_top">Frames</a></li>
<li><a href="NanoHttpdServer.TempFile.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<ul class="navListSearch">
<li><span>SEARCH: </span>
<input type="text" id="search" value=" " disabled="disabled">
<input type="reset" id="reset" value=" " disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding"> </div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
<div class="header">
<h2 title="Uses of Interface dollar.http.NanoHttpdServer.TempFile" class="title">Uses of Interface<br>dollar.http.NanoHttpdServer.TempFile</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="dollar.http">
<!-- -->
</a>
<h3>Uses of <a href="../../../dollar/http/NanoHttpdServer.TempFile.html" title="interface in dollar.http">NanoHttpdServer.TempFile</a> in <a href="../../../dollar/http/package-summary.html">dollar.http</a></h3>
<table class="useSummary" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../dollar/http/package-summary.html">dollar.http</a> that implement <a href="../../../dollar/http/NanoHttpdServer.TempFile.html" title="interface in dollar.http">NanoHttpdServer.TempFile</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../dollar/http/NanoHttpdServer.DefaultTempFile.html" title="class in dollar.http">NanoHttpdServer.DefaultTempFile</a></span></code></th>
<td class="colLast">
<div class="block">Default strategy for creating and cleaning up temporary files.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../dollar/http/package-summary.html">dollar.http</a> that return <a href="../../../dollar/http/NanoHttpdServer.TempFile.html" title="interface in dollar.http">NanoHttpdServer.TempFile</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>@NotNull <a href="../../../dollar/http/NanoHttpdServer.TempFile.html" title="interface in dollar.http">NanoHttpdServer.TempFile</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">NanoHttpdServer.DefaultTempFileManager.</span><code><span class="memberNameLink"><a href="../../../dollar/http/NanoHttpdServer.DefaultTempFileManager.html#createTempFile--">createTempFile</a></span>​()</code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>@NotNull <a href="../../../dollar/http/NanoHttpdServer.TempFile.html" title="interface in dollar.http">NanoHttpdServer.TempFile</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">NanoHttpdServer.TempFileManager.</span><code><span class="memberNameLink"><a href="../../../dollar/http/NanoHttpdServer.TempFileManager.html#createTempFile--">createTempFile</a></span>​()</code></th>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../dollar/http/package-summary.html">Package</a></li>
<li><a href="../../../dollar/http/NanoHttpdServer.TempFile.html" title="interface in dollar.http">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?dollar/http/class-use/NanoHttpdServer.TempFile.html" target="_top">Frames</a></li>
<li><a href="NanoHttpdServer.TempFile.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017. All rights reserved.</small></p>
</body>
</html>
| neilellis/dollar | docs/dev/dollar-plugins/dollar-http-plugin/apidocs/dollar/http/class-use/NanoHttpdServer.TempFile.html | HTML | apache-2.0 | 8,422 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pt">
<head>
<!-- Generated by javadoc (version 1.7.0_71) on Tue Jun 16 10:38:12 BRT 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Interface opennlp.uima.postag.POSModelResource (Apache OpenNLP UIMA Annotators 1.6.0 API)</title>
<meta name="date" content="2015-06-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface opennlp.uima.postag.POSModelResource (Apache OpenNLP UIMA Annotators 1.6.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../opennlp/uima/postag/POSModelResource.html" title="interface in opennlp.uima.postag">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?opennlp/uima/postag/class-use/POSModelResource.html" target="_top">Frames</a></li>
<li><a href="POSModelResource.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface opennlp.uima.postag.POSModelResource" class="title">Uses of Interface<br>opennlp.uima.postag.POSModelResource</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../opennlp/uima/postag/POSModelResource.html" title="interface in opennlp.uima.postag">POSModelResource</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#opennlp.uima.postag">opennlp.uima.postag</a></td>
<td class="colLast">
<div class="block">Package related to part-of-speech tagging.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="opennlp.uima.postag">
<!-- -->
</a>
<h3>Uses of <a href="../../../../opennlp/uima/postag/POSModelResource.html" title="interface in opennlp.uima.postag">POSModelResource</a> in <a href="../../../../opennlp/uima/postag/package-summary.html">opennlp.uima.postag</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../opennlp/uima/postag/package-summary.html">opennlp.uima.postag</a> that implement <a href="../../../../opennlp/uima/postag/POSModelResource.html" title="interface in opennlp.uima.postag">POSModelResource</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../opennlp/uima/postag/POSModelResourceImpl.html" title="class in opennlp.uima.postag">POSModelResourceImpl</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../opennlp/uima/postag/POSModelResource.html" title="interface in opennlp.uima.postag">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?opennlp/uima/postag/class-use/POSModelResource.html" target="_top">Frames</a></li>
<li><a href="POSModelResource.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>
| ericmguimaraes/COMP0378 | references/opennlp-docs/apidocs/opennlp-uima/opennlp/uima/postag/class-use/POSModelResource.html | HTML | apache-2.0 | 6,274 |
<div class="main-content">
<h1><a name="Global Mediation Policies"></a>Global Mediation Policies</h1>
<hr/>
<h4 class="operation-heading"><a name="getAllGlobalMediationPolicies"></a>Get all global level mediation policies
</h4> <code>GET https://apis.wso2.com/api/am/publisher/v1/mediation-policies</code>
<p class="marked"></p>
<p class="marked">This operation provides you a list of available all global level mediation policies.
</p>
<h4 class="section-heading">OAuth 2.0 Scope</h4>
<code>apim:api_view</code>
<code>apim:mediation_policy_view</code>
<h4 class="section-heading">
Examples
</h4>
<h4 class="section-heading">
<u></u>
</h4>
<div class="pointer" data-toggle="collapse" data-target="#request-getAllGlobalMediationPolicies">
<h5 class="section-heading">
Request
<span class="glyphicon glyphicon-collapse-down" aria-hidden="true"></span>
</h5>
</div>
<div id="request-getAllGlobalMediationPolicies"class="pre collapse in"><code class="json">GET https://localhost:9443/api/am/publisher/v1/mediation-policies HTTP 1/1
Authorization: Bearer ae4eae22-3f65-387b-a171-d37eaa366fa8
</code></div>
<div class="pointer" data-toggle="collapse" data-target="#response-getAllGlobalMediationPolicies">
<h5 class="section-heading">
Response
<span class="glyphicon glyphicon-collapse-down" aria-hidden="true"></span>
</h5>
</div>
<div id="response-getAllGlobalMediationPolicies" class="pre collapse in"><code class="json">HTTP 1/1 200 OK
Content-Type: application/json
{
"count" : 2,
"list" : [ {
"name" : "header_sequence1",
"id" : "c34c35c9-cea9-44fc-8b9f-c61ff50f9aa3",
"type" : "IN"
}, {
"name" : "ample_eader_sequence1",
"id" : "7bdcb31c-5381-447e-8daa-e98a31002885",
"type" : "IN"
} ]
}</code></div>
<h5 class="section-heading">CURL</h5>
<div class="pre"><code class="bash">curl -k -v -X GET 'https://localhost:9443/api/am/publisher/v1/mediation-policies' -H 'Authorization: Bearer ae4eae22-3f65-387b-a171-d37eaa366fa8' </code></div>
<h4 class="section-heading">
<u></u>
</h4>
<div class="pointer" data-toggle="collapse" data-target="#request-getAllGlobalMediationPolicies">
<h5 class="section-heading">
Request
<span class="glyphicon glyphicon-collapse-down" aria-hidden="true"></span>
</h5>
</div>
<div id="request-getAllGlobalMediationPolicies"class="pre collapse in"><code class="json">GET https://localhost:9443/api/am/publisher/v1/mediation-policies HTTP/1.1
Authorization: Bearer ae4eae22-3f65-387b-a171-d37eaa366fa8
</code></div>
<div class="pointer" data-toggle="collapse" data-target="#response-getAllGlobalMediationPolicies">
<h5 class="section-heading">
Response
<span class="glyphicon glyphicon-collapse-down" aria-hidden="true"></span>
</h5>
</div>
<div id="response-getAllGlobalMediationPolicies" class="pre collapse in"><code class="json">HTTP/1.1 200 OK
Content-Type: application/json
{
"count":2,
"list":[
{
"name":"header_sequence1",
"id":"c34c35c9-cea9-44fc-8b9f-c61ff50f9aa3",
"type":"IN"
},
{
"name":"ample_eader_sequence1",.MediationPoliciesApiService
"id":"7bdcb31c-5381-447e-8daa-e98a31002885",
"type":"IN"
}
],
"pagination":null
}
</code></div>
<h5 class="section-heading">CURL</h5>
<div class="pre"><code class="bash">curl -k -H "Authorization: Bearer ae4eae22-3f65-387b-a171-d37eaa366fa8" https://localhost:9443/api/am/publisher/v1/mediation-policies
</code></div>
<h4 class="section-heading" id="scroll-to">Parameters</h4>
<table class="table table-hover">
<colgroup>
<col style="width: 10%;"/>
<col style="width: 20%;"/>
<col style="width: 40%;"/>
<col style="width: 10%;"/>
<col style="width: 20%;"/>
</colgroup>
<thead>
<tr class="active">
<th>Type</th>
<th>Name</th>
<th>Description</th>
<th>Schema</th>
<th>Default</th>
</tr>
</thead>
<tr>
<td class="parameter">
<span class="param-in">Query </span>
</td>
<td class="param-name">
<p>limit</p>
<p class="param-required">
optional
</p>
</td>
<td>
<p class="param-description marked">Maximum size of resource array to return.
</p>
</td>
<td>
<span class="param-type">
Integer
</span>
</td>
<td>
<p class="marked">25</p>
</td>
</tr>
<tr>
<td class="parameter">
<span class="param-in">Query </span>
</td>
<td class="param-name">
<p>offset</p>
<p class="param-required">
optional
</p>
</td>
<td>
<p class="param-description marked">Starting point within the complete list of items qualified.
</p>
</td>
<td>
<span class="param-type">
Integer
</span>
</td>
<td>
<p class="marked">0</p>
</td>
</tr>
<tr>
<td class="parameter">
<span class="param-in">Query </span>
</td>
<td class="param-name">
<p>query</p>
<p class="param-required">
optional
</p>
</td>
<td>
<p class="param-description marked">-Not supported yet-</p>
</td>
<td>
<span class="param-type">
String
</span>
</td>
<td>
<p class="marked"></p>
</td>
</tr>
<tr>
<td class="parameter">
<span class="param-in">Header </span>
</td>
<td class="param-name">
<p>If-None-Match</p>
<p class="param-required">
optional
</p>
</td>
<td>
<p class="param-description marked">Validator for conditional requests; based on the ETag of the formerly retrieved
variant of the resource.
</p>
</td>
<td>
<span class="param-type">
String
</span>
</td>
<td>
<p class="marked"></p>
</td>
</tr>
</table>
<h4 class="section-heading">Responses</h4>
<table class="table table-hover">
<colgroup>
<col style="width: 15%;"/>
<col style="width: 70%;"/>
<col style="width: 15%;"/>
</colgroup>
<thead>
<tr class="active">
<th>HTTP Code</th>
<th>Description</th>
<th>Schema</th>
</tr>
</thead>
<tbody>
<tr>
<td class="parameter"><p class="marked">200</p></td>
<td class="parameter"><p class="marked">OK. List of mediation policies is returned. </p></td>
<td class="parameter">
<span class="parameter">
<a href="#!/models#MediationList">MediationList</a>
</span>
</td>
</tr>
<tr>
<td class="parameter"><p class="marked">304</p></td>
<td class="parameter"><p class="marked">Not Modified. Empty body because the client has already the latest version of the requested resource (Will be supported in future). </p></td>
<td class="parameter">
<span class="parameter">
</span>
</td>
</tr>
<tr>
<td class="parameter"><p class="marked">406</p></td>
<td class="parameter"><p class="marked">Not Acceptable. The requested media type is not supported </p></td>
<td class="parameter">
<span class="parameter">
<a href="#!/models#Error">Error</a>
</span>
</td>
</tr>
</tbody>
</table>
</div>
| nuwand/carbon-apimgt | docs/apidocs/publisher/v1/operations/GlobalMediationPolicies.html | HTML | apache-2.0 | 11,715 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Mon Nov 21 10:31:10 CST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
软件包 com.teleca.jamendo.api 的使用
</TITLE>
<META NAME="date" CONTENT="2011-11-21">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="软件包 com.teleca.jamendo.api 的使用";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">类</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?com/teleca/jamendo/api/package-use.html" target="_top"><B>框架</B></A>
<A HREF="package-use.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>软件包 com.teleca.jamendo.api<br>的使用</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
使用 <A HREF="../../../../com/teleca/jamendo/api/package-summary.html">com.teleca.jamendo.api</A> 的软件包</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.teleca.jamendo"><B>com.teleca.jamendo</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.teleca.jamendo.activity"><B>com.teleca.jamendo.activity</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.teleca.jamendo.adapter"><B>com.teleca.jamendo.adapter</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.teleca.jamendo.api"><B>com.teleca.jamendo.api</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.teleca.jamendo.api.impl"><B>com.teleca.jamendo.api.impl</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.teleca.jamendo.api.util"><B>com.teleca.jamendo.api.util</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.teleca.jamendo.db"><B>com.teleca.jamendo.db</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.teleca.jamendo.dialog"><B>com.teleca.jamendo.dialog</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.teleca.jamendo.media"><B>com.teleca.jamendo.media</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.teleca.jamendo.service"><B>com.teleca.jamendo.service</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.teleca.jamendo.util"><B>com.teleca.jamendo.util</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.teleca.jamendo.util.download"><B>com.teleca.jamendo.util.download</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.teleca.jamendo.widget"><B>com.teleca.jamendo.widget</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="com.teleca.jamendo"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../com/teleca/jamendo/package-summary.html">com.teleca.jamendo</A> 使用的 <A HREF="../../../../com/teleca/jamendo/api/package-summary.html">com.teleca.jamendo.api</A> 中的类</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Playlist.html#com.teleca.jamendo"><B>Playlist</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="com.teleca.jamendo.activity"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../com/teleca/jamendo/activity/package-summary.html">com.teleca.jamendo.activity</A> 使用的 <A HREF="../../../../com/teleca/jamendo/api/package-summary.html">com.teleca.jamendo.api</A> 中的类</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Album.html#com.teleca.jamendo.activity"><B>Album</B></A></B>
<BR>
unit album</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Playlist.html#com.teleca.jamendo.activity"><B>Playlist</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/PlaylistRemote.html#com.teleca.jamendo.activity"><B>PlaylistRemote</B></A></B>
<BR>
unit playlist</TD>
</TR>
</TABLE>
<P>
<A NAME="com.teleca.jamendo.adapter"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../com/teleca/jamendo/adapter/package-summary.html">com.teleca.jamendo.adapter</A> 使用的 <A HREF="../../../../com/teleca/jamendo/api/package-summary.html">com.teleca.jamendo.api</A> 中的类</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Playlist.html#com.teleca.jamendo.adapter"><B>Playlist</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Review.html#com.teleca.jamendo.adapter"><B>Review</B></A></B>
<BR>
unit review</TD>
</TR>
</TABLE>
<P>
<A NAME="com.teleca.jamendo.api"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../com/teleca/jamendo/api/package-summary.html">com.teleca.jamendo.api</A> 使用的 <A HREF="../../../../com/teleca/jamendo/api/package-summary.html">com.teleca.jamendo.api</A> 中的类</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Album.html#com.teleca.jamendo.api"><B>Album</B></A></B>
<BR>
unit album</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Artist.html#com.teleca.jamendo.api"><B>Artist</B></A></B>
<BR>
unit artist</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/License.html#com.teleca.jamendo.api"><B>License</B></A></B>
<BR>
license unit</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Playlist.html#com.teleca.jamendo.api"><B>Playlist</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Playlist.PlaylistPlaybackMode.html#com.teleca.jamendo.api"><B>Playlist.PlaylistPlaybackMode</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/PlaylistEntry.html#com.teleca.jamendo.api"><B>PlaylistEntry</B></A></B>
<BR>
Single playlist entry</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/PlaylistRemote.html#com.teleca.jamendo.api"><B>PlaylistRemote</B></A></B>
<BR>
unit playlist</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Radio.html#com.teleca.jamendo.api"><B>Radio</B></A></B>
<BR>
unit radio</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Review.html#com.teleca.jamendo.api"><B>Review</B></A></B>
<BR>
unit review</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Track.html#com.teleca.jamendo.api"><B>Track</B></A></B>
<BR>
Unit track<br>
<br>
<b>field</b><b>description</b><b>example</b>
idnumeric id of the track108254
namename of the track"Tout se passera bien"
durationlength of the track (in seconds)310
urllink to the page of the track on Jamendo (lyrics)http://www.jamendo.com/track/108254
streammusic stream of the trackhttp://www.jamendo.com/track/108254
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/WSError.html#com.teleca.jamendo.api"><B>WSError</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="com.teleca.jamendo.api.impl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../com/teleca/jamendo/api/impl/package-summary.html">com.teleca.jamendo.api.impl</A> 使用的 <A HREF="../../../../com/teleca/jamendo/api/package-summary.html">com.teleca.jamendo.api</A> 中的类</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Album.html#com.teleca.jamendo.api.impl"><B>Album</B></A></B>
<BR>
unit album</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Artist.html#com.teleca.jamendo.api.impl"><B>Artist</B></A></B>
<BR>
unit artist</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/JamendoGet2Api.html#com.teleca.jamendo.api.impl"><B>JamendoGet2Api</B></A></B>
<BR>
Java interface to the jamendo.get2 API ("The Free Music API")<br>
<br>
<a href="http://developer.jamendo.com/en/wiki/Musiclist2Api">Musiclist2Api</a><br>
<br>
<b>USAGE:</b><br>
Basically, since this service does not require any sort of authorization, just write:<br>
<br>
<code>
JamendoGet2Api service = new JamendoGet2ApiImpl();
</code><br>
<br>
<b>NOTE:</b><br>
This library is meant to cover most of the api documented on the wiki.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/License.html#com.teleca.jamendo.api.impl"><B>License</B></A></B>
<BR>
license unit</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Playlist.html#com.teleca.jamendo.api.impl"><B>Playlist</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/PlaylistRemote.html#com.teleca.jamendo.api.impl"><B>PlaylistRemote</B></A></B>
<BR>
unit playlist</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Radio.html#com.teleca.jamendo.api.impl"><B>Radio</B></A></B>
<BR>
unit radio</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Review.html#com.teleca.jamendo.api.impl"><B>Review</B></A></B>
<BR>
unit review</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Track.html#com.teleca.jamendo.api.impl"><B>Track</B></A></B>
<BR>
Unit track<br>
<br>
<b>field</b><b>description</b><b>example</b>
idnumeric id of the track108254
namename of the track"Tout se passera bien"
durationlength of the track (in seconds)310
urllink to the page of the track on Jamendo (lyrics)http://www.jamendo.com/track/108254
streammusic stream of the trackhttp://www.jamendo.com/track/108254
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/WSError.html#com.teleca.jamendo.api.impl"><B>WSError</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="com.teleca.jamendo.api.util"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../com/teleca/jamendo/api/util/package-summary.html">com.teleca.jamendo.api.util</A> 使用的 <A HREF="../../../../com/teleca/jamendo/api/package-summary.html">com.teleca.jamendo.api</A> 中的类</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/WSError.html#com.teleca.jamendo.api.util"><B>WSError</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="com.teleca.jamendo.db"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../com/teleca/jamendo/db/package-summary.html">com.teleca.jamendo.db</A> 使用的 <A HREF="../../../../com/teleca/jamendo/api/package-summary.html">com.teleca.jamendo.api</A> 中的类</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Album.html#com.teleca.jamendo.db"><B>Album</B></A></B>
<BR>
unit album</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Playlist.html#com.teleca.jamendo.db"><B>Playlist</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/PlaylistEntry.html#com.teleca.jamendo.db"><B>PlaylistEntry</B></A></B>
<BR>
Single playlist entry</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Radio.html#com.teleca.jamendo.db"><B>Radio</B></A></B>
<BR>
unit radio</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Track.html#com.teleca.jamendo.db"><B>Track</B></A></B>
<BR>
Unit track<br>
<br>
<b>field</b><b>description</b><b>example</b>
idnumeric id of the track108254
namename of the track"Tout se passera bien"
durationlength of the track (in seconds)310
urllink to the page of the track on Jamendo (lyrics)http://www.jamendo.com/track/108254
streammusic stream of the trackhttp://www.jamendo.com/track/108254
</TD>
</TR>
</TABLE>
<P>
<A NAME="com.teleca.jamendo.dialog"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../com/teleca/jamendo/dialog/package-summary.html">com.teleca.jamendo.dialog</A> 使用的 <A HREF="../../../../com/teleca/jamendo/api/package-summary.html">com.teleca.jamendo.api</A> 中的类</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Album.html#com.teleca.jamendo.dialog"><B>Album</B></A></B>
<BR>
unit album</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Artist.html#com.teleca.jamendo.dialog"><B>Artist</B></A></B>
<BR>
unit artist</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Playlist.html#com.teleca.jamendo.dialog"><B>Playlist</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/PlaylistEntry.html#com.teleca.jamendo.dialog"><B>PlaylistEntry</B></A></B>
<BR>
Single playlist entry</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/PlaylistRemote.html#com.teleca.jamendo.dialog"><B>PlaylistRemote</B></A></B>
<BR>
unit playlist</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Track.html#com.teleca.jamendo.dialog"><B>Track</B></A></B>
<BR>
Unit track<br>
<br>
<b>field</b><b>description</b><b>example</b>
idnumeric id of the track108254
namename of the track"Tout se passera bien"
durationlength of the track (in seconds)310
urllink to the page of the track on Jamendo (lyrics)http://www.jamendo.com/track/108254
streammusic stream of the trackhttp://www.jamendo.com/track/108254
</TD>
</TR>
</TABLE>
<P>
<A NAME="com.teleca.jamendo.media"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../com/teleca/jamendo/media/package-summary.html">com.teleca.jamendo.media</A> 使用的 <A HREF="../../../../com/teleca/jamendo/api/package-summary.html">com.teleca.jamendo.api</A> 中的类</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Playlist.html#com.teleca.jamendo.media"><B>Playlist</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Playlist.PlaylistPlaybackMode.html#com.teleca.jamendo.media"><B>Playlist.PlaylistPlaybackMode</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/PlaylistEntry.html#com.teleca.jamendo.media"><B>PlaylistEntry</B></A></B>
<BR>
Single playlist entry</TD>
</TR>
</TABLE>
<P>
<A NAME="com.teleca.jamendo.service"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../com/teleca/jamendo/service/package-summary.html">com.teleca.jamendo.service</A> 使用的 <A HREF="../../../../com/teleca/jamendo/api/package-summary.html">com.teleca.jamendo.api</A> 中的类</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/PlaylistEntry.html#com.teleca.jamendo.service"><B>PlaylistEntry</B></A></B>
<BR>
Single playlist entry</TD>
</TR>
</TABLE>
<P>
<A NAME="com.teleca.jamendo.util"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../com/teleca/jamendo/util/package-summary.html">com.teleca.jamendo.util</A> 使用的 <A HREF="../../../../com/teleca/jamendo/api/package-summary.html">com.teleca.jamendo.api</A> 中的类</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/PlaylistEntry.html#com.teleca.jamendo.util"><B>PlaylistEntry</B></A></B>
<BR>
Single playlist entry</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Review.html#com.teleca.jamendo.util"><B>Review</B></A></B>
<BR>
unit review</TD>
</TR>
</TABLE>
<P>
<A NAME="com.teleca.jamendo.util.download"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../com/teleca/jamendo/util/download/package-summary.html">com.teleca.jamendo.util.download</A> 使用的 <A HREF="../../../../com/teleca/jamendo/api/package-summary.html">com.teleca.jamendo.api</A> 中的类</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/PlaylistEntry.html#com.teleca.jamendo.util.download"><B>PlaylistEntry</B></A></B>
<BR>
Single playlist entry</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Track.html#com.teleca.jamendo.util.download"><B>Track</B></A></B>
<BR>
Unit track<br>
<br>
<b>field</b><b>description</b><b>example</b>
idnumeric id of the track108254
namename of the track"Tout se passera bien"
durationlength of the track (in seconds)310
urllink to the page of the track on Jamendo (lyrics)http://www.jamendo.com/track/108254
streammusic stream of the trackhttp://www.jamendo.com/track/108254
</TD>
</TR>
</TABLE>
<P>
<A NAME="com.teleca.jamendo.widget"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../com/teleca/jamendo/widget/package-summary.html">com.teleca.jamendo.widget</A> 使用的 <A HREF="../../../../com/teleca/jamendo/api/package-summary.html">com.teleca.jamendo.api</A> 中的类</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Album.html#com.teleca.jamendo.widget"><B>Album</B></A></B>
<BR>
unit album</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../com/teleca/jamendo/api/class-use/Artist.html#com.teleca.jamendo.widget"><B>Artist</B></A></B>
<BR>
unit artist</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">类</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?com/teleca/jamendo/api/package-use.html" target="_top"><B>框架</B></A>
<A HREF="package-use.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| LiTingchang/jamendo | doc/com/teleca/jamendo/api/package-use.html | HTML | apache-2.0 | 29,456 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_72) on Wed Nov 05 20:55:11 EST 2014 -->
<title>CompactionInfo.Holder (apache-cassandra API)</title>
<meta name="date" content="2014-11-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CompactionInfo.Holder (apache-cassandra API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CompactionInfo.Holder.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/cassandra/db/compaction/CompactionInfo.html" title="class in org.apache.cassandra.db.compaction"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/cassandra/db/compaction/CompactionInterruptedException.html" title="class in org.apache.cassandra.db.compaction"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/db/compaction/CompactionInfo.Holder.html" target="_top">Frames</a></li>
<li><a href="CompactionInfo.Holder.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cassandra.db.compaction</div>
<h2 title="Class CompactionInfo.Holder" class="title">Class CompactionInfo.Holder</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.cassandra.db.compaction.CompactionInfo.Holder</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../org/apache/cassandra/db/compaction/AbstractCompactionIterable.html" title="class in org.apache.cassandra.db.compaction">AbstractCompactionIterable</a>, <a href="../../../../../org/apache/cassandra/cache/AutoSavingCache.Writer.html" title="class in org.apache.cassandra.cache">AutoSavingCache.Writer</a>, <a href="../../../../../org/apache/cassandra/db/index/SecondaryIndexBuilder.html" title="class in org.apache.cassandra.db.index">SecondaryIndexBuilder</a></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../../org/apache/cassandra/db/compaction/CompactionInfo.html" title="class in org.apache.cassandra.db.compaction">CompactionInfo</a></dd>
</dl>
<hr>
<br>
<pre>public abstract static class <span class="strong">CompactionInfo.Holder</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../org/apache/cassandra/db/compaction/CompactionInfo.Holder.html#CompactionInfo.Holder()">CompactionInfo.Holder</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/compaction/CompactionInfo.Holder.html#finished()">finished</a></strong>()</code>
<div class="block">remove the event complete</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../../../../../org/apache/cassandra/db/compaction/CompactionInfo.html" title="class in org.apache.cassandra.db.compaction">CompactionInfo</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/compaction/CompactionInfo.Holder.html#getCompactionInfo()">getCompactionInfo</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/compaction/CompactionInfo.Holder.html#isStopRequested()">isStopRequested</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/compaction/CompactionInfo.Holder.html#started()">started</a></strong>()</code>
<div class="block">report event on the size of the compaction.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/compaction/CompactionInfo.Holder.html#stop()">stop</a></strong>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="CompactionInfo.Holder()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>CompactionInfo.Holder</h4>
<pre>public CompactionInfo.Holder()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getCompactionInfo()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCompactionInfo</h4>
<pre>public abstract <a href="../../../../../org/apache/cassandra/db/compaction/CompactionInfo.html" title="class in org.apache.cassandra.db.compaction">CompactionInfo</a> getCompactionInfo()</pre>
</li>
</ul>
<a name="stop()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stop</h4>
<pre>public void stop()</pre>
</li>
</ul>
<a name="isStopRequested()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isStopRequested</h4>
<pre>public boolean isStopRequested()</pre>
</li>
</ul>
<a name="started()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>started</h4>
<pre>public void started()</pre>
<div class="block">report event on the size of the compaction.</div>
</li>
</ul>
<a name="finished()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>finished</h4>
<pre>public void finished()</pre>
<div class="block">remove the event complete</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CompactionInfo.Holder.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/cassandra/db/compaction/CompactionInfo.html" title="class in org.apache.cassandra.db.compaction"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/cassandra/db/compaction/CompactionInterruptedException.html" title="class in org.apache.cassandra.db.compaction"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/db/compaction/CompactionInfo.Holder.html" target="_top">Frames</a></li>
<li><a href="CompactionInfo.Holder.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014 The Apache Software Foundation</small></p>
</body>
</html>
| anuragkapur/cassandra-2.1.2-ak-skynet | apache-cassandra-2.1.2/javadoc/org/apache/cassandra/db/compaction/CompactionInfo.Holder.html | HTML | apache-2.0 | 11,714 |
<body>
Example of a 1-N unidirectional relation with the element having inheritance.
</body> | hopecee/texsts | samples/src/java/org/jpox/samples/one_many/unidir/package.html | HTML | apache-2.0 | 98 |
<!DOCTYPE html>
<html itemscope lang="en-us">
<head><meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="generator" content="Hugo 0.57.2" />
<meta property="og:title" content="J. Paul Reed" />
<meta name="twitter:title" content="J. Paul Reed"/>
<meta itemprop="name" content="J. Paul Reed"><meta property="og:description" content="J. Paul Reed started his career in technology over fifteen years ago in the trenches as a build/release and tools engineer, working with such storied organizations as VMware, Mozilla, Postbox, and Symantec.
In 2012, he founded Release Engineering Approaches, a consultancy incorporating a host of tools and techniques to help organizations “Simply Ship. Every time.” His approaches work because they take into account not only the technology issues at hand, but the organizational dynamics that affect the teams who implement and operate that technology." />
<meta name="twitter:description" content="J. Paul Reed started his career in technology over fifteen years ago in the trenches as a build/release and tools engineer, working with such storied organizations as VMware, Mozilla, Postbox, and Symantec.
In 2012, he founded Release Engineering Approaches, a consultancy incorporating a host of tools and techniques to help organizations “Simply Ship. Every time.” His approaches work because they take into account not only the technology issues at hand, but the organizational dynamics that affect the teams who implement and operate that technology." />
<meta itemprop="description" content="J. Paul Reed started his career in technology over fifteen years ago in the trenches as a build/release and tools engineer, working with such storied organizations as VMware, Mozilla, Postbox, and Symantec.
In 2012, he founded Release Engineering Approaches, a consultancy incorporating a host of tools and techniques to help organizations “Simply Ship. Every time.” His approaches work because they take into account not only the technology issues at hand, but the organizational dynamics that affect the teams who implement and operate that technology."><meta name="twitter:site" content="@devopsdays">
<meta property="og:type" content="speaker" />
<meta property="og:url" content="/events/2017-atlanta/speakers/j-paul-reed/" /><meta name="twitter:creator" content="@devopsdaysATL" /><meta name="twitter:label1" value="Event" />
<meta name="twitter:data1" value="devopsdays Atlanta 2017" /><meta name="twitter:label2" value="Dates" />
<meta name="twitter:data2" value="April 18 - 19, 2017" /><meta property="og:image" content="https://www.devopsdays.org/img/sharing.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://www.devopsdays.org/img/sharing.jpg" />
<meta itemprop="image" content="https://www.devopsdays.org/img/sharing.jpg" />
<meta property="fb:app_id" content="1904065206497317" /><meta itemprop="wordCount" content="195">
<title>J. Paul Reed - devopsdays Atlanta 2017
</title>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-9713393-1', 'auto');
ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<link href="/css/site.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700" rel="stylesheet"><link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href="/events/index.xml" rel="alternate" type="application/rss+xml" title="DevOpsDays" />
<link href="/events/index.xml" rel="feed" type="application/rss+xml" title="DevOpsDays" />
<script src=/js/devopsdays-min.js></script></head>
<body lang="">
<nav class="navbar navbar-expand-md navbar-light">
<a class="navbar-brand" href="/">
<img src="/img/devopsdays-brain.png" height="30" class="d-inline-block align-top" alt="devopsdays Logo">
DevOpsDays
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto"><li class="nav-item global-navigation"><a class = "nav-link" href="/events">events</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/blog">blog</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/sponsor">sponsor</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/speaking">speaking</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/organizing">organizing</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/about">about</a></li></ul>
</div>
</nav>
<nav class="navbar event-navigation navbar-expand-md navbar-light">
<a href="/events/2017-atlanta" class="nav-link">Atlanta</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar2">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbar2">
<ul class="navbar-nav"><li class="nav-item active">
<a class="nav-link" href="/events/2017-atlanta/program">program</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2017-atlanta/speakers">speakers</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2017-atlanta/location">location</a>
</li><li class="nav-item active">
<a class="nav-link" href="https://www.eventbrite.com/e/devopsdaysatl-2017-tickets-30968684168">registration</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2017-atlanta/sponsor">sponsor</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2017-atlanta/contact">contact</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2017-atlanta/conduct">conduct</a>
</li></ul>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-md-12"><div class = "row">
<div class = "col-md-12 offset-md-1">
<h2 class="speaker-page">J. Paul Reed</h2>
</div>
</div>
<div class = "row">
<div class = "col-md-4 offset-md-1">
<span class="speaker-page content-text">
<p>J. Paul Reed started his career in technology over fifteen years ago in the trenches as a build/release and tools engineer, working with such storied organizations as VMware, Mozilla, Postbox, and Symantec.</p>
<p>In 2012, he founded Release Engineering Approaches, a consultancy incorporating a host of tools and techniques to help organizations “Simply Ship. Every time.” His approaches work because they take into account not only the technology issues at hand, but the organizational dynamics that affect the teams who implement and operate that technology.</p>
<p>Since its founding, Paul has had the opportunity to work across a number of industries, from financial services and healthcare to cloud-based infrastructure startups and the federal government. He’s helped teams from 2 to 200 on every aspect of the software delivery process, including tooling, continuous delivery pipelines, operational analysis and improvement, team culture transformation, and business value optimization.</p>
<p>Paul is an internationally recognized speaker on DevOps, release engineering, and operations complexity. He’s written articles for O’Reilly, DZone, and Atlassian and is the author of DevOps in Practice.</p>
<p>He is also the founding host of The Ship Show, a twice-monthly podcast tackling topics related to build engineering, DevOps, and release management.</p>
</span>
<div class="speaker-bio-talks">
<h3>J. Paul Reed at Atlanta 2017</h3>
<ul class="list-group">
<a href = "https://www.devopsdays.org/events/2017-atlanta/program/j-paul-reed/" class= "list-group-item list-group-item-action">The Five Dirty Words of CI</a>
</ul>
</div>
</div>
<div class = "col-md-3 offset-md-1"><img src = "/events/2017-atlanta/speakers/j-paul-reed.jpg" class="speaker-page" alt="J. Paul Reed"/><br /><a href = "https://twitter.com/jpaulreed"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i></a></div>
</div>
<div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Social Sponsors</h4><a href = "/events/2017-atlanta/sponsor" class="sponsor-cta"><i>Join as Social Sponsor!</i>
</a></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.mailchimp.com"><img src = "/img/sponsors/mailchimp.png" alt = "Mailchimp" title = "Mailchimp" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://cloud.google.com/"><img src = "/img/sponsors/gcp.png" alt = "gcp" title = "gcp" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Gold Sponsors</h4></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.opsgenie.com?utm_source=Events&utm_campaign=DevOpsDays_Atlanta_%20April&utm_medium=banner"><img src = "/img/sponsors/opsgenie.png" alt = "OpsGenie" title = "OpsGenie" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.pivotal.io"><img src = "/img/sponsors/pivotal-before-20190307.png" alt = "Pivotal" title = "Pivotal" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.verizon.com"><img src = "/img/sponsors/verizon.png" alt = "Verizon" title = "Verizon" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.mailchimp.com"><img src = "/img/sponsors/mailchimp.png" alt = "Mailchimp" title = "Mailchimp" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://chef.io"><img src = "/img/sponsors/chef.png" alt = "Chef Software, Inc" title = "Chef Software, Inc" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://cloud.google.com/"><img src = "/img/sponsors/gcp.png" alt = "gcp" title = "gcp" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.newrelic.com/culture"><img src = "/img/sponsors/newrelic.png" alt = "New Relic" title = "New Relic" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.redhat.com"><img src = "/img/sponsors/redhat-before-20190528.png" alt = "Red Hat, Inc" title = "Red Hat, Inc" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.pagerduty.com/"><img src = "/img/sponsors/pagerduty.png" alt = "PagerDuty" title = "PagerDuty" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://gocd.org/"><img src = "/img/sponsors/thoughtworks-gocd-before-20190213.png" alt = "GoCD" title = "GoCD" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Silver Sponsors</h4><a href = "/events/2017-atlanta/sponsor" class="sponsor-cta"><i>Join as Silver Sponsor!</i>
</a></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.victorops.com"><img src = "/img/sponsors/victorops-before-20180823.png" alt = "VictorOps" title = "VictorOps" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://reluscloud.com/"><img src = "/img/sponsors/relus.png" alt = "Relus" title = "Relus" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.appdynamics.com/"><img src = "/img/sponsors/appdynamics-before-20170721.png" alt = "AppDynamics" title = "AppDynamics" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.nutanix.com"><img src = "/img/sponsors/nutanix-before-20200127.png" alt = "nutanix" title = "nutanix" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://jobs.coxautoinc.com/"><img src = "/img/sponsors/coxautomotive.png" alt = "coxautomotive" title = "coxautomotive" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Bronze Sponsors</h4><a href = "/events/2017-atlanta/sponsor" class="sponsor-cta"><i>Join as Bronze Sponsor!</i>
</a></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.sonatype.com/"><img src = "/img/sponsors/sonatype-before-20190121.png" alt = "Sonatype" title = "Sonatype" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Wifi Sponsors</h4><a href = "/events/2017-atlanta/sponsor" class="sponsor-cta"><i>Join as Wifi Sponsor!</i>
</a></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://jobs.coxautoinc.com/"><img src = "/img/sponsors/coxautomotive.png" alt = "coxautomotive" title = "coxautomotive" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Community Sponsors</h4><a href = "/events/2017-atlanta/sponsor" class="sponsor-cta"><i>Join as Community Sponsor!</i>
</a></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.arresteddevops.com"><img src = "/img/sponsors/arresteddevops.png" alt = "Arrested DevOps" title = "Arrested DevOps" class="img-fluid"></a>
</div></div><br />
</div></div>
</div>
<nav class="navbar bottom navbar-light footer-nav-row" style="background-color: #bfbfc1;">
<div class = "row">
<div class = "col-md-12 footer-nav-background">
<div class = "row">
<div class = "col-md-6 col-lg-3 footer-nav-col">
<h3 class="footer-nav">@DEVOPSDAYS</h3>
<div>
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/devopsdays/lists/devopsdays" data-chrome="noheader" height="440"></a>
<script>
! function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + "://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
}(document, "script", "twitter-wjs");
</script>
</div>
</div>
<div class="col-md-6 col-lg-3 footer-nav-col footer-content">
<h3 class="footer-nav">BLOG</h3><a href = "https://www.devopsdays.org/blog/2019/05/10/10-years-of-devopsdays/"><h1 class = "footer-heading">10 years of devopsdays</h1></a><h2 class="footer-heading">by Kris Buytaert - 10 May, 2019</h2><p class="footer-content">It’s hard to believe but it is almost 10 years ago since #devopsdays happened for the first time in Gent. Back then there were almost 70 of us talking about topics that were of interest to both Operations and Development, we were exchanging our ideas and experiences `on how we were improving the quality of software delivery.
Our ideas got started on the crossroads of Open Source, Agile and early Cloud Adoption.</p><a href = "https://www.devopsdays.org/blog/"><h1 class = "footer-heading">Blogs</h1></a><h2 class="footer-heading">10 May, 2019</h2><p class="footer-content"></p><a href="https://www.devopsdays.org/blog/index.xml">Feed</a>
</div>
<div class="col-md-6 col-lg-3 footer-nav-col">
<h3 class="footer-nav">CFP OPEN</h3><a href = "/events/2019-campinas" class = "footer-content">Campinas</a><br /><a href = "/events/2019-macapa" class = "footer-content">Macapá</a><br /><a href = "/events/2019-shanghai" class = "footer-content">Shanghai</a><br /><a href = "/events/2019-recife" class = "footer-content">Recife</a><br /><a href = "/events/2020-charlotte" class = "footer-content">Charlotte</a><br /><a href = "/events/2020-prague" class = "footer-content">Prague</a><br /><a href = "/events/2020-tokyo" class = "footer-content">Tokyo</a><br /><a href = "/events/2020-salt-lake-city" class = "footer-content">Salt Lake City</a><br />
<br />Propose a talk at an event near you!<br />
</div>
<div class="col-md-6 col-lg-3 footer-nav-col">
<h3 class="footer-nav">About</h3>
devopsdays is a worldwide community conference series for anyone interested in IT improvement.<br /><br />
<a href="/about/" class = "footer-content">About devopsdays</a><br />
<a href="/privacy/" class = "footer-content">Privacy Policy</a><br />
<a href="/conduct/" class = "footer-content">Code of Conduct</a>
<br />
<br />
<a href="https://www.netlify.com">
<img src="/img/netlify-light.png" alt="Deploys by Netlify">
</a>
</div>
</div>
</div>
</div>
</nav>
<script>
$(document).ready(function () {
$("#share").jsSocials({
shares: ["email", {share: "twitter", via: 'devopsdaysATL'}, "facebook", "linkedin"],
text: 'devopsdays Atlanta - 2017',
showLabel: false,
showCount: false
});
});
</script>
</body>
</html>
| gomex/devopsdays-web | static/events/2017-atlanta/speakers/j-paul-reed/index.html | HTML | apache-2.0 | 20,029 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Class org.myrobotlab.service.FaceTracking</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.myrobotlab.service.FaceTracking";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/myrobotlab/service/class-use/FaceTracking.html" target="_top">Frames</a></li>
<li><a href="FaceTracking.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.myrobotlab.service.FaceTracking" class="title">Uses of Class<br>org.myrobotlab.service.FaceTracking</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">FaceTracking</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.myrobotlab.control">org.myrobotlab.control</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.myrobotlab.service">org.myrobotlab.service</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.myrobotlab.control">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">FaceTracking</a> in <a href="../../../../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/myrobotlab/control/package-summary.html">org.myrobotlab.control</a> with parameters of type <a href="../../../../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">FaceTracking</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">FaceTrackingGUI.</span><code><span class="memberNameLink"><a href="../../../../org/myrobotlab/control/FaceTrackingGUI.html#getState-org.myrobotlab.service.FaceTracking-">getState</a></span>(<a href="../../../../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">FaceTracking</a> c)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.myrobotlab.service">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">FaceTracking</a> in <a href="../../../../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a> that return <a href="../../../../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">FaceTracking</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">FaceTracking</a></code></td>
<td class="colLast"><span class="typeNameLabel">FaceTracking.</span><code><span class="memberNameLink"><a href="../../../../org/myrobotlab/service/FaceTracking.html#setState-org.myrobotlab.service.FaceTracking-">setState</a></span>(<a href="../../../../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">FaceTracking</a> o)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/myrobotlab/service/package-summary.html">org.myrobotlab.service</a> with parameters of type <a href="../../../../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">FaceTracking</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">FaceTracking</a></code></td>
<td class="colLast"><span class="typeNameLabel">FaceTracking.</span><code><span class="memberNameLink"><a href="../../../../org/myrobotlab/service/FaceTracking.html#setState-org.myrobotlab.service.FaceTracking-">setState</a></span>(<a href="../../../../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">FaceTracking</a> o)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/myrobotlab/service/FaceTracking.html" title="class in org.myrobotlab.service">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/myrobotlab/service/class-use/FaceTracking.html" target="_top">Frames</a></li>
<li><a href="FaceTracking.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| lanchun/myrobotlab | javadoc/org/myrobotlab/service/class-use/FaceTracking.html | HTML | apache-2.0 | 9,238 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title>ConnectionConstraints Members</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Doc-O-Matic" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="STYLESHEET" href="default.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script>
</head>
<body class="Element700" onload="onBodyLoadEx('frames.html', 'topic', '!!MEMBEROVERVIEW_Lightstreamer_DotNet_Client_ConnectionConstraints.html');" onmousedown="onBodyMouseDown();">
<!-- Begin Popups -->
<!-- End Popups -->
<!-- Begin Page Header -->
<div class="Element710" id="areafixed">
<div class="Element731">
<div class="Element730">
<a href="#" onclick="ToggleAllElements('5075626C6963204D6574686F6473,5075626C69632050726F70657274696573,436C617373,4C696E6B73', 'linkToggleAllElements', 'imgToggleAllElements', 'Collapse All', 'Expand All');"><img src="btn_collapse_2.gif" border="0" alt="" title="" id="imgToggleAllElements"></a><a href="#" id="linkToggleAllElements" onclick="ToggleAllElements('5075626C6963204D6574686F6473,5075626C69632050726F70657274696573,436C617373,4C696E6B73', 'linkToggleAllElements', 'imgToggleAllElements', 'Collapse All', 'Expand All');">Collapse All</a></div>
</div>
<div class="Element92">
<table width="100%" cellspacing="0" cellpadding="0">
<tr><td width="33%">
<div class="Element1">
Lightstreamer Silverlight Client 1.3</div>
</td><td width="34%">
<div class="Element2">
<a href="contents.html" target="tocidx"><img src="btn_globals_contents_black.gif" border="0" alt="Contents" title="Contents" onmouseover="switchImage(this, 'btn_globals_contents_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_contents_black.gif');"></a><a href="idx.html" target="tocidx"><img src="btn_globals_index_black.gif" border="0" alt="Index" title="Index" onmouseover="switchImage(this, 'btn_globals_index_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_index_black.gif');"></a><a href="index.html" target="topic"><img src="btn_globals_home_black.gif" border="0" alt="Home" title="Home" onmouseover="switchImage(this, 'btn_globals_home_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_home_black.gif');"></a></div>
</td><td width="33%">
<div class="Element90">
<a href="Lightstreamer_DotNet_Client_ConnectionConstraints.html" target="topic"><img src="btn_prev_black.gif" border="0" alt="Previous" title="Previous" onmouseover="switchImage(this, 'btn_prev_black_hover.gif');" onmouseout="switchImage(this, 'btn_prev_black.gif');"></a><a href="Lightstreamer_DotNet_Client_ConnectionConstraints.html" target="topic"><img src="btn_up_black.gif" border="0" alt="Up" title="Up" onmouseover="switchImage(this, 'btn_up_black_hover.gif');" onmouseout="switchImage(this, 'btn_up_black.gif');"></a><a href="!!MEMBERTYPE_Methods_Lightstreamer_DotNet_Client_ConnectionConstraints.html" target="topic"><img src="btn_next_black.gif" border="0" alt="Next" title="Next" onmouseover="switchImage(this, 'btn_next_black_hover.gif');" onmouseout="switchImage(this, 'btn_next_black.gif');"></a></div>
</td></tr></table><div class="Element5">
ConnectionConstraints Members</div>
<div class="Element7">
<a href="Lightstreamer_DotNet_Client_ConnectionConstraints.html" target="topic">ConnectionConstraints Class</a> <a href="_!!MEMBEROVERVIEW_Lightstreamer_DotNet_Client_ConnectionConstraints_14_Legend.html" target="topic">Legend</a> <a href="_!!MEMBEROVERVIEW_Lightstreamer_DotNet_Client_ConnectionConstraints_14_Public_Methods.html" target="topic">Public Methods</a> <a href="_!!MEMBEROVERVIEW_Lightstreamer_DotNet_Client_ConnectionConstraints_14_Public_Properties.html" target="topic">Public Properties</a></div>
</div>
</div>
<!-- End Page Header -->
<!-- Begin Client Area -->
<div class="Element720" id="areascroll">
<div class="Element721">
<!-- Begin Page Content -->
<div class="Element58">
<a name="53756D6D617279"></a><div class="Element11">
<div class="Element10">
<p class="Element10">
The following tables list the members exposed by ConnectionConstraints.</p></div>
</div>
<a name="436C617373"></a><div class="Element14">
<a onclick="toggleVisibilityStored('436C617373');" class="a_Element14"><img src="btn_collapse_2.gif" border="0" alt="" title="" id="img436C617373">Class</a></div>
<div id="div436C617373">
<div class="Element11">
<div class="Element10">
<p class="Element10">
<a href="Lightstreamer_DotNet_Client_ConnectionConstraints.html" target="topic">ConnectionConstraints Class</a></p></div>
</div>
</div>
<a name="5075626C6963204D6574686F6473"></a><div class="Element14">
<a onclick="toggleVisibilityStored('5075626C6963204D6574686F6473');" class="a_Element14"><img src="btn_collapse_2.gif" border="0" alt="" title="" id="img5075626C6963204D6574686F6473">Public Methods</a></div>
<div id="div5075626C6963204D6574686F6473">
<div class="Element11">
<div class="Element10">
<div class="Element212">
<div class="TableDiv">
<table cellspacing="0" class="Table0">
<tr>
<td class="Element200" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element201">
</div></td><td class="Element200" valign="top" width="30%">
<div class="Element201">
Name </div></td><td class="Element204" valign="top" width="60%">
<div class="Element205">
Description </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_method.gif" border="0" alt="" title=""><img src="indicator_virtual.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_ConnectionConstraints_Clone.html" target="topic">Clone</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Method clone. </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_method.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_ConnectionConstraints_Equals@object.html" target="topic">Equals</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Method Equals. </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_method.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_ConnectionConstraints_GetHashCode.html" target="topic">GetHashCode</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Method GetHashCode. </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_method.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_ConnectionConstraints_ToString.html" target="topic">ToString</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Method toString. </div></td></tr></table></div></div>
</div>
</div>
</div>
<a name="5075626C69632050726F70657274696573"></a><div class="Element14">
<a onclick="toggleVisibilityStored('5075626C69632050726F70657274696573');" class="a_Element14"><img src="btn_collapse_2.gif" border="0" alt="" title="" id="img5075626C69632050726F70657274696573">Public Properties</a></div>
<div id="div5075626C69632050726F70657274696573">
<div class="Element11">
<div class="Element10">
<div class="Element212">
<div class="TableDiv">
<table cellspacing="0" class="Table0">
<tr>
<td class="Element200" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element201">
</div></td><td class="Element200" valign="top" width="30%">
<div class="Element201">
Name </div></td><td class="Element204" valign="top" width="60%">
<div class="Element205">
Description </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_property.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_ConnectionConstraints_MaxBandwidth.html" target="topic">MaxBandwidth</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Bandwidth constraint, in Kbit/sec, for data flow from the Connection. If null, no bandwidth constraint has to be applied. </div></td></tr></table></div></div>
</div>
</div>
</div>
<a name="4C696E6B73"></a><div class="Element14">
<a onclick="toggleVisibilityStored('4C696E6B73');" class="a_Element14"><img src="btn_collapse_2.gif" border="0" alt="" title="" id="img4C696E6B73">Links</a></div>
<div id="div4C696E6B73">
<div class="Element11">
<div class="Element10">
<a href="Lightstreamer_DotNet_Client_ConnectionConstraints.html" target="topic">ConnectionConstraints Class</a>, <a href="_!!MEMBEROVERVIEW_Lightstreamer_DotNet_Client_ConnectionConstraints_14_Legend.html" target="topic">Legend</a>, <a href="_!!MEMBEROVERVIEW_Lightstreamer_DotNet_Client_ConnectionConstraints_14_Public_Methods.html" target="topic">Public Methods</a>, <a href="_!!MEMBEROVERVIEW_Lightstreamer_DotNet_Client_ConnectionConstraints_14_Public_Properties.html" target="topic">Public Properties</a></div>
</div>
</div>
</div>
<!-- End Page Content -->
<!-- Begin Page Footer -->
<div class="Element93">
<table width="100%" cellspacing="0" cellpadding="0">
<tr><td width="100%">
<div class="Element3">
<a href="http://www.lightstreamer.com/" target="_blank">Copyright (C) 2004-2011 Weswit s.r.l.</a></div>
</td></tr><tr><td width="100%">
<div class="Element4">
<a href="contents.html" target="tocidx">Contents</a> | <a href="idx.html" target="tocidx">Index</a> | <a href="index.html" target="topic">Home</a></div>
</td></tr></table></div>
<!-- End Page Footer -->
</div>
</div>
<!-- End Client Area -->
</body></html> | cityindex-attic/CIAPI.CS | src/packages/Lightstreamer 4.2 Client/sdk_client_silverlight/doc/API-reference/!!MEMBEROVERVIEW_Lightstreamer_DotNet_Client_ConnectionConstraints.html | HTML | apache-2.0 | 10,340 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Domain Struct Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset='utf-8'>
<script src="../js/jquery.min.js" defer></script>
<script src="../js/jazzy.js" defer></script>
</head>
<body>
<a name="//apple_ref/swift/Struct/Domain" class="dashAnchor"></a>
<a title="Domain Struct Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Appudo Docs</a></p>
<p class="header-right"><a href="https://www.github.com/Appudo"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html">Appudo Reference</a>
<img id="carat" src="../img/carat.png" />
Domain Struct Reference
</p>
</div>
<div class="content-wrapper">
<nav class="sidebar">
<ul class="nav-groups">
<li class="nav-group-name">
<a href="../Classes.html">Classes</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Classes/Async.html">Async</a>
</li>
<li class="nav-group-task">
<a href="../Classes/DataBlob.html">DataBlob</a>
</li>
<li class="nav-group-task">
<a href="../Classes/FileItemList.html">FileItemList</a>
</li>
<li class="nav-group-task">
<a href="../Classes/HTTPClient.html">HTTPClient</a>
</li>
<li class="nav-group-task">
<a href="../Classes/HTTPClient/HTTPVersion.html">– HTTPVersion</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SQLQry.html">SQLQry</a>
</li>
<li class="nav-group-task">
<a href="../Classes/UserList.html">UserList</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Enums.html">Enums</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Enums/AppudoError.html">AppudoError</a>
</li>
<li class="nav-group-task">
<a href="../Enums.html#/s:6Appudo14ErrorEventTypeO">ErrorEventType</a>
</li>
<li class="nav-group-task">
<a href="../Enums.html#/s:6Appudo17HTTPRequestStatusO">HTTPRequestStatus</a>
</li>
<li class="nav-group-task">
<a href="../Enums.html#/s:6Appudo15HTTPRequestTypeO">HTTPRequestType</a>
</li>
<li class="nav-group-task">
<a href="../Enums.html#/s:6Appudo4LangO">Lang</a>
</li>
<li class="nav-group-task">
<a href="../Enums.html#/s:6Appudo8LinkTypeO">LinkType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SQLQryError.html">SQLQryError</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Extensions.html">Extensions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Extensions/Date.html">Date</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Functions.html">Functions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Functions/<!(_:).html"><!(_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Appudo2lqopSbyycF"><?(_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions/<?(_:_:).html"><?(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Appudo12AlphasortASCs5Int32VAA13_UserListItemV1a_AF1btF">AlphasortASC(a:b:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Appudo12AlphasortASCs5Int32VAA8FileItemV1a_AF1btF">AlphasortASC(a:b:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Appudo12AlphasortDSCs5Int32VAA13_UserListItemV1a_AF1btF">AlphasortDSC(a:b:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Appudo12AlphasortDSCs5Int32VAA8FileItemV1a_AF1btF">AlphasortDSC(a:b:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:6Appudo13appudo_assertySbyXK_SSyXKs12StaticStringVSutF">appudo_assert(_:_:_:_:)</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Protocols.html">Protocols</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Protocols/Blob.html">Blob</a>
</li>
<li class="nav-group-task">
<a href="../Protocols.html#/s:6Appudo15DataWriteSourceP">DataWriteSource</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/FileLockable.html">FileLockable</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/FileSeekable.html">FileSeekable</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/FileSendSource.html">FileSendSource</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Structs.html">Structs</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Structs/Account.html">Account</a>
</li>
<li class="nav-group-task">
<a href="../Structs/AccountID.html">AccountID</a>
</li>
<li class="nav-group-task">
<a href="../Structs/AsyncValue.html">AsyncValue</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Dir.html">Dir</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Domain.html">Domain</a>
</li>
<li class="nav-group-task">
<a href="../Structs/ErrorEvent.html">ErrorEvent</a>
</li>
<li class="nav-group-task">
<a href="../Structs/FileItem.html">FileItem</a>
</li>
<li class="nav-group-task">
<a href="../Structs/FileItem/Flag.html">– Flag</a>
</li>
<li class="nav-group-task">
<a href="../Structs/FileItem/RenameFlags.html">– RenameFlags</a>
</li>
<li class="nav-group-task">
<a href="../Structs/FileItem/MKPathFlags.html">– MKPathFlags</a>
</li>
<li class="nav-group-task">
<a href="../Structs/FileItem/Mode.html">– Mode</a>
</li>
<li class="nav-group-task">
<a href="../Structs/FileItem/AccessMode.html">– AccessMode</a>
</li>
<li class="nav-group-task">
<a href="../Structs/FileSeekFlag.html">FileSeekFlag</a>
</li>
<li class="nav-group-task">
<a href="../Structs/FileStat.html">FileStat</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:6Appudo8FileViewV">FileView</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Group.html">Group</a>
</li>
<li class="nav-group-task">
<a href="../Structs/GroupID.html">GroupID</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:6Appudo9GroupInfoV">GroupInfo</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Link.html">Link</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Mail.html">Mail</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:6Appudo6MemVarV">MemVar</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Memory.html">Memory</a>
</li>
<li class="nav-group-task">
<a href="../Structs/MenuItem.html">MenuItem</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Page.html">Page</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Role.html">Role</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SQLQryValue.html">SQLQryValue</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Setting.html">Setting</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SettingVar.html">SettingVar</a>
</li>
<li class="nav-group-task">
<a href="../Structs/Socket.html">Socket</a>
</li>
<li class="nav-group-task">
<a href="../Structs/StaticDomain.html">StaticDomain</a>
</li>
<li class="nav-group-task">
<a href="../Structs/User.html">User</a>
</li>
<li class="nav-group-task">
<a href="../Structs/UserID.html">UserID</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:6Appudo8UserInfoV">UserInfo</a>
</li>
<li class="nav-group-task">
<a href="../Structs/UserListItem.html">UserListItem</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Typealiases.html">Typealiases</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Typealiases.html#/s:6Appudo10AsyncDelaya">AsyncDelay</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
<section>
<section class="section">
<h1>Domain</h1>
<div class="declaration">
<div class="language">
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">Domain</span></code></pre>
</div>
</div>
<p>For each registered domain there is a property with the domain name in the Domain struct.</p>
<div class="aside aside-see-also">
<p class="aside-title">See also</p>
StaticDomain
</div>
</section>
<section class="section task-group-section">
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:6Appudo6DomainV3XXXAA06StaticB0VvZ"></a>
<a name="//apple_ref/swift/Variable/XXX" class="dashAnchor"></a>
<a class="token" href="#/s:6Appudo6DomainV3XXXAA06StaticB0VvZ">XXX</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Access a domain by its name XXX.</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">static</span> <span class="k">var</span> <span class="nv">XXX</span> <span class="p">:</span> <span class="kt"><a href="../Structs/StaticDomain.html">StaticDomain</a></span></code></pre>
</div>
</div>
</section>
</div>
</li>
</ul>
</div>
</section>
</section>
<section id="footer">
<p>© 2017 <a class="link" href="" target="_blank" rel="external">source@appudo.com</a>. All rights reserved. (Last updated: 2017-08-01)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
</body>
</div>
</html>
| Appudo/Appudo.github.io | static/dashs/showcase/d/pub/docs_0.1.30/docsets/Appudo.docset/Contents/Resources/Documents/Structs/Domain.html | HTML | apache-2.0 | 13,453 |
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta charset="utf-8"/>
<meta name="description" content="Pedometer"/>
<title>Pedometer</title>
<link rel="stylesheet" href="lib/tau/wearable/theme/default/tau.css" />
<link rel="stylesheet" type="text/css" href="./css/style.css"/>
</head>
<body>
<div class="ui-page ui-page-active" id="main">
<header class="ui-header">
<h5 class="ui-title">I-Calories</h5>
</header>
<section class="ui-content">
<a href="#" id="start-btn" class="tile">
<span class="thumbnail"></span>
<span class="title">Start</span>
</a>
<a href="#" id="save-btn" class="tile">
<span class="thumbnail"></span>
<span class="title">Save</span>
</a>
<a href="#" id="about-btn" class="tile">
<span class="thumbnail"></span>
<span class="title">About</span>
</a>
<a href="#" id="exit-btn" class="tile">
<span class="thumbnail"></span>
<!-- <span class="title">LOGO</span> -->
</a>
</section>
<!--
<div class="ui-content content-padding">
<div class="ui-grid-col-3 button-group-height">
<button type="button" class="start ui-btn">Start</button>
<button type="button" class="stop ui-btn">Stop</button>
<button type="button" class="store ui-btn">Store</button>
</div>
<ul style="height:20px" class="ui-listview">
<li id="xaccel" style="font-size: 20px">X</li>
<li id="yaccel" style="font-size: 20px">Y</li>
<li id="zaccel" style="font-size: 20px">Z</li>
</ul>
</div>
-->
</div>
<div class="ui-page" id="starting" >
<header class="ui-header">
<h5 class="ui-title">I-Calories</h5>
</header>
<section class="ui-content" >
<a href="#" id="stop-btn" class="tile2">
<span class="thumbnail"></span>
<span class="title">Stop</span>
</a>
<!-- align="center"
<div class="ui-content content-padding">
<ul style="height:20px" class="ui-listview">
<li id="xaccel" style="font-size: 20px">X</li>
<li id="yaccel" style="font-size: 20px">Y</li>
<li id="zaccel" style="font-size: 20px">Z</li>
</ul>
</div>
-->
</section>
</div>
<!-- -->
<div class="ui-page" id="store">
<div class="ui-content content-padding">
<!--
<div class="ui-grid-col-3 button-group-height">
<button type="button" class="connect ui-btn">Connect</button>
<button type="button" class="save ui-btn">Save</button>
<button type="button" class="deconnect ui-btn">Deconnect</button>
</div>
<div class="ok-button">
<button id="okbtn" type="button" class="ok ui-btn" >OK</button>
</div>
-->
<div id="resultBoard"></div>
</div>
</div>
<script src="./lib/tau/wearable/js/tau.js"></script>
<script src="./js/core/core.js" data-main="./js/app.js"></script>
</body>
</html>
| m10223045/Gear2App_Wearable | index.html | HTML | apache-2.0 | 3,268 |
<!DOCTYPE html>
<!--
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.2
Version: 3.7.0
Author: KeenThemes
Website: http://www.keenthemes.com/
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Like: www.facebook.com/keenthemes
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
-->
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<!-- BEGIN HEAD -->
<head>
<meta charset="utf-8"/>
<title>Metronic | Portlets - Draggable Portlets</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta content="" name="description"/>
<meta content="" name="author"/>
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css">
<link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="../../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css">
<link href="../../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="../../assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css">
<link href="../../assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css"/>
<!-- END GLOBAL MANDATORY STYLES -->
<!-- BEGIN THEME STYLES -->
<link href="../../assets/global/css/components-md.css" id="style_components" rel="stylesheet" type="text/css"/>
<link href="../../assets/global/css/plugins-md.css" rel="stylesheet" type="text/css"/>
<link href="../../assets/admin/layout4/css/layout.css" rel="stylesheet" type="text/css"/>
<link id="style_color" href="../../assets/admin/layout4/css/themes/light.css" rel="stylesheet" type="text/css"/>
<link href="../../assets/admin/layout4/css/custom.css" rel="stylesheet" type="text/css"/>
<!-- END THEME STYLES -->
<link rel="shortcut icon" href="favicon.ico"/>
</head>
<!-- END HEAD -->
<!-- BEGIN BODY -->
<!-- DOC: Apply "page-header-fixed-mobile" and "page-footer-fixed-mobile" class to body element to force fixed header or footer in mobile devices -->
<!-- DOC: Apply "page-sidebar-closed" class to the body and "page-sidebar-menu-closed" class to the sidebar menu element to hide the sidebar by default -->
<!-- DOC: Apply "page-sidebar-hide" class to the body to make the sidebar completely hidden on toggle -->
<!-- DOC: Apply "page-sidebar-closed-hide-logo" class to the body element to make the logo hidden on sidebar toggle -->
<!-- DOC: Apply "page-sidebar-hide" class to body element to completely hide the sidebar on sidebar toggle -->
<!-- DOC: Apply "page-sidebar-fixed" class to have fixed sidebar -->
<!-- DOC: Apply "page-footer-fixed" class to the body element to have fixed footer -->
<!-- DOC: Apply "page-sidebar-reversed" class to put the sidebar on the right side -->
<!-- DOC: Apply "page-full-width" class to the body element to have full width page without the sidebar menu -->
<body class="page-md page-header-fixed page-sidebar-closed-hide-logo ">
<!-- BEGIN HEADER -->
<div class="page-header md-shadow-z-1-i navbar navbar-fixed-top">
<!-- BEGIN HEADER INNER -->
<div class="page-header-inner">
<!-- BEGIN LOGO -->
<div class="page-logo">
<a href="index.html">
<img src="../../assets/admin/layout4/img/logo-light.png" alt="logo" class="logo-default"/>
</a>
<div class="menu-toggler sidebar-toggler">
<!-- DOC: Remove the above "hide" to enable the sidebar toggler button on header -->
</div>
</div>
<!-- END LOGO -->
<!-- BEGIN RESPONSIVE MENU TOGGLER -->
<a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse">
</a>
<!-- END RESPONSIVE MENU TOGGLER -->
<!-- BEGIN PAGE ACTIONS -->
<!-- DOC: Remove "hide" class to enable the page header actions -->
<div class="page-actions">
<div class="btn-group">
<button type="button" class="btn red-haze btn-sm dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<span class="hidden-sm hidden-xs">Actions </span><i class="fa fa-angle-down"></i>
</button>
<ul class="dropdown-menu" role="menu">
<li>
<a href="javascript:;">
<i class="icon-docs"></i> New Post </a>
</li>
<li>
<a href="javascript:;">
<i class="icon-tag"></i> New Comment </a>
</li>
<li>
<a href="javascript:;">
<i class="icon-share"></i> Share </a>
</li>
<li class="divider">
</li>
<li>
<a href="javascript:;">
<i class="icon-flag"></i> Comments <span class="badge badge-success">4</span>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-users"></i> Feedbacks <span class="badge badge-danger">2</span>
</a>
</li>
</ul>
</div>
</div>
<!-- END PAGE ACTIONS -->
<!-- BEGIN PAGE TOP -->
<div class="page-top">
<!-- BEGIN HEADER SEARCH BOX -->
<!-- DOC: Apply "search-form-expanded" right after the "search-form" class to have half expanded search box -->
<form class="search-form" action="extra_search.html" method="GET">
<div class="input-group">
<input type="text" class="form-control input-sm" placeholder="Search..." name="query">
<span class="input-group-btn">
<a href="javascript:;" class="btn submit"><i class="icon-magnifier"></i></a>
</span>
</div>
</form>
<!-- END HEADER SEARCH BOX -->
<!-- BEGIN TOP NAVIGATION MENU -->
<div class="top-menu">
<ul class="nav navbar-nav pull-right">
<li class="separator hide">
</li>
<!-- BEGIN NOTIFICATION DROPDOWN -->
<!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
<li class="dropdown dropdown-extended dropdown-notification dropdown-dark" id="header_notification_bar">
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<i class="icon-bell"></i>
<span class="badge badge-success">
7 </span>
</a>
<ul class="dropdown-menu">
<li class="external">
<h3><span class="bold">12 pending</span> notifications</h3>
<a href="extra_profile.html">view all</a>
</li>
<li>
<ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283">
<li>
<a href="javascript:;">
<span class="time">just now</span>
<span class="details">
<span class="label label-sm label-icon label-success">
<i class="fa fa-plus"></i>
</span>
New user registered. </span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="time">3 mins</span>
<span class="details">
<span class="label label-sm label-icon label-danger">
<i class="fa fa-bolt"></i>
</span>
Server #12 overloaded. </span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="time">10 mins</span>
<span class="details">
<span class="label label-sm label-icon label-warning">
<i class="fa fa-bell-o"></i>
</span>
Server #2 not responding. </span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="time">14 hrs</span>
<span class="details">
<span class="label label-sm label-icon label-info">
<i class="fa fa-bullhorn"></i>
</span>
Application error. </span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="time">2 days</span>
<span class="details">
<span class="label label-sm label-icon label-danger">
<i class="fa fa-bolt"></i>
</span>
Database overloaded 68%. </span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="time">3 days</span>
<span class="details">
<span class="label label-sm label-icon label-danger">
<i class="fa fa-bolt"></i>
</span>
A user IP blocked. </span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="time">4 days</span>
<span class="details">
<span class="label label-sm label-icon label-warning">
<i class="fa fa-bell-o"></i>
</span>
Storage Server #4 not responding dfdfdfd. </span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="time">5 days</span>
<span class="details">
<span class="label label-sm label-icon label-info">
<i class="fa fa-bullhorn"></i>
</span>
System Error. </span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="time">9 days</span>
<span class="details">
<span class="label label-sm label-icon label-danger">
<i class="fa fa-bolt"></i>
</span>
Storage server failed. </span>
</a>
</li>
</ul>
</li>
</ul>
</li>
<!-- END NOTIFICATION DROPDOWN -->
<li class="separator hide">
</li>
<!-- BEGIN INBOX DROPDOWN -->
<!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
<li class="dropdown dropdown-extended dropdown-inbox dropdown-dark" id="header_inbox_bar">
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<i class="icon-envelope-open"></i>
<span class="badge badge-danger">
4 </span>
</a>
<ul class="dropdown-menu">
<li class="external">
<h3>You have <span class="bold">7 New</span> Messages</h3>
<a href="inbox.html">view all</a>
</li>
<li>
<ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283">
<li>
<a href="inbox.html?a=view">
<span class="photo">
<img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt="">
</span>
<span class="subject">
<span class="from">
Lisa Wong </span>
<span class="time">Just Now </span>
</span>
<span class="message">
Vivamus sed auctor nibh congue nibh. auctor nibh auctor nibh... </span>
</a>
</li>
<li>
<a href="inbox.html?a=view">
<span class="photo">
<img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt="">
</span>
<span class="subject">
<span class="from">
Richard Doe </span>
<span class="time">16 mins </span>
</span>
<span class="message">
Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
</a>
</li>
<li>
<a href="inbox.html?a=view">
<span class="photo">
<img src="../../assets/admin/layout3/img/avatar1.jpg" class="img-circle" alt="">
</span>
<span class="subject">
<span class="from">
Bob Nilson </span>
<span class="time">2 hrs </span>
</span>
<span class="message">
Vivamus sed nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
</a>
</li>
<li>
<a href="inbox.html?a=view">
<span class="photo">
<img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt="">
</span>
<span class="subject">
<span class="from">
Lisa Wong </span>
<span class="time">40 mins </span>
</span>
<span class="message">
Vivamus sed auctor 40% nibh congue nibh... </span>
</a>
</li>
<li>
<a href="inbox.html?a=view">
<span class="photo">
<img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt="">
</span>
<span class="subject">
<span class="from">
Richard Doe </span>
<span class="time">46 mins </span>
</span>
<span class="message">
Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span>
</a>
</li>
</ul>
</li>
</ul>
</li>
<!-- END INBOX DROPDOWN -->
<li class="separator hide">
</li>
<!-- BEGIN TODO DROPDOWN -->
<!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
<li class="dropdown dropdown-extended dropdown-tasks dropdown-dark" id="header_task_bar">
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<i class="icon-calendar"></i>
<span class="badge badge-primary">
3 </span>
</a>
<ul class="dropdown-menu extended tasks">
<li class="external">
<h3>You have <span class="bold">12 pending</span> tasks</h3>
<a href="page_todo.html">view all</a>
</li>
<li>
<ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283">
<li>
<a href="javascript:;">
<span class="task">
<span class="desc">New release v1.2 </span>
<span class="percent">30%</span>
</span>
<span class="progress">
<span style="width: 40%;" class="progress-bar progress-bar-success" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">40% Complete</span></span>
</span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="task">
<span class="desc">Application deployment</span>
<span class="percent">65%</span>
</span>
<span class="progress">
<span style="width: 65%;" class="progress-bar progress-bar-danger" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">65% Complete</span></span>
</span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="task">
<span class="desc">Mobile app release</span>
<span class="percent">98%</span>
</span>
<span class="progress">
<span style="width: 98%;" class="progress-bar progress-bar-success" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">98% Complete</span></span>
</span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="task">
<span class="desc">Database migration</span>
<span class="percent">10%</span>
</span>
<span class="progress">
<span style="width: 10%;" class="progress-bar progress-bar-warning" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">10% Complete</span></span>
</span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="task">
<span class="desc">Web server upgrade</span>
<span class="percent">58%</span>
</span>
<span class="progress">
<span style="width: 58%;" class="progress-bar progress-bar-info" aria-valuenow="58" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">58% Complete</span></span>
</span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="task">
<span class="desc">Mobile development</span>
<span class="percent">85%</span>
</span>
<span class="progress">
<span style="width: 85%;" class="progress-bar progress-bar-success" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">85% Complete</span></span>
</span>
</a>
</li>
<li>
<a href="javascript:;">
<span class="task">
<span class="desc">New UI release</span>
<span class="percent">38%</span>
</span>
<span class="progress progress-striped">
<span style="width: 38%;" class="progress-bar progress-bar-important" aria-valuenow="18" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">38% Complete</span></span>
</span>
</a>
</li>
</ul>
</li>
</ul>
</li>
<!-- END TODO DROPDOWN -->
<!-- BEGIN USER LOGIN DROPDOWN -->
<!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
<li class="dropdown dropdown-user dropdown-dark">
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<span class="username username-hide-on-mobile">
Nick </span>
<!-- DOC: Do not remove below empty space( ) as its purposely used -->
<img alt="" class="img-circle" src="../../assets/admin/layout4/img/avatar9.jpg"/>
</a>
<ul class="dropdown-menu dropdown-menu-default">
<li>
<a href="extra_profile.html">
<i class="icon-user"></i> My Profile </a>
</li>
<li>
<a href="page_calendar.html">
<i class="icon-calendar"></i> My Calendar </a>
</li>
<li>
<a href="inbox.html">
<i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger">
3 </span>
</a>
</li>
<li>
<a href="page_todo.html">
<i class="icon-rocket"></i> My Tasks <span class="badge badge-success">
7 </span>
</a>
</li>
<li class="divider">
</li>
<li>
<a href="extra_lock.html">
<i class="icon-lock"></i> Lock Screen </a>
</li>
<li>
<a href="login.html">
<i class="icon-key"></i> Log Out </a>
</li>
</ul>
</li>
<!-- END USER LOGIN DROPDOWN -->
</ul>
</div>
<!-- END TOP NAVIGATION MENU -->
</div>
<!-- END PAGE TOP -->
</div>
<!-- END HEADER INNER -->
</div>
<!-- END HEADER -->
<div class="clearfix">
</div>
<!-- BEGIN CONTAINER -->
<div class="page-container">
<!-- BEGIN SIDEBAR -->
<div class="page-sidebar-wrapper">
<!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->
<!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed -->
<div class="page-sidebar md-shadow-z-2-i navbar-collapse collapse">
<!-- BEGIN SIDEBAR MENU -->
<!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) -->
<!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode -->
<!-- DOC: Apply "page-sidebar-menu-closed" class right after "page-sidebar-menu" to collapse("page-sidebar-closed" class must be applied to the body element) the sidebar sub menu mode -->
<!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->
<!-- DOC: Set data-keep-expand="true" to keep the submenues expanded -->
<!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed -->
<ul class="page-sidebar-menu " data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200">
<li class="start ">
<a href="index.html">
<i class="icon-home"></i>
<span class="title">Dashboard</span>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-basket"></i>
<span class="title">eCommerce</span>
<span class="arrow "></span>
</a>
<ul class="sub-menu">
<li>
<a href="ecommerce_index.html">
<i class="icon-home"></i>
Dashboard</a>
</li>
<li>
<a href="ecommerce_orders.html">
<i class="icon-basket"></i>
Orders</a>
</li>
<li>
<a href="ecommerce_orders_view.html">
<i class="icon-tag"></i>
Order View</a>
</li>
<li>
<a href="ecommerce_products.html">
<i class="icon-handbag"></i>
Products</a>
</li>
<li>
<a href="ecommerce_products_edit.html">
<i class="icon-pencil"></i>
Product Edit</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-rocket"></i>
<span class="title">Page Layouts</span>
<span class="arrow "></span>
</a>
<ul class="sub-menu">
<li>
<a href="layout_sidebar_reversed.html">
<span class="badge badge-warning">new</span>Right Sidebar Page</a>
</li>
<li>
<a href="layout_sidebar_fixed.html">
Sidebar Fixed Page</a>
</li>
<li>
<a href="layout_sidebar_closed.html">
Sidebar Closed Page</a>
</li>
<li>
<a href="layout_blank_page.html">
Blank Page</a>
</li>
<li>
<a href="layout_boxed_page.html">
Boxed Page</a>
</li>
<li>
<a href="layout_language_bar.html">
Language Switch Bar</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-diamond"></i>
<span class="title">UI Features</span>
<span class="arrow "></span>
</a>
<ul class="sub-menu">
<li>
<a href="ui_general.html">
General Components</a>
</li>
<li>
<a href="ui_buttons.html">
Buttons</a>
</li>
<li>
<a href="ui_icons.html">
<span class="badge badge-danger">new</span>Font Icons</a>
</li>
<li>
<a href="ui_colors.html">
Flat UI Colors</a>
</li>
<li>
<a href="ui_typography.html">
Typography</a>
</li>
<li>
<a href="ui_tabs_accordions_navs.html">
Tabs, Accordions & Navs</a>
</li>
<li>
<a href="ui_tree.html">
<span class="badge badge-danger">new</span>Tree View</a>
</li>
<li>
<a href="ui_page_progress_style_1.html">
<span class="badge badge-warning">new</span>Page Progress Bar - Style 1</a>
</li>
<li>
<a href="ui_blockui.html">
Block UI</a>
</li>
<li>
<a href="ui_bootstrap_growl.html">
<span class="badge badge-roundless badge-warning">new</span>Bootstrap Growl Notifications</a>
</li>
<li>
<a href="ui_notific8.html">
Notific8 Notifications</a>
</li>
<li>
<a href="ui_toastr.html">
Toastr Notifications</a>
</li>
<li>
<a href="ui_alert_dialog_api.html">
<span class="badge badge-danger">new</span>Alerts & Dialogs API</a>
</li>
<li>
<a href="ui_session_timeout.html">
Session Timeout</a>
</li>
<li>
<a href="ui_idle_timeout.html">
User Idle Timeout</a>
</li>
<li>
<a href="ui_modals.html">
Modals</a>
</li>
<li>
<a href="ui_extended_modals.html">
Extended Modals</a>
</li>
<li>
<a href="ui_tiles.html">
Tiles</a>
</li>
<li>
<a href="ui_datepaginator.html">
<span class="badge badge-success">new</span>Date Paginator</a>
</li>
<li>
<a href="ui_nestable.html">
Nestable List</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-puzzle"></i>
<span class="title">UI Components</span>
<span class="arrow "></span>
</a>
<ul class="sub-menu">
<li>
<a href="components_pickers.html">
Date & Time Pickers</a>
</li>
<li>
<a href="components_context_menu.html">
Context Menu</a>
</li>
<li>
<a href="components_dropdowns.html">
Custom Dropdowns</a>
</li>
<li>
<a href="components_form_tools.html">
Form Widgets & Tools</a>
</li>
<li>
<a href="components_form_tools2.html">
Form Widgets & Tools 2</a>
</li>
<li>
<a href="components_editors.html">
Markdown & WYSIWYG Editors</a>
</li>
<li>
<a href="components_ion_sliders.html">
Ion Range Sliders</a>
</li>
<li>
<a href="components_noui_sliders.html">
NoUI Range Sliders</a>
</li>
<li>
<a href="components_jqueryui_sliders.html">
jQuery UI Sliders</a>
</li>
<li>
<a href="components_knob_dials.html">
Knob Circle Dials</a>
</li>
</ul>
</li>
<!-- BEGIN ANGULARJS LINK -->
<li class="tooltips" data-container="body" data-placement="right" data-html="true" data-original-title="AngularJS version demo">
<a href="angularjs" target="_blank">
<i class="icon-paper-plane"></i>
<span class="title">
AngularJS Version </span>
</a>
</li>
<!-- END ANGULARJS LINK -->
<li>
<a href="javascript:;">
<i class="icon-settings"></i>
<span class="title">Form Stuff</span>
<span class="arrow "></span>
</a>
<ul class="sub-menu">
<li>
<a href="form_controls_md.html">
<span class="badge badge-roundless badge-danger">new</span>Material Design<br>
Form Controls</a>
</li>
<li>
<a href="form_controls.html">
Bootstrap<br>
Form Controls</a>
</li>
<li>
<a href="form_layouts.html">
Form Layouts</a>
</li>
<li>
<a href="form_editable.html">
<span class="badge badge-warning">new</span>Form X-editable</a>
</li>
<li>
<a href="form_wizard.html">
Form Wizard</a>
</li>
<li>
<a href="form_validation.html">
Form Validation</a>
</li>
<li>
<a href="form_image_crop.html">
<span class="badge badge-danger">new</span>Image Cropping</a>
</li>
<li>
<a href="form_fileupload.html">
Multiple File Upload</a>
</li>
<li>
<a href="form_dropzone.html">
Dropzone File Upload</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-briefcase"></i>
<span class="title">Data Tables</span>
<span class="arrow "></span>
</a>
<ul class="sub-menu">
<li>
<a href="table_basic.html">
Basic Datatables</a>
</li>
<li>
<a href="table_tree.html">
Tree Datatables</a>
</li>
<li>
<a href="table_responsive.html">
Responsive Datatables</a>
</li>
<li>
<a href="table_managed.html">
Managed Datatables</a>
</li>
<li>
<a href="table_editable.html">
Editable Datatables</a>
</li>
<li>
<a href="table_advanced.html">
Advanced Datatables</a>
</li>
<li>
<a href="table_ajax.html">
Ajax Datatables</a>
</li>
</ul>
</li>
<li class="active open">
<a href="javascript:;">
<i class="icon-wallet"></i>
<span class="title">Portlets</span>
<span class="arrow open"></span>
</a>
<ul class="sub-menu">
<li>
<a href="portlet_general.html">
General Portlets</a>
</li>
<li>
<a href="portlet_general2.html">
<span class="badge badge-danger">new</span>New Portlets #1</a>
</li>
<li>
<a href="portlet_general3.html">
<span class="badge badge-danger">new</span>New Portlets #2</a>
</li>
<li>
<a href="portlet_ajax.html">
Ajax Portlets</a>
</li>
<li class="active">
<a href="portlet_draggable.html">
Draggable Portlets</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-bar-chart"></i>
<span class="title">Charts</span>
<span class="arrow "></span>
</a>
<ul class="sub-menu">
<li>
<a href="charts_amcharts.html">
Amchart</a>
</li>
<li>
<a href="charts_flotcharts.html">
Flotchart</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-docs"></i>
<span class="title">Pages</span>
<span class="arrow "></span>
</a>
<ul class="sub-menu">
<li>
<a href="page_timeline.html">
<i class="icon-paper-plane"></i>
<span class="badge badge-warning">2</span>New Timeline</a>
</li>
<li>
<a href="extra_profile.html">
<i class="icon-user-following"></i>
<span class="badge badge-success badge-roundless">new</span>New User Profile</a>
</li>
<li>
<a href="page_todo.html">
<i class="icon-hourglass"></i>
<span class="badge badge-danger">4</span>Todo</a>
</li>
<li>
<a href="inbox.html">
<i class="icon-envelope"></i>
<span class="badge badge-danger">4</span>Inbox</a>
</li>
<li>
<a href="extra_faq.html">
<i class="icon-info"></i>
FAQ</a>
</li>
<li>
<a href="page_portfolio.html">
<i class="icon-feed"></i>
Portfolio</a>
</li>
<li>
<a href="page_timeline.html">
<i class="icon-clock"></i>
<span class="badge badge-info">4</span>Timeline</a>
</li>
<li>
<a href="page_coming_soon.html">
<i class="icon-flag"></i>
Coming Soon</a>
</li>
<li>
<a href="page_calendar.html">
<i class="icon-calendar"></i>
<span class="badge badge-danger">14</span>Calendar</a>
</li>
<li>
<a href="extra_invoice.html">
<i class="icon-flag"></i>
Invoice</a>
</li>
<li>
<a href="page_blog.html">
<i class="icon-speech"></i>
Blog</a>
</li>
<li>
<a href="page_blog_item.html">
<i class="icon-link"></i>
Blog Post</a>
</li>
<li>
<a href="page_news.html">
<i class="icon-eye"></i>
<span class="badge badge-success">9</span>News</a>
</li>
<li>
<a href="page_news_item.html">
<i class="icon-bell"></i>
News View</a>
</li>
<li>
<a href="page_timeline_old.html">
<i class="icon-paper-plane"></i>
<span class="badge badge-warning">2</span>Old Timeline</a>
</li>
<li>
<a href="extra_profile_old.html">
<i class="icon-user"></i>
Old User Profile</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-present"></i>
<span class="title">Extra</span>
<span class="arrow "></span>
</a>
<ul class="sub-menu">
<li>
<a href="page_about.html">
About Us</a>
</li>
<li>
<a href="page_contact.html">
Contact Us</a>
</li>
<li>
<a href="extra_search.html">
Search Results</a>
</li>
<li>
<a href="extra_pricing_table.html">
Pricing Tables</a>
</li>
<li>
<a href="extra_404_option1.html">
404 Page Option 1</a>
</li>
<li>
<a href="extra_404_option2.html">
404 Page Option 2</a>
</li>
<li>
<a href="extra_404_option3.html">
404 Page Option 3</a>
</li>
<li>
<a href="extra_500_option1.html">
500 Page Option 1</a>
</li>
<li>
<a href="extra_500_option2.html">
500 Page Option 2</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-folder"></i>
<span class="title">Multi Level Menu</span>
<span class="arrow "></span>
</a>
<ul class="sub-menu">
<li>
<a href="javascript:;">
<i class="icon-settings"></i> Item 1 <span class="arrow"></span>
</a>
<ul class="sub-menu">
<li>
<a href="javascript:;">
<i class="icon-user"></i>
Sample Link 1 <span class="arrow"></span>
</a>
<ul class="sub-menu">
<li>
<a href="#"><i class="icon-power"></i> Sample Link 1</a>
</li>
<li>
<a href="#"><i class="icon-paper-plane"></i> Sample Link 1</a>
</li>
<li>
<a href="#"><i class="icon-star"></i> Sample Link 1</a>
</li>
</ul>
</li>
<li>
<a href="#"><i class="icon-camera"></i> Sample Link 1</a>
</li>
<li>
<a href="#"><i class="icon-link"></i> Sample Link 2</a>
</li>
<li>
<a href="#"><i class="icon-pointer"></i> Sample Link 3</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-globe"></i> Item 2 <span class="arrow"></span>
</a>
<ul class="sub-menu">
<li>
<a href="#"><i class="icon-tag"></i> Sample Link 1</a>
</li>
<li>
<a href="#"><i class="icon-pencil"></i> Sample Link 1</a>
</li>
<li>
<a href="#"><i class="icon-graph"></i> Sample Link 1</a>
</li>
</ul>
</li>
<li>
<a href="#">
<i class="icon-bar-chart"></i>
Item 3 </a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-user"></i>
<span class="title">Login Options</span>
<span class="arrow "></span>
</a>
<ul class="sub-menu">
<li>
<a href="login.html">
Login Form 1</a>
</li>
<li>
<a href="login_2.html">
Login Form 2</a>
</li>
<li>
<a href="login_3.html">
Login Form 3</a>
</li>
<li>
<a href="login_soft.html">
Login Form 4</a>
</li>
<li>
<a href="extra_lock.html">
Lock Screen 1</a>
</li>
<li>
<a href="extra_lock2.html">
Lock Screen 2</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-envelope-open"></i>
<span class="title">Email Templates</span>
<span class="arrow "></span>
</a>
<ul class="sub-menu">
<li>
<a href="email_template1.html">
New Email Template 1</a>
</li>
<li>
<a href="email_template2.html">
New Email Template 2</a>
</li>
<li>
<a href="email_template3.html">
New Email Template 3</a>
</li>
<li>
<a href="email_template4.html">
New Email Template 4</a>
</li>
<li>
<a href="email_newsletter.html">
Old Email Template 1</a>
</li>
<li>
<a href="email_system.html">
Old Email Template 2</a>
</li>
</ul>
</li>
<li class="last ">
<a href="javascript:;">
<i class="icon-pointer"></i>
<span class="title">Maps</span>
<span class="arrow "></span>
</a>
<ul class="sub-menu">
<li>
<a href="maps_google.html">
Google Maps</a>
</li>
<li>
<a href="maps_vector.html">
Vector Maps</a>
</li>
</ul>
</li>
</ul>
<!-- END SIDEBAR MENU -->
</div>
</div>
<!-- END SIDEBAR -->
<!-- BEGIN CONTENT -->
<div class="page-content-wrapper">
<div class="page-content">
<!-- BEGIN SAMPLE PORTLET CONFIGURATION MODAL FORM-->
<div class="modal fade" id="portlet-config" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button>
<h4 class="modal-title">Modal title</h4>
</div>
<div class="modal-body">
Widget settings form goes here
</div>
<div class="modal-footer">
<button type="button" class="btn blue">Save changes</button>
<button type="button" class="btn default" data-dismiss="modal">Close</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
<!-- END SAMPLE PORTLET CONFIGURATION MODAL FORM-->
<!-- BEGIN PAGE HEADER-->
<!-- BEGIN PAGE HEAD -->
<div class="page-head">
<!-- BEGIN PAGE TITLE -->
<div class="page-title">
<h1>Draggable Portlets <small>draggable portlet samples</small></h1>
</div>
<!-- END PAGE TITLE -->
<!-- BEGIN PAGE TOOLBAR -->
<div class="page-toolbar">
<!-- BEGIN THEME PANEL -->
<div class="btn-group btn-theme-panel">
<a href="javascript:;" class="btn dropdown-toggle" data-toggle="dropdown">
<i class="icon-settings"></i>
</a>
<div class="dropdown-menu theme-panel pull-right dropdown-custom hold-on-click">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-12">
<h3>THEME</h3>
<ul class="theme-colors">
<li class="theme-color theme-color-default active" data-theme="default">
<span class="theme-color-view"></span>
<span class="theme-color-name">Dark Header</span>
</li>
<li class="theme-color theme-color-light" data-theme="light">
<span class="theme-color-view"></span>
<span class="theme-color-name">Light Header</span>
</li>
</ul>
</div>
<div class="col-md-8 col-sm-8 col-xs-12 seperator">
<h3>LAYOUT</h3>
<ul class="theme-settings">
<li>
Theme Style
<select class="layout-style-option form-control input-small input-sm">
<option value="square" selected="selected">Square corners</option>
<option value="rounded">Rounded corners</option>
</select>
</li>
<li>
Layout
<select class="layout-option form-control input-small input-sm">
<option value="fluid" selected="selected">Fluid</option>
<option value="boxed">Boxed</option>
</select>
</li>
<li>
Header
<select class="page-header-option form-control input-small input-sm">
<option value="fixed" selected="selected">Fixed</option>
<option value="default">Default</option>
</select>
</li>
<li>
Top Dropdowns
<select class="page-header-top-dropdown-style-option form-control input-small input-sm">
<option value="light">Light</option>
<option value="dark" selected="selected">Dark</option>
</select>
</li>
<li>
Sidebar Mode
<select class="sidebar-option form-control input-small input-sm">
<option value="fixed">Fixed</option>
<option value="default" selected="selected">Default</option>
</select>
</li>
<li>
Sidebar Menu
<select class="sidebar-menu-option form-control input-small input-sm">
<option value="accordion" selected="selected">Accordion</option>
<option value="hover">Hover</option>
</select>
</li>
<li>
Sidebar Position
<select class="sidebar-pos-option form-control input-small input-sm">
<option value="left" selected="selected">Left</option>
<option value="right">Right</option>
</select>
</li>
<li>
Footer
<select class="page-footer-option form-control input-small input-sm">
<option value="fixed">Fixed</option>
<option value="default" selected="selected">Default</option>
</select>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- END THEME PANEL -->
</div>
<!-- END PAGE TOOLBAR -->
</div>
<!-- END PAGE HEAD -->
<!-- BEGIN PAGE BREADCRUMB -->
<ul class="page-breadcrumb breadcrumb">
<li>
<a href="index.html">Home</a>
<i class="fa fa-circle"></i>
</li>
<li>
<a href="#">Portlets</a>
<i class="fa fa-circle"></i>
</li>
<li>
<a href="#">Draggable Portlets</a>
</li>
</ul>
<!-- END PAGE BREADCRUMB -->
<!-- END PAGE HEADER-->
<!-- BEGIN PAGE CONTENT-->
<div class="portlet light">
<div class="portlet-body">
<div class="note note-success note-shadow">
<p>
The draggable portlets powered with jQueryUI Sortable Plugin. You can use the jQueryUI Sortable API to store the portlet positions in your backend. <br>
For more info check out <a href="http://jqueryui.com/sortable/#portlets" target="_blank">
jQueryUI Sortable Plugin's home</a>.
</p>
</div>
<div class="row" id="sortable_portlets">
<div class="col-md-4 column sortable">
<div class="portlet portlet-sortable light bordered">
<div class="portlet-title">
<div class="caption font-green-sharp">
<i class="icon-speech font-green-sharp"></i>
<span class="caption-subject bold uppercase"> Portlet</span>
<span class="caption-helper">details...</span>
</div>
<div class="actions">
<a href="javascript:;" class="btn btn-circle btn-default btn-sm">
<i class="fa fa-plus"></i> Add </a>
</div>
</div>
<div class="portlet-body">
<div class="scroller" style="height:200px" data-rail-visible="1" data-rail-color="yellow" data-handle-color="#a1b2bd">
<h4>Heading Text</h4>
<p>
Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.
</p>
<p>
nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.
</p>
</div>
</div>
</div>
<div class="portlet portlet-sortable light bg-inverse">
<div class="portlet-title">
<div class="caption">
<i class="icon-paper-plane font-green-haze"></i>
<span class="caption-subject bold font-green-haze uppercase">
Input </span>
<span class="caption-helper"></span>
</div>
<div class="actions">
<div class="portlet-input input-inline input-small">
<div class="input-icon right">
<i class="icon-magnifier"></i>
<input type="text" class="form-control input-circle" placeholder="search...">
</div>
</div>
</div>
</div>
<div class="portlet-body">
<h4>Heading text goes here...</h4>
<p>
Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis.
</p>
</div>
</div>
<div class="portlet portlet-sortable box green-haze">
<div class="portlet-title">
<div class="caption">
<i class="fa fa-gift"></i>Portlet
</div>
<div class="actions">
<a href="javascript:;" class="btn btn-default btn-sm">
<i class="fa fa-pencil"></i> Edit </a>
<a href="javascript:;" class="btn btn-default btn-sm">
<i class="fa fa-plus"></i> Add </a>
</div>
</div>
<div class="portlet-body">
<h4>Heading Text</h4>
<p>
Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur
</p>
</div>
</div>
<!-- empty sortable porlet required for each columns! -->
<div class="portlet portlet-sortable-empty">
</div>
</div>
<div class="col-md-4 column sortable">
<div class="portlet portlet-sortable light bg-inverse">
<div class="portlet-title">
<div class="caption font-red-sunglo">
<i class="icon-share font-red-sunglo"></i>
<span class="caption-subject bold uppercase"> Portlet</span>
<span class="caption-helper"></span>
</div>
<div class="actions">
<div class="btn-group btn-group-devided" data-toggle="buttons">
<label class="btn btn-circle btn-transparent grey-salsa btn-sm active">
<input type="radio" name="options" class="toggle" id="option2">Week</label>
<label class="btn btn-circle btn-transparent grey-salsa btn-sm">
<input type="radio" name="options" class="toggle" id="option2">Month</label>
</div>
</div>
</div>
<div class="portlet-body">
<div class="scroller" style="height:200px" data-always-visible="1" data-rail-visible="1" data-rail-color="red" data-handle-color="green">
<h4>Heading Text</h4>
<p>
Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.
</p>
<p>
nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.
</p>
</div>
</div>
</div>
<div class="portlet portlet-sortable box red-sunglo">
<div class="portlet-title">
<div class="caption">
<i class="fa fa-gift"></i>Portlet
</div>
<div class="actions">
<a href="javascript:;" class="btn btn-default btn-sm">
<i class="fa fa-pencil"></i> Edit </a>
<a href="javascript:;" class="btn btn-default btn-sm">
<i class="fa fa-plus"></i> Add </a>
</div>
</div>
<div class="portlet-body">
<p>
Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis.
</p>
<p>
Nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus.
</p>
</div>
</div>
<div class="portlet portlet-sortable light bordered">
<div class="portlet-title">
<div class="caption font-yellow-crusta">
<i class="icon-share font-yellow-crusta"></i>
<span class="caption-subject bold uppercase"> Portlet</span>
<span class="caption-helper">stats...</span>
</div>
<div class="actions">
<a class="btn btn-circle btn-icon-only btn-default" href="javascript:;">
<i class="icon-cloud-upload"></i>
</a>
<a class="btn btn-circle btn-icon-only btn-default" href="javascript:;">
<i class="icon-wrench"></i>
</a>
<a class="btn btn-circle btn-icon-only btn-default" href="javascript:;">
<i class="icon-trash"></i>
</a>
</div>
</div>
<div class="portlet-body">
Nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.
</div>
</div>
<!-- empty sortable porlet required for each columns! -->
<div class="portlet portlet-sortable-empty">
</div>
</div>
<div class="col-md-4 column sortable">
<div class="portlet portlet-sortable light bordered">
<div class="portlet-title tabbable-line">
<div class="caption">
<i class="icon-pin font-yellow-lemon"></i>
<span class="caption-subject bold font-yellow-lemon uppercase">
Tabs </span>
</div>
<ul class="nav nav-tabs">
<li>
<a href="#portlet_tab2" data-toggle="tab">
Tab 2 </a>
</li>
<li class="active">
<a href="#portlet_tab1" data-toggle="tab">
Tab 1 </a>
</li>
</ul>
</div>
<div class="portlet-body">
<div class="tab-content">
<div class="tab-pane active" id="portlet_tab1">
<h4>Tab 1 Content</h4>
<p>
Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.ut laoreet dolore magna ut laoreet dolore magna. ut laoreet dolore magna. ut laoreet dolore magna.
</p>
</div>
<div class="tab-pane" id="portlet_tab2">
<h4>Tab 2 Content</h4>
<p>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo.
</p>
</div>
</div>
</div>
</div>
<div class="portlet portlet-sortable box blue-hoki">
<div class="portlet-title">
<div class="caption">
<i class="fa fa-gift"></i>Portlet
</div>
<div class="actions">
<a href="javascript:;" class="btn btn-default btn-sm">
<i class="fa fa-pencil"></i> Edit </a>
<div class="btn-group">
<a class="btn btn-sm btn-default" href="javascript:;" data-toggle="dropdown">
<i class="fa fa-user"></i> User <i class="fa fa-angle-down"></i>
</a>
<ul class="dropdown-menu pull-right">
<li>
<a href="javascript:;">
<i class="fa fa-pencil"></i> Edit </a>
</li>
<li>
<a href="javascript:;">
<i class="fa fa-trash-o"></i> Delete </a>
</li>
<li>
<a href="javascript:;">
<i class="fa fa-ban"></i> Ban </a>
</li>
<li class="divider">
</li>
<li>
<a href="javascript:;">
<i class="i"></i> Make admin </a>
</li>
</ul>
</div>
</div>
</div>
<div class="portlet-body">
Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis. eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis.
</div>
</div>
<div class="portlet portlet-sortable light bg-inverse">
<div class="portlet-title">
<div class="caption">
<i class="icon-puzzle font-red-flamingo"></i>
<span class="caption-subject bold font-red-flamingo uppercase">
Tools </span>
<span class="caption-helper">actions...</span>
</div>
<div class="tools">
<a href="" class="collapse">
</a>
<a href="#portlet-config" data-toggle="modal" class="config">
</a>
<a href="" class="reload">
</a>
<a href="" class="fullscreen">
</a>
<a href="" class="remove">
</a>
</div>
</div>
<div class="portlet-body">
<h4>Heading text goes here...</h4>
<p>
Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur.
</p>
</div>
</div>
<!-- empty sortable porlet required for each columns! -->
<div class="portlet portlet-sortable-empty">
</div>
</div>
</div>
</div>
</div>
<!-- END PAGE CONTENT-->
</div>
</div>
<!-- END CONTENT -->
</div>
<!-- BEGIN FOOTER -->
<div class="page-footer">
<div class="page-footer-inner">
2014 © Metronic by keenthemes.
</div>
<div class="scroll-to-top">
<i class="icon-arrow-up"></i>
</div>
</div>
<!-- END FOOTER -->
<!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
<!-- BEGIN CORE PLUGINS -->
<!--[if lt IE 9]>
<script src="../../assets/global/plugins/respond.min.js"></script>
<script src="../../assets/global/plugins/excanvas.min.js"></script>
<![endif]-->
<script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script>
<!-- IMPORTANT! Load jquery-ui.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip -->
<script src="../../assets/global/plugins/jquery-ui/jquery-ui.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script>
<!-- END CORE PLUGINS -->
<!-- BEGIN PAGE LEVEL SCRIPTS -->
<script src="../../assets/global/scripts/metronic.js" type="text/javascript"></script>
<script src="../../assets/admin/layout4/scripts/layout.js" type="text/javascript"></script>
<script src="../../assets/admin/layout4/scripts/demo.js" type="text/javascript"></script>
<script src="../../assets/admin/pages/scripts/portlet-draggable.js"></script>
<!-- END PAGE LEVEL SCRIPTS -->
<script>
jQuery(document).ready(function() {
// initiate layout and plugins
Metronic.init(); // init metronic core components
Layout.init(); // init current layout
Demo.init(); // init demo features
PortletDraggable.init();
});
</script>
<!-- END JAVASCRIPTS -->
</body>
<!-- END BODY -->
</html> | zzsoszz/metronicv37 | theme/templates/admin4_material_design/portlet_draggable.html | HTML | apache-2.0 | 58,612 |
<!doctype html><html lang=en><head><title>Redirecting…</title><link rel=canonical href=/v1.9/docs/ops/common-problems/network-issues/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/v1.9/docs/ops/common-problems/network-issues/"></head><body><h1>Redirecting…</h1><a href=/v1.9/docs/ops/common-problems/network-issues/>Click here if you are not redirected.</a></body></html> | istio/istio.io | archive/v1.9/help/ops/troubleshooting/network-issues/index.html | HTML | apache-2.0 | 433 |
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>News App</title>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="/styles/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body ng-app="news">
<header>
<div>
<div class="header-shim"></div>
<div class="header-main">
<div class="header-content-container">
<span class="header-title">Politics & StateCraft</span>
</div>
</div>
<div class="header-shim"></div>
</div>
</header>
<div ng-controller="ArticleCollectionCtrl as articleCollection">
<div ng-include src="'/templates/articlecollection.html'"></div>
</div>
<ui-view></ui-view>
<div ng-controller="LoginCtrl as login">
<div ng-include src="'/templates/login.html'"></div>
</div>
<footer>
<div class="credit">Icons made by <a href="http://www.flaticon.com/authors/egor-rumyantsev" title="Egor Rumyantsev">Egor Rumyantsev</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.7/angular.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.15/angular-ui-router.js"></script>
<script src="https://www.gstatic.com/firebasejs/3.6.4/firebase.js"></script>
<script src="https://cdn.firebase.com/libs/angularfire/2.0.1/angularfire.min.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyDOwaiOKq9q-SH-VJ6nK0ZFVTT2kxnPlxM",
authDomain: "statecraft-dcbc6.firebaseapp.com",
databaseURL: "https://statecraft-dcbc6.firebaseio.com",
storageBucket: "statecraft-dcbc6.appspot.com",
messagingSenderId: "5208094240"
};
firebase.initializeApp(config);
</script>
<script src="/scripts/app.js"></script>
<script src="/scripts/services/ArticleManager.js"></script>
<script src="/scripts/services/Authentication.js"></script>
<script src="/scripts/controllers/ArticleCtrl.js"></script>
<script src="/scripts/controllers/ArticleCollectionCtrl.js"></script>
<script src="/scripts/controllers/ArticleDetailCtrl.js"></script>
<script src="/scripts/controllers/LoginCtrl.js"></script>
</body>
</html>
| tonytrivi/news | dist/index.html | HTML | apache-2.0 | 2,668 |
<h1>OhPippo</h1> | whisher/gulp-ionic-browserify | src/templates/home/index.html | HTML | apache-2.0 | 16 |
{%extends 'fields/field_edit_template_base.html' %}
{%block field%}
{% verbatim %}
<button style="border:none;background:none" ng-show="question.tooltip!=undefined && question.tooltip!=''" tooltip="{{question.tooltip}}" tooltip-trigger tooltip-placement="top">
<span class="glyphicon glyphicon-info-sign"></span>
</button> <input class="form-control" type="text" ng-model="question.answer[0]"
ng-disabled = "true"
/>
{% endverbatim %}
{%endblock%}
| octobot-dev/pulpo-forms-django | templates/fields/email/template_edit.html | HTML | apache-2.0 | 487 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>zebkit.ui.event.KeyEvent - zebkit</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/sunburst.css">
<link rel="stylesheet" href="../assets/css/main.dark.css" id="site_styles">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc" style="padding-top:16px;">
<div class="yui3-g">
<table style="width:auto">
<tr style="background:none">
<td valign="top" align="left" >
<div id="sidebar" class="yui3-u">
<div id="classes" class="sidebox">
<div class="hd">
<h2 class="no-toc">All packages</h2>
</div>
<div class="bd">
<ul>
<li>
<a href="../classes/environment.html">environment</a>
</li>
<li>
<a href="../classes/zebkit.html">zebkit</a>
</li>
<li>
<a href="../classes/zebkit.data.html">zebkit.data</a>
</li>
<li>
<a href="../classes/zebkit.draw.html">zebkit.draw</a>
</li>
<li>
<a href="../classes/zebkit.io.html">zebkit.io</a>
</li>
<li>
<a href="../classes/zebkit.layout.html">zebkit.layout</a>
</li>
<li>
<a href="../classes/zebkit.ui.html">zebkit.ui</a>
</li>
<li>
<a href="../classes/zebkit.ui.date.html">zebkit.ui.date</a>
</li>
<li>
<a href="../classes/zebkit.ui.design.html">zebkit.ui.design</a>
</li>
<li>
<a href="../classes/zebkit.ui.event.html">zebkit.ui.event</a>
</li>
<li>
<a href="../classes/zebkit.ui.grid.html">zebkit.ui.grid</a>
</li>
<li>
<a href="../classes/zebkit.ui.tree.html">zebkit.ui.tree</a>
</li>
<li>
<a href="../classes/zebkit.ui.vk.html">zebkit.ui.vk</a>
</li>
<li>
<a href="../classes/zebkit.ui.web.html">zebkit.ui.web</a>
</li>
<li>
<a href="../classes/zebkit.util.html">zebkit.util</a>
</li>
<li>
<a href="../classes/zebkit.web.html">zebkit.web</a>
</li>
</ul>
</div>
</div>
<div id="classes" class="sidebox">
<div class="hd">
<table border="0" cellpadding="0" cellspecing="0">
<tr>
<td>
<h2 class="no-toc">All classes</h2>
</td>
<td>
<input id="search" style="width:95%;" type=text value=""/>
</td>
</tr>
</table>
</div>
<div class="bd">
<table id="allClasses" style="background:none;" border="0">
<tr class="classNameCell" className="zebkit.Class" name="allClassesItem">
<td>
<a href="../classes/zebkit.Class.html">zebkit.Class</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Class.zObject" name="allClassesItem">
<td>
<a href="../classes/zebkit.Class.zObject.html">zebkit.Class.zObject</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.DataModel" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.DataModel.html">zebkit.data.DataModel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.Item" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.Item.html">zebkit.data.Item</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.ListModel" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.ListModel.html">zebkit.data.ListModel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.Matrix" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.Matrix.html">zebkit.data.Matrix</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.SingleLineTxt" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.SingleLineTxt.html">zebkit.data.SingleLineTxt</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.Text" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.Text.html">zebkit.data.Text</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.TextEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.TextEvent.html">zebkit.data.TextEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.TextModel" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.TextModel.html">zebkit.data.TextModel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.data.TreeModel" name="allClassesItem">
<td>
<a href="../classes/zebkit.data.TreeModel.html">zebkit.data.TreeModel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.DoIt" name="allClassesItem">
<td>
<a href="../classes/zebkit.DoIt.html">zebkit.DoIt</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.ArrowView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.ArrowView.html">zebkit.draw.ArrowView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.BaseTextRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.BaseTextRender.html">zebkit.draw.BaseTextRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.BaseViewProvider" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.BaseViewProvider.html">zebkit.draw.BaseViewProvider</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Border" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Border.html">zebkit.draw.Border</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.CheckboxView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.CheckboxView.html">zebkit.draw.CheckboxView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.CompositeView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.CompositeView.html">zebkit.draw.CompositeView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.CutStringRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.CutStringRender.html">zebkit.draw.CutStringRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.DecoratedTextRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.DecoratedTextRender.html">zebkit.draw.DecoratedTextRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Dotted" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Dotted.html">zebkit.draw.Dotted</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Etched" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Etched.html">zebkit.draw.Etched</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.FunctionRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.FunctionRender.html">zebkit.draw.FunctionRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Gradient" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Gradient.html">zebkit.draw.Gradient</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Line" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Line.html">zebkit.draw.Line</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.PasswordText" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.PasswordText.html">zebkit.draw.PasswordText</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Pattern" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Pattern.html">zebkit.draw.Pattern</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.PentahedronShape" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.PentahedronShape.html">zebkit.draw.PentahedronShape</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Picture" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Picture.html">zebkit.draw.Picture</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Radial" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Radial.html">zebkit.draw.Radial</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.RadioView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.RadioView.html">zebkit.draw.RadioView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Raised" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Raised.html">zebkit.draw.Raised</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Render" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Render.html">zebkit.draw.Render</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.rgb" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.rgb.html">zebkit.draw.rgb</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.RoundBorder" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.RoundBorder.html">zebkit.draw.RoundBorder</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Shape" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Shape.html">zebkit.draw.Shape</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.StringRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.StringRender.html">zebkit.draw.StringRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.Sunken" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.Sunken.html">zebkit.draw.Sunken</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.TextRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.TextRender.html">zebkit.draw.TextRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.ThumbView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.ThumbView.html">zebkit.draw.ThumbView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.TitledBorder" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.TitledBorder.html">zebkit.draw.TitledBorder</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.ToggleView" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.ToggleView.html">zebkit.draw.ToggleView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.TriangleShape" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.TriangleShape.html">zebkit.draw.TriangleShape</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.View" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.View.html">zebkit.draw.View</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.ViewSet" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.ViewSet.html">zebkit.draw.ViewSet</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.draw.WrappedTextRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.draw.WrappedTextRender.html">zebkit.draw.WrappedTextRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Dummy" name="allClassesItem">
<td>
<a href="../classes/zebkit.Dummy.html">zebkit.Dummy</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Event" name="allClassesItem">
<td>
<a href="../classes/zebkit.Event.html">zebkit.Event</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.EventProducer" name="allClassesItem">
<td>
<a href="../classes/zebkit.EventProducer.html">zebkit.EventProducer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Font" name="allClassesItem">
<td>
<a href="../classes/zebkit.Font.html">zebkit.Font</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Interface" name="allClassesItem">
<td>
<a href="../classes/zebkit.Interface.html">zebkit.Interface</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.io.HTTP" name="allClassesItem">
<td>
<a href="../classes/zebkit.io.HTTP.html">zebkit.io.HTTP</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.io.JRPC" name="allClassesItem">
<td>
<a href="../classes/zebkit.io.JRPC.html">zebkit.io.JRPC</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.io.Service" name="allClassesItem">
<td>
<a href="../classes/zebkit.io.Service.html">zebkit.io.Service</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.io.XRPC" name="allClassesItem">
<td>
<a href="../classes/zebkit.io.XRPC.html">zebkit.io.XRPC</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.BorderLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.BorderLayout.html">zebkit.layout.BorderLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.Constraints" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.Constraints.html">zebkit.layout.Constraints</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.FlowLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.FlowLayout.html">zebkit.layout.FlowLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.GridLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.GridLayout.html">zebkit.layout.GridLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.Layout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.Layout.html">zebkit.layout.Layout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.Layoutable" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.Layoutable.html">zebkit.layout.Layoutable</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.ListLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.ListLayout.html">zebkit.layout.ListLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.PercentLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.PercentLayout.html">zebkit.layout.PercentLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.RasterLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.RasterLayout.html">zebkit.layout.RasterLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.layout.StackLayout" name="allClassesItem">
<td>
<a href="../classes/zebkit.layout.StackLayout.html">zebkit.layout.StackLayout</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Listeners" name="allClassesItem">
<td>
<a href="../classes/zebkit.Listeners.html">zebkit.Listeners</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Package" name="allClassesItem">
<td>
<a href="../classes/zebkit.Package.html">zebkit.Package</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.PathSearch" name="allClassesItem">
<td>
<a href="../classes/zebkit.PathSearch.html">zebkit.PathSearch</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ArrowButton" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ArrowButton.html">zebkit.ui.ArrowButton</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.BaseList" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.BaseList.html">zebkit.ui.BaseList</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.BoldLabel" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.BoldLabel.html">zebkit.ui.BoldLabel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.BorderPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.BorderPan.html">zebkit.ui.BorderPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Button" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Button.html">zebkit.ui.Button</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Checkbox" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Checkbox.html">zebkit.ui.Checkbox</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Checkbox.Box" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Checkbox.Box.html">zebkit.ui.Checkbox.Box</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.CollapsiblePan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.CollapsiblePan.html">zebkit.ui.CollapsiblePan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Combo" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Combo.html">zebkit.ui.Combo</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Combo.ComboPadPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Combo.ComboPadPan.html">zebkit.ui.Combo.ComboPadPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Combo.ContentPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Combo.ContentPan.html">zebkit.ui.Combo.ContentPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Combo.EditableContentPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Combo.EditableContentPan.html">zebkit.ui.Combo.EditableContentPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Combo.ReadonlyContentPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Combo.ReadonlyContentPan.html">zebkit.ui.Combo.ReadonlyContentPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.CompList" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.CompList.html">zebkit.ui.CompList</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.CompRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.CompRender.html">zebkit.ui.CompRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Cursor" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Cursor.html">zebkit.ui.Cursor</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.Calendar" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.Calendar.html">zebkit.ui.date.Calendar</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.Calendar.MonthsCombo" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.Calendar.MonthsCombo.html">zebkit.ui.date.Calendar.MonthsCombo</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.DateInputField" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.DateInputField.html">zebkit.ui.date.DateInputField</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.DateRangeInput" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.DateRangeInput.html">zebkit.ui.date.DateRangeInput</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.DateTextField" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.DateTextField.html">zebkit.ui.date.DateTextField</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.MonthDaysGrid" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.MonthDaysGrid.html">zebkit.ui.date.MonthDaysGrid</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.MonthDaysGrid.DayPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.MonthDaysGrid.DayPan.html">zebkit.ui.date.MonthDaysGrid.DayPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.date.PopupCalendarMix" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.date.PopupCalendarMix.html">zebkit.ui.date.PopupCalendarMix</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.design.FormTreeModel" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.design.FormTreeModel.html">zebkit.ui.design.FormTreeModel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.design.ShaperBorder" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.design.ShaperBorder.html">zebkit.ui.design.ShaperBorder</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.design.ShaperPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.design.ShaperPan.html">zebkit.ui.design.ShaperPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.DrawFocusMarker" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.DrawFocusMarker.html">zebkit.ui.DrawFocusMarker</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.Clipboard" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.Clipboard.html">zebkit.ui.event.Clipboard</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.CompEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.CompEvent.html">zebkit.ui.event.CompEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.CursorManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.CursorManager.html">zebkit.ui.event.CursorManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.EventManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.EventManager.html">zebkit.ui.event.EventManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.FocusEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.FocusEvent.html">zebkit.ui.event.FocusEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.FocusManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.FocusManager.html">zebkit.ui.event.FocusManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.KeyEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.KeyEvent.html">zebkit.ui.event.KeyEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.Manager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.Manager.html">zebkit.ui.event.Manager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.MenuEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.MenuEvent.html">zebkit.ui.event.MenuEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.PointerEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.PointerEvent.html">zebkit.ui.event.PointerEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.ShortcutEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.ShortcutEvent.html">zebkit.ui.event.ShortcutEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.ShortcutManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.ShortcutManager.html">zebkit.ui.event.ShortcutManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.TrackInputEventState" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.TrackInputEventState.html">zebkit.ui.event.TrackInputEventState</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.event.WinEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.event.WinEvent.html">zebkit.ui.event.WinEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.EvStatePan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.EvStatePan.html">zebkit.ui.EvStatePan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.FireEventRepeatedly" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.FireEventRepeatedly.html">zebkit.ui.FireEventRepeatedly</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.BaseCaption" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.BaseCaption.html">zebkit.ui.grid.BaseCaption</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.CaptionViewProvider" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.CaptionViewProvider.html">zebkit.ui.grid.CaptionViewProvider</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.CellSelectMode" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.CellSelectMode.html">zebkit.ui.grid.CellSelectMode</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.CellsVisibility" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.CellsVisibility.html">zebkit.ui.grid.CellsVisibility</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.ColSelectMode" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.ColSelectMode.html">zebkit.ui.grid.ColSelectMode</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.CompGridCaption" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.CompGridCaption.html">zebkit.ui.grid.CompGridCaption</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.CompGridCaption.TitlePan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.CompGridCaption.TitlePan.html">zebkit.ui.grid.CompGridCaption.TitlePan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.DefEditors" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.DefEditors.html">zebkit.ui.grid.DefEditors</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.DefViews" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.DefViews.html">zebkit.ui.grid.DefViews</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.Grid" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.Grid.html">zebkit.ui.grid.Grid</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.GridCaption" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.GridCaption.html">zebkit.ui.grid.GridCaption</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.GridStretchPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.GridStretchPan.html">zebkit.ui.grid.GridStretchPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.LeftCompGridCaption" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.LeftCompGridCaption.html">zebkit.ui.grid.LeftCompGridCaption</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.LeftGridCaption" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.LeftGridCaption.html">zebkit.ui.grid.LeftGridCaption</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.Metrics" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.Metrics.html">zebkit.ui.grid.Metrics</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.RowSelectMode" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.RowSelectMode.html">zebkit.ui.grid.RowSelectMode</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.grid.StrippedRows" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.grid.StrippedRows.html">zebkit.ui.grid.StrippedRows</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Group" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Group.html">zebkit.ui.Group</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.HostDecorativeViews" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.HostDecorativeViews.html">zebkit.ui.HostDecorativeViews</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ImageLabel" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ImageLabel.html">zebkit.ui.ImageLabel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ImagePan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ImagePan.html">zebkit.ui.ImagePan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Label" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Label.html">zebkit.ui.Label</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Line" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Line.html">zebkit.ui.Line</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.LinearRulerPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.LinearRulerPan.html">zebkit.ui.LinearRulerPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Link" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Link.html">zebkit.ui.Link</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.List" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.List.html">zebkit.ui.List</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.List.ViewProvider" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.List.ViewProvider.html">zebkit.ui.List.ViewProvider</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Menu" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Menu.html">zebkit.ui.Menu</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Menubar" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Menubar.html">zebkit.ui.Menubar</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.MenuItem" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.MenuItem.html">zebkit.ui.MenuItem</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.MobileScrollMan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.MobileScrollMan.html">zebkit.ui.MobileScrollMan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Panel" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Panel.html">zebkit.ui.Panel</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PassTextField" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PassTextField.html">zebkit.ui.PassTextField</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PointRulerPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PointRulerPan.html">zebkit.ui.PointRulerPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PointRulerPan.DeltaPointsGenerator" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PointRulerPan.DeltaPointsGenerator.html">zebkit.ui.PointRulerPan.DeltaPointsGenerator</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PointRulerPan.PointsGenerator" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PointRulerPan.PointsGenerator.html">zebkit.ui.PointRulerPan.PointsGenerator</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PopupLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PopupLayer.html">zebkit.ui.PopupLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.PopupLayerMix" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.PopupLayerMix.html">zebkit.ui.PopupLayerMix</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Progress" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Progress.html">zebkit.ui.Progress</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Radiobox" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Radiobox.html">zebkit.ui.Radiobox</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.RootLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.RootLayer.html">zebkit.ui.RootLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.RootLayerMix" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.RootLayerMix.html">zebkit.ui.RootLayerMix</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.RulerPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.RulerPan.html">zebkit.ui.RulerPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.RulerPan.NumLabels" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.RulerPan.NumLabels.html">zebkit.ui.RulerPan.NumLabels</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.RulerPan.PercentageLabels" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.RulerPan.PercentageLabels.html">zebkit.ui.RulerPan.PercentageLabels</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Scroll" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Scroll.html">zebkit.ui.Scroll</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ScrollManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ScrollManager.html">zebkit.ui.ScrollManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ScrollPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ScrollPan.html">zebkit.ui.ScrollPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Slider" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Slider.html">zebkit.ui.Slider</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.SplitPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.SplitPan.html">zebkit.ui.SplitPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.StackPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.StackPan.html">zebkit.ui.StackPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.StatePan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.StatePan.html">zebkit.ui.StatePan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.StatusBarPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.StatusBarPan.html">zebkit.ui.StatusBarPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Tabs" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Tabs.html">zebkit.ui.Tabs</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Tabs.TabView" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Tabs.TabView.html">zebkit.ui.Tabs.TabView</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.TextArea" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.TextArea.html">zebkit.ui.TextArea</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.TextField" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.TextField.html">zebkit.ui.TextField</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.TextField.HintRender" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.TextField.HintRender.html">zebkit.ui.TextField.HintRender</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Toolbar" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Toolbar.html">zebkit.ui.Toolbar</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Tooltip" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Tooltip.html">zebkit.ui.Tooltip</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.TooltipManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.TooltipManager.html">zebkit.ui.TooltipManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.tree.BaseTree" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.tree.BaseTree.html">zebkit.ui.tree.BaseTree</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.tree.CompTree" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.tree.CompTree.html">zebkit.ui.tree.CompTree</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.tree.DefEditors" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.tree.DefEditors.html">zebkit.ui.tree.DefEditors</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.tree.DefViews" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.tree.DefViews.html">zebkit.ui.tree.DefViews</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.tree.Tree" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.tree.Tree.html">zebkit.ui.tree.Tree</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.ViewPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.ViewPan.html">zebkit.ui.ViewPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.CursorManager" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.CursorManager.html">zebkit.ui.web.CursorManager</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlCanvas" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlCanvas.html">zebkit.ui.web.HtmlCanvas</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlElement" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlElement.html">zebkit.ui.web.HtmlElement</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlFocusableElement" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlFocusableElement.html">zebkit.ui.web.HtmlFocusableElement</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlLayer.html">zebkit.ui.web.HtmlLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlLink" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlLink.html">zebkit.ui.web.HtmlLink</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlScrollContent" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlScrollContent.html">zebkit.ui.web.HtmlScrollContent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlTextArea" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlTextArea.html">zebkit.ui.web.HtmlTextArea</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlTextField" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlTextField.html">zebkit.ui.web.HtmlTextField</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlTextInput" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlTextInput.html">zebkit.ui.web.HtmlTextInput</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.HtmlWindow" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.HtmlWindow.html">zebkit.ui.web.HtmlWindow</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.PopupLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.PopupLayer.html">zebkit.ui.web.PopupLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.RootLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.RootLayer.html">zebkit.ui.web.RootLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.VideoPan" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.VideoPan.html">zebkit.ui.web.VideoPan</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.web.WinLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.web.WinLayer.html">zebkit.ui.web.WinLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.Window" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.Window.html">zebkit.ui.Window</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.WinLayer" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.WinLayer.html">zebkit.ui.WinLayer</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.ui.zCanvas" name="allClassesItem">
<td>
<a href="../classes/zebkit.ui.zCanvas.html">zebkit.ui.zCanvas</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.URI" name="allClassesItem">
<td>
<a href="../classes/zebkit.URI.html">zebkit.URI</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.util.Position" name="allClassesItem">
<td>
<a href="../classes/zebkit.util.Position.html">zebkit.util.Position</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.util.Position.Metric" name="allClassesItem">
<td>
<a href="../classes/zebkit.util.Position.Metric.html">zebkit.util.Position.Metric</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.util.SingleColPosition" name="allClassesItem">
<td>
<a href="../classes/zebkit.util.SingleColPosition.html">zebkit.util.SingleColPosition</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.util.TasksSet" name="allClassesItem">
<td>
<a href="../classes/zebkit.util.TasksSet.html">zebkit.util.TasksSet</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.util.TasksSet.Task" name="allClassesItem">
<td>
<a href="../classes/zebkit.util.TasksSet.Task.html">zebkit.util.TasksSet.Task</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.Clipboard" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.Clipboard.html">zebkit.web.Clipboard</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.KeyEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.KeyEvent.html">zebkit.web.KeyEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.KeyEventUninfier" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.KeyEventUninfier.html">zebkit.web.KeyEventUninfier</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.MouseWheelSupport" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.MouseWheelSupport.html">zebkit.web.MouseWheelSupport</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.PointerEvent" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.PointerEvent.html">zebkit.web.PointerEvent</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.web.PointerEventUnifier" name="allClassesItem">
<td>
<a href="../classes/zebkit.web.PointerEventUnifier.html">zebkit.web.PointerEventUnifier</a>
</td>
</tr>
<tr class="classNameCell" className="zebkit.Zson" name="allClassesItem">
<td>
<a href="../classes/zebkit.Zson.html">zebkit.Zson</a>
</td>
</tr>
</table>
</div>
</div>
<script>
var root = document.getElementById("allClasses");
document.getElementById("search").addEventListener('input', function(e) {
var items = document.getElementsByName("allClassesItem"),
value = this.value.trim().toLowerCase();
for(var i = 0; i < items.length; i++) {
var item = items[i];
if (value.length < 3 || item.getAttribute("className").toLowerCase().indexOf(value) >= 0) {
item.style.display = "block";
} else {
item.style.display = "none";
};
}
});
</script> </div>
</td>
<td valign="top" align="left">
<div id="main" class="yui3-u">
<div class="content">
<div class="hd">
<table width="100%">
<tr>
<td>
<strong>
Class
</strong>
<strong class="name"">
zebkit.ui.event.KeyEvent
</strong>
<br/>
<strong>
extends
</strong>
<span class="type"><<a href="../classes/zebkit.Event.html" class="crosslink">zebkit.Event</a>></span>
</td>
<td align="right" valign="top">
<a href="../classes/zebkit.ui.event.html">
<zebkit.ui.event>
</a>
</td>
<tr>
</table>
</div>
<br/>
<div class="intro">
<p>Input key event class.</p>
</div>
<strong>Constructor:</strong><a name="methods_zebkit.ui.event.KeyEvent"></a>
<div class="method item">
<span class="foundat">
</span>
<strong class="name"><code>zebkit.ui.event.KeyEvent</code> (<code> </code>)</strong>
<br/>
</div>
<br/>
<br/>
<div id="classdocs">
<ul>
<li>
<a href="#methods">
Methods
</a>
</li>
<li>
<a href="#attrs">
Attributes
</a>
</li>
<li>
<a href="#implementations">
Direct implementations
</a>
</li>
</ul>
<div>
<div id="methods">
<div class="bd">
<br/>
</div>
<table>
<tr>
<td><a name="methods_getModifierState"></a>
<div class="method item">
<span class="foundat">
</span>
<strong> public </strong>
<span class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a>>
</span>
<strong class="name"><code>getModifierState</code> (<code>m</code>)</strong>
<br/>
<p>Get the given modifier key state. The following modifier key codes are supported:
"Meta", "Control", "Shift", "Alt".</p>
<br/>
<strong>Parameters:</strong>
<ul class="params">
<li>
<span class="name"><code>m</code></span>
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a>>
</strong>
<p>a modifier key code</p>
</li>
</ul>
<br/>
<div class="returns">
<strong>
Returns:
</strong>
<span class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a>>
</span>
<p>true if the modifier key state is pressed.</p>
</div>
</div>
</td>
</tr>
</table>
</div>
<div id="attrs">
<br/><br/>
<div class="attrs">
<strong>Inherited attributes:</strong>
<br/>
<div style="padding:6px;">
<small style="white-space: nowrap;">
<strong> public </strong>
<img title="readonly" width="14" height="14" src="../assets/css/lock.png" />
<strong class="type">
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a>
</strong>
<a href="zebkit.Event.html#atttrs_source">
source
</a>
</small>
</div>
<br/><br/>
</div>
<br/>
<table>
<tr>
<td>
<a name="attrs_altKey"></a>
<div class="attrs item">
<strong> public </strong>
<img title="readonly" width="18" height="18" src="../assets/css/lock.png" />
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a>>
</strong>
<strong class="name" style="color:orange;">
<code>altKey</code>
</strong>
<br>
<p>Boolean that shows state of ALT key.</p>
</div>
</td>
</tr>
<tr>
<td>
<a name="attrs_code"></a>
<div class="attrs item">
<strong> public </strong>
<img title="readonly" width="18" height="18" src="../assets/css/lock.png" />
<strong class="type">
<Strung>
</strong>
<strong class="name" style="color:orange;">
<code>code</code>
</strong>
<br>
<p>A code of a pressed key</p>
</div>
</td>
</tr>
<tr>
<td>
<a name="attrs_ctrlKey"></a>
<div class="attrs item">
<strong> public </strong>
<img title="readonly" width="18" height="18" src="../assets/css/lock.png" />
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a>>
</strong>
<strong class="name" style="color:orange;">
<code>ctrlKey</code>
</strong>
<br>
<p>Boolean that shows state of CTRL key.</p>
</div>
</td>
</tr>
<tr>
<td>
<a name="attrs_device"></a>
<div class="attrs item">
<strong> public </strong>
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a>>
</strong>
<strong class="name" style="color:orange;">
<code>device</code>
</strong>
<br>
<p>Input device type. Can be for instance "keyboard", vkeyboard" (virtual keyboard)</p>
</div>
</td>
</tr>
<tr>
<td>
<a name="attrs_key"></a>
<div class="attrs item">
<strong> public </strong>
<img title="readonly" width="18" height="18" src="../assets/css/lock.png" />
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a>>
</strong>
<strong class="name" style="color:orange;">
<code>key</code>
</strong>
<br>
<p>A pressed key</p>
</div>
</td>
</tr>
<tr>
<td>
<a name="attrs_metaKey"></a>
<div class="attrs item">
<strong> public </strong>
<img title="readonly" width="18" height="18" src="../assets/css/lock.png" />
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a>>
</strong>
<strong class="name" style="color:orange;">
<code>metaKey</code>
</strong>
<br>
<p>Boolean that shows state of META key.</p>
</div>
</td>
</tr>
<tr>
<td>
<a name="attrs_repeat"></a>
<div class="attrs item">
<strong> public </strong>
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a>>
</strong>
<strong class="name" style="color:orange;">
<code>repeat</code>
</strong>
<br>
<p>Repeat counter</p>
</div>
</td>
</tr>
<tr>
<td>
<a name="attrs_shiftKey"></a>
<div class="attrs item">
<strong> public </strong>
<img title="readonly" width="18" height="18" src="../assets/css/lock.png" />
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a>>
</strong>
<strong class="name" style="color:orange;">
<code>shiftKey</code>
</strong>
<br>
<p>Boolean that shows state of SHIFT key.</p>
</div>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td>
<a name="attrs_timeStamp"></a>
<div class="attrs item">
<strong> public </strong>
<strong class="type">
<<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number" class="crosslink external" target="_blank">Number</a>>
</strong>
<strong class="name" style="color:orange;">
<code>timeStamp</code>
</strong>
<br>
<p>Time stamp</p>
</div>
</td>
</tr>
</table>
</div>
<div id="implementations">
<br/>
<ul style="column-count:2;column-gap:20px;list-style:none;">
<li>
<a href="zebkit.web.KeyEvent.html">
zebkit.web.KeyEvent
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/js/tabs.js"></script>
</body>
</html>
| barmalei/zebkit | apidoc/dark/classes/zebkit.ui.event.KeyEvent.html | HTML | apache-2.0 | 100,840 |
{% load i18n sizeformat parse_date %}
{% load url from future %}
<div class="info row detail">
<hr class="header_rule">
<dl>
<dt>{% trans "Name" %}</dt>
<dd>{{ policyclassifier.name|default:_("-") }}</dd>
<dt>{% trans "Description" %}</dt>
<dd>{{ policyclassifier.description|default:_("-") }}</dd>
<dt>{% trans "ID" %}</dt>
<dd>{{ policyclassifier.id }}</dd>
<dt>{% trans "Project ID" %}</dt>
<dd>{{ policyclassifier.tenant_id }}</dd>
<dt>{% trans "Direction" %}</dt>
<dd>{{ policyclassifier.direction|default:_("-") }}</dd>
<dt>{% trans "Protocol" %}</dt>
<dd>{{ policyclassifier.protocol|default:_("-") }}</dd>
<dt>{% trans "Port Range" %}</dt>
<dd>{{ policyclassifier.port_range }}</dd>
</dl>
</div>
| promptworks/group-based-policy-ui | gbpui/panels/application_policy/templates/application_policy/_policyclassifier_details.html | HTML | apache-2.0 | 782 |
<!DOCTYPE html>
<html>
<head>
<script></script>
<script>
function performTest(api)
{
return api.tests.InputTests.testPositionWithin("word","forward");
}
</script>
</head>
<body>
<p>One two. Three, four - five</p>
</body>
</html>
| corinthia/corinthia-editorlib | tests/input/positionWithin-word-forward-input.html | HTML | apache-2.0 | 235 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.3.1"/>
<title>cds: cds::gc::hrc::GarbageCollector Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">cds
 <span id="projectnumber">1.4.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.3.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacecds.html">cds</a></li><li class="navelem"><a class="el" href="namespacecds_1_1gc.html">gc</a></li><li class="navelem"><a class="el" href="namespacecds_1_1gc_1_1hrc.html">hrc</a></li><li class="navelem"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html">GarbageCollector</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Data Structures</a> |
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="#pri-methods">Private Member Functions</a> |
<a href="#pri-attribs">Private Attributes</a> |
<a href="#pri-static-attribs">Static Private Attributes</a> </div>
<div class="headertitle">
<div class="title">cds::gc::hrc::GarbageCollector Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Gidenstam's Garbage Collector.
<a href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#details">More...</a></p>
<p><code>#include <cds/gc/hrc/hrc.h></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Data Structures</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structcds_1_1gc_1_1hrc_1_1_garbage_collector_1_1internal__state.html">internal_state</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">GC internal statistics. <a href="structcds_1_1gc_1_1hrc_1_1_garbage_collector_1_1internal__state.html#details">More...</a><br/></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structcds_1_1gc_1_1hrc_1_1_garbage_collector_1_1statistics.html">statistics</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Internal statistics by events. <a href="structcds_1_1gc_1_1hrc_1_1_garbage_collector_1_1statistics.html#details">More...</a><br/></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structcds_1_1gc_1_1hrc_1_1_garbage_collector_1_1thread__list__node.html">thread_list_node</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classcds_1_1gc_1_1_h_r_c.html" title="Gidenstam's garbage collector.">HRC</a> control structure of global thread list. <a href="structcds_1_1gc_1_1hrc_1_1_garbage_collector_1_1thread__list__node.html#details">More...</a><br/></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:aeff7921e21f8770ad54ec5cd943a0263"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aeff7921e21f8770ad54ec5cd943a0263"></a>
typedef <br class="typebreak"/>
<a class="el" href="classcds_1_1atomicity_1_1event__counter.html">cds::atomicity::event_counter</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#aeff7921e21f8770ad54ec5cd943a0263">event_counter</a></td></tr>
<tr class="memdesc:aeff7921e21f8770ad54ec5cd943a0263"><td class="mdescLeft"> </td><td class="mdescRight">event counter type <br/></td></tr>
<tr class="separator:aeff7921e21f8770ad54ec5cd943a0263"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a47d0ebf293e72c74cf7a133848dc9b7f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a47d0ebf293e72c74cf7a133848dc9b7f"></a>
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#a47d0ebf293e72c74cf7a133848dc9b7f">CDS_DECLARE_EXCEPTION</a> (HRCGarbageCollectorEmpty,"Global <a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html">cds::gc::hrc::GarbageCollector</a> is NULL")</td></tr>
<tr class="memdesc:a47d0ebf293e72c74cf7a133848dc9b7f"><td class="mdescLeft"> </td><td class="mdescRight">"Global GC object is NULL" exception <br/></td></tr>
<tr class="separator:a47d0ebf293e72c74cf7a133848dc9b7f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abebf41c103ce831e67b57d410ac11077"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abebf41c103ce831e67b57d410ac11077"></a>
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#abebf41c103ce831e67b57d410ac11077">CDS_DECLARE_EXCEPTION</a> (HRCTooMany,"Not enough required Hazard Pointer count")</td></tr>
<tr class="memdesc:abebf41c103ce831e67b57d410ac11077"><td class="mdescLeft"> </td><td class="mdescRight">Not enough required Hazard Pointer count. <br/></td></tr>
<tr class="separator:abebf41c103ce831e67b57d410ac11077"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a20d6fde44b19180c3f9b4fe00e65c974"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a20d6fde44b19180c3f9b4fe00e65c974"></a>
size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#a20d6fde44b19180c3f9b4fe00e65c974">getHazardPointerCount</a> () const </td></tr>
<tr class="memdesc:a20d6fde44b19180c3f9b4fe00e65c974"><td class="mdescLeft"> </td><td class="mdescRight">Get max count of hazard pointers as defined in <a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#ae450a3e7c8bbf331358585920a29e6ed">Construct</a> call. <br/></td></tr>
<tr class="separator:a20d6fde44b19180c3f9b4fe00e65c974"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac5100fe5921c1fd5be76b40c621984b3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac5100fe5921c1fd5be76b40c621984b3"></a>
size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#ac5100fe5921c1fd5be76b40c621984b3">getMaxThreadCount</a> () const </td></tr>
<tr class="memdesc:ac5100fe5921c1fd5be76b40c621984b3"><td class="mdescLeft"> </td><td class="mdescRight">Get max thread count as defined in <a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#ae450a3e7c8bbf331358585920a29e6ed">Construct</a> call. <br/></td></tr>
<tr class="separator:ac5100fe5921c1fd5be76b40c621984b3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a800f45246f444fef3e390e7dafc8e261"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a800f45246f444fef3e390e7dafc8e261"></a>
size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#a800f45246f444fef3e390e7dafc8e261">getMaxRetiredPtrCount</a> () const </td></tr>
<tr class="memdesc:a800f45246f444fef3e390e7dafc8e261"><td class="mdescLeft"> </td><td class="mdescRight">Get max retired pointers count. It is calculated by the parameters of <a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#ae450a3e7c8bbf331358585920a29e6ed">Construct</a> call. <br/></td></tr>
<tr class="separator:a800f45246f444fef3e390e7dafc8e261"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a58855c22aa8456fb161fc06b66705025"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a58855c22aa8456fb161fc06b66705025"></a>
<a class="el" href="structcds_1_1gc_1_1hrc_1_1_garbage_collector_1_1internal__state.html">internal_state</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#a58855c22aa8456fb161fc06b66705025">getInternalState</a> (<a class="el" href="structcds_1_1gc_1_1hrc_1_1_garbage_collector_1_1internal__state.html">internal_state</a> &stat) const </td></tr>
<tr class="memdesc:a58855c22aa8456fb161fc06b66705025"><td class="mdescLeft"> </td><td class="mdescRight">Get internal statistics. <br/></td></tr>
<tr class="separator:a58855c22aa8456fb161fc06b66705025"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1ef19d157b52a5aba0f853974ca0a3f8"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1ef19d157b52a5aba0f853974ca0a3f8"></a>
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#a1ef19d157b52a5aba0f853974ca0a3f8">isStatisticsEnabled</a> () const </td></tr>
<tr class="memdesc:a1ef19d157b52a5aba0f853974ca0a3f8"><td class="mdescLeft"> </td><td class="mdescRight">Check if statistics enabled. <br/></td></tr>
<tr class="separator:a1ef19d157b52a5aba0f853974ca0a3f8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a23d7e281526b568ca9c4ffd3dbb6a3e0"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a23d7e281526b568ca9c4ffd3dbb6a3e0"></a>
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#a23d7e281526b568ca9c4ffd3dbb6a3e0">enableStatistics</a> (bool bEnable)</td></tr>
<tr class="memdesc:a23d7e281526b568ca9c4ffd3dbb6a3e0"><td class="mdescLeft"> </td><td class="mdescRight">Enable internal statistics. <br/></td></tr>
<tr class="separator:a23d7e281526b568ca9c4ffd3dbb6a3e0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1ffd82f07c9b6981fdc5ee25d50af01e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1ffd82f07c9b6981fdc5ee25d50af01e"></a>
details::thread_descriptor * </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#a1ffd82f07c9b6981fdc5ee25d50af01e">allocateHRCThreadDesc</a> (<a class="el" href="classcds_1_1gc_1_1hrc_1_1_thread_g_c.html">ThreadGC</a> *pThreadGC)</td></tr>
<tr class="memdesc:a1ffd82f07c9b6981fdc5ee25d50af01e"><td class="mdescLeft"> </td><td class="mdescRight">Allocates <a class="el" href="classcds_1_1gc_1_1_h_r_c.html" title="Gidenstam's garbage collector.">HRC</a> thread descriptor (thread interface) <br/></td></tr>
<tr class="separator:a1ffd82f07c9b6981fdc5ee25d50af01e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae995f5d0f716a9752c9626ee75da5202"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae995f5d0f716a9752c9626ee75da5202"></a>
void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#ae995f5d0f716a9752c9626ee75da5202">retireHRCThreadDesc</a> (details::thread_descriptor *pRec)</td></tr>
<tr class="memdesc:ae995f5d0f716a9752c9626ee75da5202"><td class="mdescLeft"> </td><td class="mdescRight">Retires <a class="el" href="classcds_1_1gc_1_1_h_r_c.html" title="Gidenstam's garbage collector.">HRC</a> thread descriptor (thread interface) <br/></td></tr>
<tr class="separator:ae995f5d0f716a9752c9626ee75da5202"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3fc91494dc98258dfa9e2b7dd86f7472"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#a3fc91494dc98258dfa9e2b7dd86f7472">Scan</a> (<a class="el" href="classcds_1_1gc_1_1hrc_1_1_thread_g_c.html">ThreadGC</a> *pThreadGC)</td></tr>
<tr class="memdesc:a3fc91494dc98258dfa9e2b7dd86f7472"><td class="mdescLeft"> </td><td class="mdescRight">The main method of GC. <a href="#a3fc91494dc98258dfa9e2b7dd86f7472">More...</a><br/></td></tr>
<tr class="separator:a3fc91494dc98258dfa9e2b7dd86f7472"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa4752e02410e1736a920f8f14783351a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa4752e02410e1736a920f8f14783351a"></a>
void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#aa4752e02410e1736a920f8f14783351a">HelpScan</a> (<a class="el" href="classcds_1_1gc_1_1hrc_1_1_thread_g_c.html">ThreadGC</a> *pThreadGC)</td></tr>
<tr class="memdesc:aa4752e02410e1736a920f8f14783351a"><td class="mdescLeft"> </td><td class="mdescRight">Manage free thread_descriptor records and move all retired pointers to <code>pThreadGC</code>. <br/></td></tr>
<tr class="separator:aa4752e02410e1736a920f8f14783351a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad76272347d5a053b463bfc45da9da7e9"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#ad76272347d5a053b463bfc45da9da7e9">CleanUpAll</a> (<a class="el" href="classcds_1_1gc_1_1hrc_1_1_thread_g_c.html">ThreadGC</a> *pThreadGC)</td></tr>
<tr class="memdesc:ad76272347d5a053b463bfc45da9da7e9"><td class="mdescLeft"> </td><td class="mdescRight">Global clean up. <a href="#ad76272347d5a053b463bfc45da9da7e9">More...</a><br/></td></tr>
<tr class="separator:ad76272347d5a053b463bfc45da9da7e9"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:ae450a3e7c8bbf331358585920a29e6ed"><td class="memItemLeft" align="right" valign="top">static void CDS_STDCALL </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#ae450a3e7c8bbf331358585920a29e6ed">Construct</a> (size_t nHazardPtrCount=0, size_t nMaxThreadCount=0, size_t nMaxNodeLinkCount=0, size_t nMaxTransientLinks=0)</td></tr>
<tr class="memdesc:ae450a3e7c8bbf331358585920a29e6ed"><td class="mdescLeft"> </td><td class="mdescRight">Create global instance of <a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html" title="Gidenstam's Garbage Collector.">GarbageCollector</a>. <a href="#ae450a3e7c8bbf331358585920a29e6ed">More...</a><br/></td></tr>
<tr class="separator:ae450a3e7c8bbf331358585920a29e6ed"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0668e003e86fe3279043465a21b75e96"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0668e003e86fe3279043465a21b75e96"></a>
static void CDS_STDCALL </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#a0668e003e86fe3279043465a21b75e96">Destruct</a> ()</td></tr>
<tr class="memdesc:a0668e003e86fe3279043465a21b75e96"><td class="mdescLeft"> </td><td class="mdescRight">Destroy global instance of <a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html" title="Gidenstam's Garbage Collector.">GarbageCollector</a>. <br/></td></tr>
<tr class="separator:a0668e003e86fe3279043465a21b75e96"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa67a9c380cb38b234db99fb4792f661c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa67a9c380cb38b234db99fb4792f661c"></a>
static <a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html">GarbageCollector</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#aa67a9c380cb38b234db99fb4792f661c">instance</a> ()</td></tr>
<tr class="memdesc:aa67a9c380cb38b234db99fb4792f661c"><td class="mdescLeft"> </td><td class="mdescRight">Get global instance of <a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html" title="Gidenstam's Garbage Collector.">GarbageCollector</a>. <br/></td></tr>
<tr class="separator:aa67a9c380cb38b234db99fb4792f661c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aab07b6ba9ab81348a404723472d8bcbb"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aab07b6ba9ab81348a404723472d8bcbb"></a>
static bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#aab07b6ba9ab81348a404723472d8bcbb">isUsed</a> ()</td></tr>
<tr class="memdesc:aab07b6ba9ab81348a404723472d8bcbb"><td class="mdescLeft"> </td><td class="mdescRight">Checks if global GC object is constructed and may be used. <br/></td></tr>
<tr class="separator:aab07b6ba9ab81348a404723472d8bcbb"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac298d2ca1168306c03d2e83ca95dc09e"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#ac298d2ca1168306c03d2e83ca95dc09e">checkHPCount</a> (unsigned int nRequiredCount)</td></tr>
<tr class="memdesc:ac298d2ca1168306c03d2e83ca95dc09e"><td class="mdescLeft"> </td><td class="mdescRight">Checks that required hazard pointer count <code>nRequiredCount</code> is less or equal then max hazard pointer count. <a href="#ac298d2ca1168306c03d2e83ca95dc09e">More...</a><br/></td></tr>
<tr class="separator:ac298d2ca1168306c03d2e83ca95dc09e"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-methods"></a>
Private Member Functions</h2></td></tr>
<tr class="memitem:a9fe1ed87125eef681d6d818115335a92"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9fe1ed87125eef681d6d818115335a92"></a>
<a class="el" href="structcds_1_1gc_1_1hrc_1_1_garbage_collector_1_1thread__list__node.html">thread_list_node</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#a9fe1ed87125eef681d6d818115335a92">newHRCThreadDesc</a> ()</td></tr>
<tr class="memdesc:a9fe1ed87125eef681d6d818115335a92"><td class="mdescLeft"> </td><td class="mdescRight">Allocates new <a class="el" href="classcds_1_1gc_1_1_h_r_c.html" title="Gidenstam's garbage collector.">HRC</a> control structure from the heap (using operator new) <br/></td></tr>
<tr class="separator:a9fe1ed87125eef681d6d818115335a92"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae3234edf6cfefdc74b05c0bdb3fc55b6"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae3234edf6cfefdc74b05c0bdb3fc55b6"></a>
void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#ae3234edf6cfefdc74b05c0bdb3fc55b6">deleteHRCThreadDesc</a> (<a class="el" href="structcds_1_1gc_1_1hrc_1_1_garbage_collector_1_1thread__list__node.html">thread_list_node</a> *pNode)</td></tr>
<tr class="memdesc:ae3234edf6cfefdc74b05c0bdb3fc55b6"><td class="mdescLeft"> </td><td class="mdescRight">Deletes <code>pNode</code> control structure. <br/></td></tr>
<tr class="separator:ae3234edf6cfefdc74b05c0bdb3fc55b6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af998da101e55d2553558dd2218e507cd"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af998da101e55d2553558dd2218e507cd"></a>
void </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#af998da101e55d2553558dd2218e507cd">clearHRCThreadDesc</a> (<a class="el" href="structcds_1_1gc_1_1hrc_1_1_garbage_collector_1_1thread__list__node.html">thread_list_node</a> *pNode)</td></tr>
<tr class="memdesc:af998da101e55d2553558dd2218e507cd"><td class="mdescLeft"> </td><td class="mdescRight">Clears retired nodes of <code>pNode</code> control structure. <br/></td></tr>
<tr class="separator:af998da101e55d2553558dd2218e507cd"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0bdfd85bb4b2864fa29825b5544e5e4b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0bdfd85bb4b2864fa29825b5544e5e4b"></a>
<a class="el" href="structcds_1_1gc_1_1hrc_1_1_garbage_collector_1_1thread__list__node.html">thread_list_node</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#a0bdfd85bb4b2864fa29825b5544e5e4b">getHRCThreadDescForCurrentThread</a> () const </td></tr>
<tr class="memdesc:a0bdfd85bb4b2864fa29825b5544e5e4b"><td class="mdescLeft"> </td><td class="mdescRight">Finds <a class="el" href="classcds_1_1gc_1_1_h_r_c.html" title="Gidenstam's garbage collector.">HRC</a> control structure for current thread. <br/></td></tr>
<tr class="separator:a0bdfd85bb4b2864fa29825b5544e5e4b"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-attribs"></a>
Private Attributes</h2></td></tr>
<tr class="memitem:aa5971b28a46abeca6cb741cc84710e6d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa5971b28a46abeca6cb741cc84710e6d"></a>
std::atomic< <a class="el" href="structcds_1_1gc_1_1hrc_1_1_garbage_collector_1_1thread__list__node.html">thread_list_node</a> * > </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#aa5971b28a46abeca6cb741cc84710e6d">m_pListHead</a></td></tr>
<tr class="memdesc:aa5971b28a46abeca6cb741cc84710e6d"><td class="mdescLeft"> </td><td class="mdescRight">Head of thread list. <br/></td></tr>
<tr class="separator:aa5971b28a46abeca6cb741cc84710e6d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ade14f512f6274ce9ccb023c2462512b2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ade14f512f6274ce9ccb023c2462512b2"></a>
<a class="el" href="structcds_1_1gc_1_1hrc_1_1_garbage_collector_1_1statistics.html">statistics</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#ade14f512f6274ce9ccb023c2462512b2">m_Stat</a></td></tr>
<tr class="memdesc:ade14f512f6274ce9ccb023c2462512b2"><td class="mdescLeft"> </td><td class="mdescRight">Internal statistics. <br/></td></tr>
<tr class="separator:ade14f512f6274ce9ccb023c2462512b2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a67d19ae2923bddf4323dbfec75ad23e2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a67d19ae2923bddf4323dbfec75ad23e2"></a>
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#a67d19ae2923bddf4323dbfec75ad23e2">m_bStatEnabled</a></td></tr>
<tr class="memdesc:a67d19ae2923bddf4323dbfec75ad23e2"><td class="mdescLeft"> </td><td class="mdescRight"><em>true</em> - accumulate internal statistics <br/></td></tr>
<tr class="separator:a67d19ae2923bddf4323dbfec75ad23e2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abfd39769bf0ef8cf6db02a8588ecab9b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abfd39769bf0ef8cf6db02a8588ecab9b"></a>
const size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#abfd39769bf0ef8cf6db02a8588ecab9b">m_nHazardPointerCount</a></td></tr>
<tr class="memdesc:abfd39769bf0ef8cf6db02a8588ecab9b"><td class="mdescLeft"> </td><td class="mdescRight">max count of thread's hazard pointer <br/></td></tr>
<tr class="separator:abfd39769bf0ef8cf6db02a8588ecab9b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acd0829b1ba90e8253c51415c8f6440f2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acd0829b1ba90e8253c51415c8f6440f2"></a>
const size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#acd0829b1ba90e8253c51415c8f6440f2">m_nMaxThreadCount</a></td></tr>
<tr class="memdesc:acd0829b1ba90e8253c51415c8f6440f2"><td class="mdescLeft"> </td><td class="mdescRight">max count of thread <br/></td></tr>
<tr class="separator:acd0829b1ba90e8253c51415c8f6440f2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a32ec59fe98328fb8e4db869f77ce1b4a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a32ec59fe98328fb8e4db869f77ce1b4a"></a>
const size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#a32ec59fe98328fb8e4db869f77ce1b4a">m_nMaxRetiredPtrCount</a></td></tr>
<tr class="memdesc:a32ec59fe98328fb8e4db869f77ce1b4a"><td class="mdescLeft"> </td><td class="mdescRight">max count of retired ptr per thread <br/></td></tr>
<tr class="separator:a32ec59fe98328fb8e4db869f77ce1b4a"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-static-attribs"></a>
Static Private Attributes</h2></td></tr>
<tr class="memitem:a424fdf62e4498028445436eb1c6f9cc3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a424fdf62e4498028445436eb1c6f9cc3"></a>
static <a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html">GarbageCollector</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#a424fdf62e4498028445436eb1c6f9cc3">m_pGC</a></td></tr>
<tr class="memdesc:a424fdf62e4498028445436eb1c6f9cc3"><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classcds_1_1gc_1_1_h_r_c.html" title="Gidenstam's garbage collector.">HRC</a> garbage collector instance. <br/></td></tr>
<tr class="separator:a424fdf62e4498028445436eb1c6f9cc3"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Gidenstam's Garbage Collector. </p>
<p>This GC combines Hazard Pointers (<a class="el" href="classcds_1_1gc_1_1_h_p.html" title="Hazard Pointer garbage collector.">HP</a>) reclamation method by Michael's and the well-known reference counting reclamation schema. The <a class="el" href="classcds_1_1gc_1_1_h_p.html" title="Hazard Pointer garbage collector.">HP</a> method is light-weight algorithm guarding local references only. Reference counting schema is harder than <a class="el" href="classcds_1_1gc_1_1_h_p.html" title="Hazard Pointer garbage collector.">HP</a> with relation to the performance but can guard global references too. Using Gidenstam's GC it can be possible to safely introduce to the lock-free data structures very useful concepts like iterators.</p>
<p><a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html" title="Gidenstam's Garbage Collector.">GarbageCollector</a> is the singleton. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="ac298d2ca1168306c03d2e83ca95dc09e"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void cds::gc::hrc::GarbageCollector::checkHPCount </td>
<td>(</td>
<td class="paramtype">unsigned int </td>
<td class="paramname"><em>nRequiredCount</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Checks that required hazard pointer count <code>nRequiredCount</code> is less or equal then max hazard pointer count. </p>
<p>If <code>nRequiredCount</code> > <a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html#a20d6fde44b19180c3f9b4fe00e65c974" title="Get max count of hazard pointers as defined in Construct call.">getHazardPointerCount()</a> then the exception HZPTooMany is thrown </p>
</div>
</div>
<a class="anchor" id="ad76272347d5a053b463bfc45da9da7e9"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void cds::gc::hrc::GarbageCollector::CleanUpAll </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_thread_g_c.html">ThreadGC</a> * </td>
<td class="paramname"><em>pThreadGC</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Global clean up. </p>
<p>The procedure try to remove redundant claimed references from links in deleted nodes that has been deleted by any thread. <code>pThreadGC</code> - <a class="el" href="classcds_1_1gc_1_1hrc_1_1_thread_g_c.html" title="Thread's Garbage collector.">ThreadGC</a> of calling thread </p>
</div>
</div>
<a class="anchor" id="ae450a3e7c8bbf331358585920a29e6ed"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void CDS_STDCALL cds::gc::hrc::GarbageCollector::Construct </td>
<td>(</td>
<td class="paramtype">size_t </td>
<td class="paramname"><em>nHazardPtrCount</em> = <code>0</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t </td>
<td class="paramname"><em>nMaxThreadCount</em> = <code>0</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t </td>
<td class="paramname"><em>nMaxNodeLinkCount</em> = <code>0</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">size_t </td>
<td class="paramname"><em>nMaxTransientLinks</em> = <code>0</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Create global instance of <a class="el" href="classcds_1_1gc_1_1hrc_1_1_garbage_collector.html" title="Gidenstam's Garbage Collector.">GarbageCollector</a>. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">nHazardPtrCount</td><td>number of hazard pointers </td></tr>
<tr><td class="paramname">nMaxThreadCount</td><td>max threads count </td></tr>
<tr><td class="paramname">nMaxNodeLinkCount</td><td>max number of links a <a class="el" href="classcds_1_1gc_1_1hrc_1_1_container_node.html">ContainerNode</a> can contain </td></tr>
<tr><td class="paramname">nMaxTransientLinks</td><td>max number of links in live nodes that may transiently point to a deleted node </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a3fc91494dc98258dfa9e2b7dd86f7472"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void cds::gc::hrc::GarbageCollector::Scan </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classcds_1_1gc_1_1hrc_1_1_thread_g_c.html">ThreadGC</a> * </td>
<td class="paramname"><em>pThreadGC</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>The main method of GC. </p>
<p>The procedure searches through all not yet reclaimed nodes deleted by this thread and reclaim only those that does not have any matching hazard pointers and do not have any counted references from any links inside of nodes. <em>Scan</em> is called in context of thread owned <code>pRec</code>. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>cds/gc/hrc/hrc.h</li>
</ul>
</div><!-- contents -->
<hr/>
<div align="right">
<b>cds</b> <b>1.4.0</b>
Developed by <i>Maxim Khiszinsky aka khizmax</i> 2007 - 2012
<br/>
<i>Autogenerated Mon May 20 2013 00:37:58 by Doxygen 1.8.3.1</i>
</div>
</BODY>
</HTML>
| IMCG/CDS | doc/cds-api/classcds_1_1gc_1_1hrc_1_1_garbage_collector.html | HTML | bsd-2-clause | 34,844 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Rendered using the Haskell Html Library v0.2-->
<HTML
><HEAD
><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"
><TITLE
>Qtc.Gui.QGraphicsView</TITLE
><LINK HREF="haddock.css" REL="stylesheet" TYPE="text/css"
><SCRIPT SRC="haddock-util.js" TYPE="text/javascript"
></SCRIPT
><SCRIPT TYPE="text/javascript"
>window.onload = function () {setSynopsis("mini_Qtc-Gui-QGraphicsView.html")};</SCRIPT
></HEAD
><BODY
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="topbar"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD
><IMG SRC="haskell_icon.gif" WIDTH="16" HEIGHT="16" ALT=" "
></TD
><TD CLASS="title"
></TD
><TD CLASS="topbut"
><A HREF="index.html"
>Contents</A
></TD
><TD CLASS="topbut"
><A HREF="doc-index.html"
>Index</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="modulebar"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD
><FONT SIZE="6"
>Qtc.Gui.QGraphicsView</FONT
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="section1"
>Documentation</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqGraphicsView"
><A NAME="t%3AQqGraphicsView"
></A
></A
><B
>QqGraphicsView</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qGraphicsView"
><A NAME="v%3AqGraphicsView"
></A
></A
><B
>qGraphicsView</B
> :: x1 -> IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqGraphicsView')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqGraphicsView" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqGraphicsView"
>QqGraphicsView</A
> ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqGraphicsView"
>QqGraphicsView</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsScene"
>QGraphicsScene</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqGraphicsView"
>QqGraphicsView</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQWidget"
>QWidget</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqGraphicsView"
>QqGraphicsView</A
> ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsScene"
>QGraphicsScene</A
> t1) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQWidget"
>QWidget</A
> t2))</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qalignment"
><A NAME="t%3AQalignment"
></A
></A
><B
>Qalignment</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:alignment"
><A NAME="v%3Aalignment"
></A
></A
><B
>alignment</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO <A HREF="Qtc-Enums-Core-Qt.html#t%3AAlignment"
>Alignment</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qalignment')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qalignment" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQalignment"
>Qalignment</A
> ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QbackgroundBrush"
><A NAME="t%3AQbackgroundBrush"
></A
></A
><B
>QbackgroundBrush</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:backgroundBrush"
><A NAME="v%3AbackgroundBrush"
></A
></A
><B
>backgroundBrush</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQBrush"
>QBrush</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QbackgroundBrush')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QbackgroundBrush" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQbackgroundBrush"
>QbackgroundBrush</A
> ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QcacheMode"
><A NAME="t%3AQcacheMode"
></A
></A
><B
>QcacheMode</B
> x1 xr <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:cacheMode"
><A NAME="v%3AcacheMode"
></A
></A
><B
>cacheMode</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> xr</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QcacheMode')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QcacheMode" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcacheMode"
>QcacheMode</A
> () (IO <A HREF="Qtc-Enums-Gui-QGraphicsView.html#t%3AQGraphicsViewCacheMode"
>QGraphicsViewCacheMode</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcacheMode"
>QcacheMode</A
> () (IO <A HREF="Qtc-Enums-Gui-QGraphicsView.html#t%3AQGraphicsViewCacheMode"
>QGraphicsViewCacheMode</A
>)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QcenterOn"
><A NAME="t%3AQcenterOn"
></A
></A
><B
>QcenterOn</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:centerOn"
><A NAME="v%3AcenterOn"
></A
></A
><B
>centerOn</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QcenterOn')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QcenterOn" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcenterOn"
>QcenterOn</A
> <A HREF="Qth-ClassTypes-Core-Point.html#t%3APointF"
>PointF</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcenterOn"
>QcenterOn</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsTextItem"
>QGraphicsTextItem</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcenterOn"
>QcenterOn</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcenterOn"
>QcenterOn</A
> ((,) Double Double)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:qcenterOn"
><A NAME="v%3AqcenterOn"
></A
></A
><B
>qcenterOn</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> <A HREF="Qtc-ClassTypes-Core.html#t%3AQPointF"
>QPointF</A
> t1 -> IO ()</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QcontextMenuEvent"
><A NAME="t%3AQcontextMenuEvent"
></A
></A
><B
>QcontextMenuEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:contextMenuEvent"
><A NAME="v%3AcontextMenuEvent"
></A
></A
><B
>contextMenuEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QcontextMenuEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QcontextMenuEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcontextMenuEvent"
>QcontextMenuEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQContextMenuEvent"
>QContextMenuEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcontextMenuEvent"
>QcontextMenuEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQContextMenuEvent"
>QContextMenuEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QdragEnterEvent"
><A NAME="t%3AQdragEnterEvent"
></A
></A
><B
>QdragEnterEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:dragEnterEvent"
><A NAME="v%3AdragEnterEvent"
></A
></A
><B
>dragEnterEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QdragEnterEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QdragEnterEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdragEnterEvent"
>QdragEnterEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQDragEnterEvent"
>QDragEnterEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdragEnterEvent"
>QdragEnterEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQDragEnterEvent"
>QDragEnterEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QdragLeaveEvent"
><A NAME="t%3AQdragLeaveEvent"
></A
></A
><B
>QdragLeaveEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:dragLeaveEvent"
><A NAME="v%3AdragLeaveEvent"
></A
></A
><B
>dragLeaveEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QdragLeaveEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QdragLeaveEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdragLeaveEvent"
>QdragLeaveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQDragLeaveEvent"
>QDragLeaveEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdragLeaveEvent"
>QdragLeaveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQDragLeaveEvent"
>QDragLeaveEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:dragMode"
><A NAME="v%3AdragMode"
></A
></A
><B
>dragMode</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> () -> IO <A HREF="Qtc-Enums-Gui-QGraphicsView.html#t%3ADragMode"
>DragMode</A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QdragMoveEvent"
><A NAME="t%3AQdragMoveEvent"
></A
></A
><B
>QdragMoveEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:dragMoveEvent"
><A NAME="v%3AdragMoveEvent"
></A
></A
><B
>dragMoveEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QdragMoveEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QdragMoveEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdragMoveEvent"
>QdragMoveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQDragMoveEvent"
>QDragMoveEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdragMoveEvent"
>QdragMoveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQDragMoveEvent"
>QDragMoveEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QdrawBackground"
><A NAME="t%3AQdrawBackground"
></A
></A
><B
>QdrawBackground</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:drawBackground"
><A NAME="v%3AdrawBackground"
></A
></A
><B
>drawBackground</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QdrawBackground')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QdrawBackground" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdrawBackground"
>QdrawBackground</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdrawBackground"
>QdrawBackground</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdrawBackground"
>QdrawBackground</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdrawBackground"
>QdrawBackground</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
>)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqdrawBackground"
><A NAME="t%3AQqdrawBackground"
></A
></A
><B
>QqdrawBackground</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qdrawBackground"
><A NAME="v%3AqdrawBackground"
></A
></A
><B
>qdrawBackground</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqdrawBackground')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqdrawBackground" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqdrawBackground"
>QqdrawBackground</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t2))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqdrawBackground"
>QqdrawBackground</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t2))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqdrawBackground"
>QqdrawBackground</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t2))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqdrawBackground"
>QqdrawBackground</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t2))</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QdrawForeground"
><A NAME="t%3AQdrawForeground"
></A
></A
><B
>QdrawForeground</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:drawForeground"
><A NAME="v%3AdrawForeground"
></A
></A
><B
>drawForeground</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QdrawForeground')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QdrawForeground" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdrawForeground"
>QdrawForeground</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdrawForeground"
>QdrawForeground</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdrawForeground"
>QdrawForeground</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdrawForeground"
>QdrawForeground</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
>)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqdrawForeground"
><A NAME="t%3AQqdrawForeground"
></A
></A
><B
>QqdrawForeground</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qdrawForeground"
><A NAME="v%3AqdrawForeground"
></A
></A
><B
>qdrawForeground</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqdrawForeground')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqdrawForeground" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqdrawForeground"
>QqdrawForeground</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t2))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqdrawForeground"
>QqdrawForeground</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t2))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqdrawForeground"
>QqdrawForeground</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t2))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqdrawForeground"
>QqdrawForeground</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t2))</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QdrawItems"
><A NAME="t%3AQdrawItems"
></A
></A
><B
>QdrawItems</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:drawItems"
><A NAME="v%3AdrawItems"
></A
></A
><B
>drawItems</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QdrawItems')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QdrawItems" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdrawItems"
>QdrawItems</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,,,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) Int ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> t3)) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQStyleOptionGraphicsItem"
>QStyleOptionGraphicsItem</A
> t4))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdrawItems"
>QdrawItems</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,,,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) Int ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> t3)) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQStyleOptionGraphicsItem"
>QStyleOptionGraphicsItem</A
> t4))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdrawItems"
>QdrawItems</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,,,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) Int ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> t3)) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQStyleOptionGraphicsItem"
>QStyleOptionGraphicsItem</A
> t4))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdrawItems"
>QdrawItems</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,,,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) Int ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> t3)) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQStyleOptionGraphicsItem"
>QStyleOptionGraphicsItem</A
> t4))</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QdropEvent"
><A NAME="t%3AQdropEvent"
></A
></A
><B
>QdropEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:dropEvent"
><A NAME="v%3AdropEvent"
></A
></A
><B
>dropEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QdropEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QdropEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdropEvent"
>QdropEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQDropEvent"
>QDropEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdropEvent"
>QdropEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQDropEvent"
>QDropEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QensureVisible"
><A NAME="t%3AQensureVisible"
></A
></A
><B
>QensureVisible</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:ensureVisible"
><A NAME="v%3AensureVisible"
></A
></A
><B
>ensureVisible</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QensureVisible')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QensureVisible" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQensureVisible"
>QensureVisible</A
> <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQensureVisible"
>QensureVisible</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsTextItem"
>QGraphicsTextItem</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQensureVisible"
>QensureVisible</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQensureVisible"
>QensureVisible</A
> ((,) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
> Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQensureVisible"
>QensureVisible</A
> ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsTextItem"
>QGraphicsTextItem</A
> t1) Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQensureVisible"
>QensureVisible</A
> ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> t1) Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQensureVisible"
>QensureVisible</A
> ((,,) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
> Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQensureVisible"
>QensureVisible</A
> ((,,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsTextItem"
>QGraphicsTextItem</A
> t1) Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQensureVisible"
>QensureVisible</A
> ((,,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> t1) Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQensureVisible"
>QensureVisible</A
> ((,,,) Double Double Double Double)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQensureVisible"
>QensureVisible</A
> ((,,,,) Double Double Double Double Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQensureVisible"
>QensureVisible</A
> ((,,,,,) Double Double Double Double Int Int)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqensureVisible"
><A NAME="t%3AQqensureVisible"
></A
></A
><B
>QqensureVisible</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qensureVisible"
><A NAME="v%3AqensureVisible"
></A
></A
><B
>qensureVisible</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqensureVisible')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqensureVisible" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqensureVisible"
>QqensureVisible</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqensureVisible"
>QqensureVisible</A
> ((,) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t1) Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqensureVisible"
>QqensureVisible</A
> ((,,) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t1) Int Int)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qevent"
><A NAME="t%3AQevent"
></A
></A
><B
>Qevent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:event"
><A NAME="v%3Aevent"
></A
></A
><B
>event</B
> :: x0 -> x1 -> IO Bool</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qevent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qevent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQevent"
>Qevent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQevent"
>Qevent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QfitInView"
><A NAME="t%3AQfitInView"
></A
></A
><B
>QfitInView</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:fitInView"
><A NAME="v%3AfitInView"
></A
></A
><B
>fitInView</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QfitInView')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QfitInView" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfitInView"
>QfitInView</A
> <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfitInView"
>QfitInView</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsTextItem"
>QGraphicsTextItem</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfitInView"
>QfitInView</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfitInView"
>QfitInView</A
> ((,) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
> <A HREF="Qtc-Enums-Core-Qt.html#t%3AAspectRatioMode"
>AspectRatioMode</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfitInView"
>QfitInView</A
> ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsTextItem"
>QGraphicsTextItem</A
> t1) <A HREF="Qtc-Enums-Core-Qt.html#t%3AAspectRatioMode"
>AspectRatioMode</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfitInView"
>QfitInView</A
> ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> t1) <A HREF="Qtc-Enums-Core-Qt.html#t%3AAspectRatioMode"
>AspectRatioMode</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfitInView"
>QfitInView</A
> ((,,,) Double Double Double Double)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfitInView"
>QfitInView</A
> ((,,,,) Double Double Double Double <A HREF="Qtc-Enums-Core-Qt.html#t%3AAspectRatioMode"
>AspectRatioMode</A
>)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqfitInView"
><A NAME="t%3AQqfitInView"
></A
></A
><B
>QqfitInView</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qfitInView"
><A NAME="v%3AqfitInView"
></A
></A
><B
>qfitInView</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqfitInView')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqfitInView" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqfitInView"
>QqfitInView</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqfitInView"
>QqfitInView</A
> ((,) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t1) <A HREF="Qtc-Enums-Core-Qt.html#t%3AAspectRatioMode"
>AspectRatioMode</A
>)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QfocusInEvent"
><A NAME="t%3AQfocusInEvent"
></A
></A
><B
>QfocusInEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:focusInEvent"
><A NAME="v%3AfocusInEvent"
></A
></A
><B
>focusInEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QfocusInEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QfocusInEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfocusInEvent"
>QfocusInEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQFocusEvent"
>QFocusEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfocusInEvent"
>QfocusInEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQFocusEvent"
>QFocusEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QfocusOutEvent"
><A NAME="t%3AQfocusOutEvent"
></A
></A
><B
>QfocusOutEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:focusOutEvent"
><A NAME="v%3AfocusOutEvent"
></A
></A
><B
>focusOutEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QfocusOutEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QfocusOutEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfocusOutEvent"
>QfocusOutEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQFocusEvent"
>QFocusEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfocusOutEvent"
>QfocusOutEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQFocusEvent"
>QFocusEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QforegroundBrush"
><A NAME="t%3AQforegroundBrush"
></A
></A
><B
>QforegroundBrush</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:foregroundBrush"
><A NAME="v%3AforegroundBrush"
></A
></A
><B
>foregroundBrush</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQBrush"
>QBrush</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QforegroundBrush')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QforegroundBrush" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQforegroundBrush"
>QforegroundBrush</A
> ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QinputMethodEvent"
><A NAME="t%3AQinputMethodEvent"
></A
></A
><B
>QinputMethodEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:inputMethodEvent"
><A NAME="v%3AinputMethodEvent"
></A
></A
><B
>inputMethodEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QinputMethodEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QinputMethodEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQinputMethodEvent"
>QinputMethodEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQInputMethodEvent"
>QInputMethodEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQinputMethodEvent"
>QinputMethodEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQInputMethodEvent"
>QInputMethodEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QinputMethodQuery"
><A NAME="t%3AQinputMethodQuery"
></A
></A
><B
>QinputMethodQuery</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:inputMethodQuery"
><A NAME="v%3AinputMethodQuery"
></A
></A
><B
>inputMethodQuery</B
> :: x0 -> x1 -> IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQVariant"
>QVariant</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QinputMethodQuery')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QinputMethodQuery" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQinputMethodQuery"
>QinputMethodQuery</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) <A HREF="Qtc-Enums-Core-Qt.html#t%3AInputMethodQuery"
>InputMethodQuery</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQinputMethodQuery"
>QinputMethodQuery</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) <A HREF="Qtc-Enums-Core-Qt.html#t%3AInputMethodQuery"
>InputMethodQuery</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQinputMethodQuery"
>QinputMethodQuery</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) <A HREF="Qtc-Enums-Core-Qt.html#t%3AInputMethodQuery"
>InputMethodQuery</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQinputMethodQuery"
>QinputMethodQuery</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) <A HREF="Qtc-Enums-Core-Qt.html#t%3AInputMethodQuery"
>InputMethodQuery</A
></TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QinvalidateScene"
><A NAME="t%3AQinvalidateScene"
></A
></A
><B
>QinvalidateScene</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:invalidateScene"
><A NAME="v%3AinvalidateScene"
></A
></A
><B
>invalidateScene</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QinvalidateScene')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QinvalidateScene" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQinvalidateScene"
>QinvalidateScene</A
> ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQinvalidateScene"
>QinvalidateScene</A
> <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQinvalidateScene"
>QinvalidateScene</A
> ((,) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
> <A HREF="Qtc-Enums-Gui-QGraphicsScene.html#t%3ASceneLayers"
>SceneLayers</A
>)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqinvalidateScene"
><A NAME="t%3AQqinvalidateScene"
></A
></A
><B
>QqinvalidateScene</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qinvalidateScene"
><A NAME="v%3AqinvalidateScene"
></A
></A
><B
>qinvalidateScene</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqinvalidateScene')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqinvalidateScene" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqinvalidateScene"
>QqinvalidateScene</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqinvalidateScene"
>QqinvalidateScene</A
> ((,) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t1) <A HREF="Qtc-Enums-Gui-QGraphicsScene.html#t%3ASceneLayers"
>SceneLayers</A
>)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:isInteractive"
><A NAME="v%3AisInteractive"
></A
></A
><B
>isInteractive</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> () -> IO Bool</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QitemAt"
><A NAME="t%3AQitemAt"
></A
></A
><B
>QitemAt</B
> x1 xr <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:itemAt"
><A NAME="v%3AitemAt"
></A
></A
><B
>itemAt</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> xr</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QitemAt')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QitemAt" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitemAt"
>QitemAt</A
> <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
> (IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitemAt"
>QitemAt</A
> <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
> (IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitemAt"
>QitemAt</A
> ((,) Int Int) (IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitemAt"
>QitemAt</A
> ((,) Int Int) (IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ()))</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqitemAt"
><A NAME="t%3AQqitemAt"
></A
></A
><B
>QqitemAt</B
> x1 xr <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qitemAt"
><A NAME="v%3AqitemAt"
></A
></A
><B
>qitemAt</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> xr</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqitemAt')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqitemAt" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqitemAt"
>QqitemAt</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPoint"
>QPoint</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqitemAt"
>QqitemAt</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPoint"
>QPoint</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ()))</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qitems"
><A NAME="t%3AQitems"
></A
></A
><B
>Qitems</B
> x1 xr <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:items"
><A NAME="v%3Aitems"
></A
></A
><B
>items</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> xr</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qitems')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qitems" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> () (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> () (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARect"
>Rect</A
> (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARect"
>Rect</A
> (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
> (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
> (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygon"
>QPolygon</A
> t1) (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygon"
>QPolygon</A
> t1) (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainterPath"
>QPainterPath</A
> t1) (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainterPath"
>QPainterPath</A
> t1) (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> ((,) Int Int) (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> ((,) Int Int) (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> ((,) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARect"
>Rect</A
> <A HREF="Qtc-Enums-Core-Qt.html#t%3AItemSelectionMode"
>ItemSelectionMode</A
>) (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> ((,) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARect"
>Rect</A
> <A HREF="Qtc-Enums-Core-Qt.html#t%3AItemSelectionMode"
>ItemSelectionMode</A
>) (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> ((,) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygon"
>QPolygon</A
> t1) <A HREF="Qtc-Enums-Core-Qt.html#t%3AItemSelectionMode"
>ItemSelectionMode</A
>) (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> ((,) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygon"
>QPolygon</A
> t1) <A HREF="Qtc-Enums-Core-Qt.html#t%3AItemSelectionMode"
>ItemSelectionMode</A
>) (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainterPath"
>QPainterPath</A
> t1) <A HREF="Qtc-Enums-Core-Qt.html#t%3AItemSelectionMode"
>ItemSelectionMode</A
>) (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainterPath"
>QPainterPath</A
> t1) <A HREF="Qtc-Enums-Core-Qt.html#t%3AItemSelectionMode"
>ItemSelectionMode</A
>) (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> ((,,,) Int Int Int Int) (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> ((,,,) Int Int Int Int) (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> ((,,,,) Int Int Int Int <A HREF="Qtc-Enums-Core-Qt.html#t%3AItemSelectionMode"
>ItemSelectionMode</A
>) (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQitems"
>Qitems</A
> ((,,,,) Int Int Int Int <A HREF="Qtc-Enums-Core-Qt.html#t%3AItemSelectionMode"
>ItemSelectionMode</A
>) (IO ([] (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ())))</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qqitems"
><A NAME="t%3AQqitems"
></A
></A
><B
>Qqitems</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qitems"
><A NAME="v%3Aqitems"
></A
></A
><B
>qitems</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO [<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsItem"
>QGraphicsItem</A
> ()]</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qqitems')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qqitems" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqitems"
>Qqitems</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRect"
>QRect</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqitems"
>Qqitems</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPoint"
>QPoint</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqitems"
>Qqitems</A
> ((,) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRect"
>QRect</A
> t1) <A HREF="Qtc-Enums-Core-Qt.html#t%3AItemSelectionMode"
>ItemSelectionMode</A
>)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QkeyPressEvent"
><A NAME="t%3AQkeyPressEvent"
></A
></A
><B
>QkeyPressEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:keyPressEvent"
><A NAME="v%3AkeyPressEvent"
></A
></A
><B
>keyPressEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QkeyPressEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QkeyPressEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQkeyPressEvent"
>QkeyPressEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQKeyEvent"
>QKeyEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQkeyPressEvent"
>QkeyPressEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQKeyEvent"
>QKeyEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QkeyReleaseEvent"
><A NAME="t%3AQkeyReleaseEvent"
></A
></A
><B
>QkeyReleaseEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:keyReleaseEvent"
><A NAME="v%3AkeyReleaseEvent"
></A
></A
><B
>keyReleaseEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QkeyReleaseEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QkeyReleaseEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQkeyReleaseEvent"
>QkeyReleaseEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQKeyEvent"
>QKeyEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQkeyReleaseEvent"
>QkeyReleaseEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQKeyEvent"
>QKeyEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QmapFromScene"
><A NAME="t%3AQmapFromScene"
></A
></A
><B
>QmapFromScene</B
> x1 xr <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:mapFromScene"
><A NAME="v%3AmapFromScene"
></A
></A
><B
>mapFromScene</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> xr</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QmapFromScene')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QmapFromScene" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapFromScene"
>QmapFromScene</A
> <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
> (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygon"
>QPolygon</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapFromScene"
>QmapFromScene</A
> <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
> (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygon"
>QPolygon</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapFromScene"
>QmapFromScene</A
> <A HREF="Qth-ClassTypes-Core-Point.html#t%3APointF"
>PointF</A
> (IO <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapFromScene"
>QmapFromScene</A
> <A HREF="Qth-ClassTypes-Core-Point.html#t%3APointF"
>PointF</A
> (IO <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapFromScene"
>QmapFromScene</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygonF"
>QPolygonF</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygon"
>QPolygon</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapFromScene"
>QmapFromScene</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygonF"
>QPolygonF</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygon"
>QPolygon</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapFromScene"
>QmapFromScene</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainterPath"
>QPainterPath</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainterPath"
>QPainterPath</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapFromScene"
>QmapFromScene</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainterPath"
>QPainterPath</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainterPath"
>QPainterPath</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapFromScene"
>QmapFromScene</A
> ((,) Double Double) (IO <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapFromScene"
>QmapFromScene</A
> ((,) Double Double) (IO <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapFromScene"
>QmapFromScene</A
> ((,,,) Double Double Double Double) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygon"
>QPolygon</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapFromScene"
>QmapFromScene</A
> ((,,,) Double Double Double Double) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygon"
>QPolygon</A
> ()))</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqmapFromScene"
><A NAME="t%3AQqmapFromScene"
></A
></A
><B
>QqmapFromScene</B
> x1 xr <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qmapFromScene"
><A NAME="v%3AqmapFromScene"
></A
></A
><B
>qmapFromScene</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> xr</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqmapFromScene')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqmapFromScene" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqmapFromScene"
>QqmapFromScene</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygon"
>QPolygon</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqmapFromScene"
>QqmapFromScene</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygon"
>QPolygon</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqmapFromScene"
>QqmapFromScene</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPointF"
>QPointF</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPoint"
>QPoint</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqmapFromScene"
>QqmapFromScene</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPointF"
>QPointF</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPoint"
>QPoint</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqmapFromScene"
>QqmapFromScene</A
> ((,) Double Double) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPoint"
>QPoint</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqmapFromScene"
>QqmapFromScene</A
> ((,) Double Double) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPoint"
>QPoint</A
> ()))</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QmapToScene"
><A NAME="t%3AQmapToScene"
></A
></A
><B
>QmapToScene</B
> x1 xr <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:mapToScene"
><A NAME="v%3AmapToScene"
></A
></A
><B
>mapToScene</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> xr</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QmapToScene')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QmapToScene" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapToScene"
>QmapToScene</A
> <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARect"
>Rect</A
> (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygonF"
>QPolygonF</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapToScene"
>QmapToScene</A
> <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARect"
>Rect</A
> (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygonF"
>QPolygonF</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapToScene"
>QmapToScene</A
> <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
> (IO <A HREF="Qth-ClassTypes-Core-Point.html#t%3APointF"
>PointF</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapToScene"
>QmapToScene</A
> <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
> (IO <A HREF="Qth-ClassTypes-Core-Point.html#t%3APointF"
>PointF</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapToScene"
>QmapToScene</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygon"
>QPolygon</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygonF"
>QPolygonF</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapToScene"
>QmapToScene</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygon"
>QPolygon</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygonF"
>QPolygonF</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapToScene"
>QmapToScene</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainterPath"
>QPainterPath</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainterPath"
>QPainterPath</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapToScene"
>QmapToScene</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainterPath"
>QPainterPath</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainterPath"
>QPainterPath</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapToScene"
>QmapToScene</A
> ((,) Int Int) (IO <A HREF="Qth-ClassTypes-Core-Point.html#t%3APointF"
>PointF</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapToScene"
>QmapToScene</A
> ((,) Int Int) (IO <A HREF="Qth-ClassTypes-Core-Point.html#t%3APointF"
>PointF</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapToScene"
>QmapToScene</A
> ((,,,) Int Int Int Int) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygonF"
>QPolygonF</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmapToScene"
>QmapToScene</A
> ((,,,) Int Int Int Int) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygonF"
>QPolygonF</A
> ()))</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqmapToScene"
><A NAME="t%3AQqmapToScene"
></A
></A
><B
>QqmapToScene</B
> x1 xr <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qmapToScene"
><A NAME="v%3AqmapToScene"
></A
></A
><B
>qmapToScene</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> xr</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqmapToScene')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqmapToScene" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqmapToScene"
>QqmapToScene</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRect"
>QRect</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygonF"
>QPolygonF</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqmapToScene"
>QqmapToScene</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRect"
>QRect</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPolygonF"
>QPolygonF</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqmapToScene"
>QqmapToScene</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPoint"
>QPoint</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPointF"
>QPointF</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqmapToScene"
>QqmapToScene</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPoint"
>QPoint</A
> t1) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPointF"
>QPointF</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqmapToScene"
>QqmapToScene</A
> ((,) Int Int) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPointF"
>QPointF</A
> ()))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqmapToScene"
>QqmapToScene</A
> ((,) Int Int) (IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPointF"
>QPointF</A
> ()))</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qmatrix"
><A NAME="t%3AQmatrix"
></A
></A
><B
>Qmatrix</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:matrix"
><A NAME="v%3Amatrix"
></A
></A
><B
>matrix</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQMatrix"
>QMatrix</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qmatrix')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qmatrix" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmatrix"
>Qmatrix</A
> ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QmouseDoubleClickEvent"
><A NAME="t%3AQmouseDoubleClickEvent"
></A
></A
><B
>QmouseDoubleClickEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:mouseDoubleClickEvent"
><A NAME="v%3AmouseDoubleClickEvent"
></A
></A
><B
>mouseDoubleClickEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QmouseDoubleClickEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QmouseDoubleClickEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmouseDoubleClickEvent"
>QmouseDoubleClickEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMouseEvent"
>QMouseEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmouseDoubleClickEvent"
>QmouseDoubleClickEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMouseEvent"
>QMouseEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QmouseMoveEvent"
><A NAME="t%3AQmouseMoveEvent"
></A
></A
><B
>QmouseMoveEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:mouseMoveEvent"
><A NAME="v%3AmouseMoveEvent"
></A
></A
><B
>mouseMoveEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QmouseMoveEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QmouseMoveEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmouseMoveEvent"
>QmouseMoveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMouseEvent"
>QMouseEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmouseMoveEvent"
>QmouseMoveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMouseEvent"
>QMouseEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QmousePressEvent"
><A NAME="t%3AQmousePressEvent"
></A
></A
><B
>QmousePressEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:mousePressEvent"
><A NAME="v%3AmousePressEvent"
></A
></A
><B
>mousePressEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QmousePressEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QmousePressEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmousePressEvent"
>QmousePressEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMouseEvent"
>QMouseEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmousePressEvent"
>QmousePressEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMouseEvent"
>QMouseEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QmouseReleaseEvent"
><A NAME="t%3AQmouseReleaseEvent"
></A
></A
><B
>QmouseReleaseEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:mouseReleaseEvent"
><A NAME="v%3AmouseReleaseEvent"
></A
></A
><B
>mouseReleaseEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QmouseReleaseEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QmouseReleaseEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmouseReleaseEvent"
>QmouseReleaseEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMouseEvent"
>QMouseEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmouseReleaseEvent"
>QmouseReleaseEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMouseEvent"
>QMouseEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:optimizationFlags"
><A NAME="v%3AoptimizationFlags"
></A
></A
><B
>optimizationFlags</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> () -> IO <A HREF="Qtc-Enums-Gui-QGraphicsView.html#t%3AOptimizationFlags"
>OptimizationFlags</A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QpaintEvent"
><A NAME="t%3AQpaintEvent"
></A
></A
><B
>QpaintEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:paintEvent"
><A NAME="v%3ApaintEvent"
></A
></A
><B
>paintEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QpaintEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QpaintEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQpaintEvent"
>QpaintEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPaintEvent"
>QPaintEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQpaintEvent"
>QpaintEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPaintEvent"
>QPaintEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qrender"
><A NAME="t%3AQrender"
></A
></A
><B
>Qrender</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:render"
><A NAME="v%3Arender"
></A
></A
><B
>render</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qrender')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qrender" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQrender"
>Qrender</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQrender"
>Qrender</A
> ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQrender"
>Qrender</A
> ((,,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
> <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARect"
>Rect</A
>)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQrender"
>Qrender</A
> ((,,,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
> <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARect"
>Rect</A
> <A HREF="Qtc-Enums-Core-Qt.html#t%3AAspectRatioMode"
>AspectRatioMode</A
>)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qqrender"
><A NAME="t%3AQqrender"
></A
></A
><B
>Qqrender</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qrender"
><A NAME="v%3Aqrender"
></A
></A
><B
>qrender</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qqrender')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qqrender" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqrender"
>Qqrender</A
> ((,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t2))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqrender"
>Qqrender</A
> ((,,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t2) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRect"
>QRect</A
> t3))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqrender"
>Qqrender</A
> ((,,,) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t2) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRect"
>QRect</A
> t3) <A HREF="Qtc-Enums-Core-Qt.html#t%3AAspectRatioMode"
>AspectRatioMode</A
>)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QrenderHints"
><A NAME="t%3AQrenderHints"
></A
></A
><B
>QrenderHints</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:renderHints"
><A NAME="v%3ArenderHints"
></A
></A
><B
>renderHints</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO <A HREF="Qtc-Enums-Gui-QPainter.html#t%3ARenderHints"
>RenderHints</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QrenderHints')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QrenderHints" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQrenderHints"
>QrenderHints</A
> ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:resetCachedContent"
><A NAME="v%3AresetCachedContent"
></A
></A
><B
>resetCachedContent</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> () -> IO ()</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QresetMatrix"
><A NAME="t%3AQresetMatrix"
></A
></A
><B
>QresetMatrix</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:resetMatrix"
><A NAME="v%3AresetMatrix"
></A
></A
><B
>resetMatrix</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QresetMatrix')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QresetMatrix" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresetMatrix"
>QresetMatrix</A
> ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QresetTransform"
><A NAME="t%3AQresetTransform"
></A
></A
><B
>QresetTransform</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:resetTransform"
><A NAME="v%3AresetTransform"
></A
></A
><B
>resetTransform</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QresetTransform')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QresetTransform" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresetTransform"
>QresetTransform</A
> ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:resizeAnchor"
><A NAME="v%3AresizeAnchor"
></A
></A
><B
>resizeAnchor</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> () -> IO <A HREF="Qtc-Enums-Gui-QGraphicsView.html#t%3AViewportAnchor"
>ViewportAnchor</A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QresizeEvent"
><A NAME="t%3AQresizeEvent"
></A
></A
><B
>QresizeEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:resizeEvent"
><A NAME="v%3AresizeEvent"
></A
></A
><B
>resizeEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QresizeEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QresizeEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresizeEvent"
>QresizeEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQResizeEvent"
>QResizeEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresizeEvent"
>QresizeEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQResizeEvent"
>QResizeEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qrotate"
><A NAME="t%3AQrotate"
></A
></A
><B
>Qrotate</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:rotate"
><A NAME="v%3Arotate"
></A
></A
><B
>rotate</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qrotate')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qrotate" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQrotate"
>Qrotate</A
> Double</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:rubberBandSelectionMode"
><A NAME="v%3ArubberBandSelectionMode"
></A
></A
><B
>rubberBandSelectionMode</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> () -> IO <A HREF="Qtc-Enums-Core-Qt.html#t%3AItemSelectionMode"
>ItemSelectionMode</A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qqscale"
><A NAME="t%3AQqscale"
></A
></A
><B
>Qqscale</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qscale"
><A NAME="v%3Aqscale"
></A
></A
><B
>qscale</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qqscale')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qqscale" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqscale"
>Qqscale</A
> ((,) Double Double)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qqqscale"
><A NAME="t%3AQqqscale"
></A
></A
><B
>Qqqscale</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qqscale"
><A NAME="v%3Aqqscale"
></A
></A
><B
>qqscale</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qscene"
><A NAME="t%3AQscene"
></A
></A
><B
>Qscene</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:scene"
><A NAME="v%3Ascene"
></A
></A
><B
>scene</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsScene"
>QGraphicsScene</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qscene')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qscene" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQscene"
>Qscene</A
> ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsceneRect"
><A NAME="t%3AQsceneRect"
></A
></A
><B
>QsceneRect</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:sceneRect"
><A NAME="v%3AsceneRect"
></A
></A
><B
>sceneRect</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsceneRect')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsceneRect" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsceneRect"
>QsceneRect</A
> ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqsceneRect"
><A NAME="t%3AQqsceneRect"
></A
></A
><B
>QqsceneRect</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qsceneRect"
><A NAME="v%3AqsceneRect"
></A
></A
><B
>qsceneRect</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqsceneRect')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqsceneRect" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqsceneRect"
>QqsceneRect</A
> ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QscrollContentsBy"
><A NAME="t%3AQscrollContentsBy"
></A
></A
><B
>QscrollContentsBy</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:scrollContentsBy"
><A NAME="v%3AscrollContentsBy"
></A
></A
><B
>scrollContentsBy</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QscrollContentsBy')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QscrollContentsBy" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQscrollContentsBy"
>QscrollContentsBy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQscrollContentsBy"
>QscrollContentsBy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQscrollContentsBy"
>QscrollContentsBy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQscrollContentsBy"
>QscrollContentsBy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) Int Int)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetAlignment"
><A NAME="t%3AQsetAlignment"
></A
></A
><B
>QsetAlignment</B
> x1 xr <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setAlignment"
><A NAME="v%3AsetAlignment"
></A
></A
><B
>setAlignment</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> xr</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetAlignment')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetAlignment" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetAlignment"
>QsetAlignment</A
> <A HREF="Qtc-Enums-Core-Qt.html#t%3AAlignment"
>Alignment</A
> (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetAlignment"
>QsetAlignment</A
> <A HREF="Qtc-Enums-Core-Qt.html#t%3AAlignment"
>Alignment</A
> (IO ())</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetBackgroundBrush"
><A NAME="t%3AQsetBackgroundBrush"
></A
></A
><B
>QsetBackgroundBrush</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setBackgroundBrush"
><A NAME="v%3AsetBackgroundBrush"
></A
></A
><B
>setBackgroundBrush</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetBackgroundBrush')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetBackgroundBrush" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetBackgroundBrush"
>QsetBackgroundBrush</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQBrush"
>QBrush</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetCacheMode"
><A NAME="t%3AQsetCacheMode"
></A
></A
><B
>QsetCacheMode</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setCacheMode"
><A NAME="v%3AsetCacheMode"
></A
></A
><B
>setCacheMode</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetCacheMode')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetCacheMode" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetCacheMode"
>QsetCacheMode</A
> <A HREF="Qtc-Enums-Gui-QGraphicsView.html#t%3AQGraphicsViewCacheMode"
>QGraphicsViewCacheMode</A
></TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:setDragMode"
><A NAME="v%3AsetDragMode"
></A
></A
><B
>setDragMode</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> <A HREF="Qtc-Enums-Gui-QGraphicsView.html#t%3ADragMode"
>DragMode</A
> -> IO ()</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetForegroundBrush"
><A NAME="t%3AQsetForegroundBrush"
></A
></A
><B
>QsetForegroundBrush</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setForegroundBrush"
><A NAME="v%3AsetForegroundBrush"
></A
></A
><B
>setForegroundBrush</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetForegroundBrush')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetForegroundBrush" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetForegroundBrush"
>QsetForegroundBrush</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQBrush"
>QBrush</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:setInteractive"
><A NAME="v%3AsetInteractive"
></A
></A
><B
>setInteractive</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> Bool -> IO ()</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetMatrix"
><A NAME="t%3AQsetMatrix"
></A
></A
><B
>QsetMatrix</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setMatrix"
><A NAME="v%3AsetMatrix"
></A
></A
><B
>setMatrix</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetMatrix')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetMatrix" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetMatrix"
>QsetMatrix</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQMatrix"
>QMatrix</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetMatrix"
>QsetMatrix</A
> ((,) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQMatrix"
>QMatrix</A
> t1) Bool)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetOptimizationFlag"
><A NAME="t%3AQsetOptimizationFlag"
></A
></A
><B
>QsetOptimizationFlag</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setOptimizationFlag"
><A NAME="v%3AsetOptimizationFlag"
></A
></A
><B
>setOptimizationFlag</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetOptimizationFlag')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetOptimizationFlag" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetOptimizationFlag"
>QsetOptimizationFlag</A
> <A HREF="Qtc-Enums-Gui-QGraphicsView.html#t%3AOptimizationFlag"
>OptimizationFlag</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetOptimizationFlag"
>QsetOptimizationFlag</A
> ((,) <A HREF="Qtc-Enums-Gui-QGraphicsView.html#t%3AOptimizationFlag"
>OptimizationFlag</A
> Bool)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:setOptimizationFlags"
><A NAME="v%3AsetOptimizationFlags"
></A
></A
><B
>setOptimizationFlags</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> <A HREF="Qtc-Enums-Gui-QGraphicsView.html#t%3AOptimizationFlags"
>OptimizationFlags</A
> -> IO ()</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetRenderHint"
><A NAME="t%3AQsetRenderHint"
></A
></A
><B
>QsetRenderHint</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setRenderHint"
><A NAME="v%3AsetRenderHint"
></A
></A
><B
>setRenderHint</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetRenderHint')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetRenderHint" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetRenderHint"
>QsetRenderHint</A
> <A HREF="Qtc-Enums-Gui-QPainter.html#t%3ARenderHint"
>RenderHint</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetRenderHint"
>QsetRenderHint</A
> ((,) <A HREF="Qtc-Enums-Gui-QPainter.html#t%3ARenderHint"
>RenderHint</A
> Bool)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetRenderHints"
><A NAME="t%3AQsetRenderHints"
></A
></A
><B
>QsetRenderHints</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setRenderHints"
><A NAME="v%3AsetRenderHints"
></A
></A
><B
>setRenderHints</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetRenderHints')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetRenderHints" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetRenderHints"
>QsetRenderHints</A
> <A HREF="Qtc-Enums-Gui-QPainter.html#t%3ARenderHints"
>RenderHints</A
></TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:setResizeAnchor"
><A NAME="v%3AsetResizeAnchor"
></A
></A
><B
>setResizeAnchor</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> <A HREF="Qtc-Enums-Gui-QGraphicsView.html#t%3AViewportAnchor"
>ViewportAnchor</A
> -> IO ()</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:setRubberBandSelectionMode"
><A NAME="v%3AsetRubberBandSelectionMode"
></A
></A
><B
>setRubberBandSelectionMode</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> <A HREF="Qtc-Enums-Core-Qt.html#t%3AItemSelectionMode"
>ItemSelectionMode</A
> -> IO ()</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:setScene"
><A NAME="v%3AsetScene"
></A
></A
><B
>setScene</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsScene"
>QGraphicsScene</A
> t1 -> IO ()</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetSceneRect"
><A NAME="t%3AQsetSceneRect"
></A
></A
><B
>QsetSceneRect</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setSceneRect"
><A NAME="v%3AsetSceneRect"
></A
></A
><B
>setSceneRect</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetSceneRect')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetSceneRect" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetSceneRect"
>QsetSceneRect</A
> <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetSceneRect"
>QsetSceneRect</A
> ((,,,) Double Double Double Double)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqsetSceneRect"
><A NAME="t%3AQqsetSceneRect"
></A
></A
><B
>QqsetSceneRect</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qsetSceneRect"
><A NAME="v%3AqsetSceneRect"
></A
></A
><B
>qsetSceneRect</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqsetSceneRect')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqsetSceneRect" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqsetSceneRect"
>QqsetSceneRect</A
> (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetTransform"
><A NAME="t%3AQsetTransform"
></A
></A
><B
>QsetTransform</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setTransform"
><A NAME="v%3AsetTransform"
></A
></A
><B
>setTransform</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetTransform')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetTransform" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetTransform"
>QsetTransform</A
> (<A HREF="Qtc-Classes-Types.html#t%3AQTransform"
>QTransform</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetTransform"
>QsetTransform</A
> ((,) (<A HREF="Qtc-Classes-Types.html#t%3AQTransform"
>QTransform</A
> t1) Bool)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:setTransformationAnchor"
><A NAME="v%3AsetTransformationAnchor"
></A
></A
><B
>setTransformationAnchor</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> <A HREF="Qtc-Enums-Gui-QGraphicsView.html#t%3AViewportAnchor"
>ViewportAnchor</A
> -> IO ()</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:setViewportUpdateMode"
><A NAME="v%3AsetViewportUpdateMode"
></A
></A
><B
>setViewportUpdateMode</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> <A HREF="Qtc-Enums-Gui-QGraphicsView.html#t%3AViewportUpdateMode"
>ViewportUpdateMode</A
> -> IO ()</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetupViewport"
><A NAME="t%3AQsetupViewport"
></A
></A
><B
>QsetupViewport</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setupViewport"
><A NAME="v%3AsetupViewport"
></A
></A
><B
>setupViewport</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetupViewport')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetupViewport" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetupViewport"
>QsetupViewport</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQWidget"
>QWidget</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetupViewport"
>QsetupViewport</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQWidget"
>QWidget</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qshear"
><A NAME="t%3AQshear"
></A
></A
><B
>Qshear</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:shear"
><A NAME="v%3Ashear"
></A
></A
><B
>shear</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qshear')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qshear" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQshear"
>Qshear</A
> ((,) Double Double)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QshowEvent"
><A NAME="t%3AQshowEvent"
></A
></A
><B
>QshowEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:showEvent"
><A NAME="v%3AshowEvent"
></A
></A
><B
>showEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QshowEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QshowEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQshowEvent"
>QshowEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQShowEvent"
>QShowEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQshowEvent"
>QshowEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQShowEvent"
>QShowEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsizeHint"
><A NAME="t%3AQsizeHint"
></A
></A
><B
>QsizeHint</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:sizeHint"
><A NAME="v%3AsizeHint"
></A
></A
><B
>sizeHint</B
> :: x0 -> x1 -> IO <A HREF="Qth-ClassTypes-Core-Size.html#t%3ASize"
>Size</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsizeHint')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsizeHint" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsizeHint"
>QsizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsizeHint"
>QsizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsizeHint"
>QsizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsizeHint"
>QsizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqsizeHint"
><A NAME="t%3AQqsizeHint"
></A
></A
><B
>QqsizeHint</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qsizeHint"
><A NAME="v%3AqsizeHint"
></A
></A
><B
>qsizeHint</B
> :: x0 -> x1 -> IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQSize"
>QSize</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqsizeHint')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqsizeHint" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqsizeHint"
>QqsizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqsizeHint"
>QqsizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqsizeHint"
>QqsizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqsizeHint"
>QqsizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qtransform"
><A NAME="t%3AQtransform"
></A
></A
><B
>Qtransform</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:transform"
><A NAME="v%3Atransform"
></A
></A
><B
>transform</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO (<A HREF="Qtc-Classes-Types.html#t%3AQTransform"
>QTransform</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qtransform')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qtransform" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQtransform"
>Qtransform</A
> ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:transformationAnchor"
><A NAME="v%3AtransformationAnchor"
></A
></A
><B
>transformationAnchor</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> () -> IO <A HREF="Qtc-Enums-Gui-QGraphicsView.html#t%3AViewportAnchor"
>ViewportAnchor</A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qqtranslate"
><A NAME="t%3AQqtranslate"
></A
></A
><B
>Qqtranslate</B
> x1 xr <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qtranslate"
><A NAME="v%3Aqtranslate"
></A
></A
><B
>qtranslate</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> xr</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qqtranslate')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qqtranslate" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqtranslate"
>Qqtranslate</A
> ((,) Double Double) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqtranslate"
>Qqtranslate</A
> ((,) Double Double) (IO ())</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qqqtranslate"
><A NAME="t%3AQqqtranslate"
></A
></A
><B
>Qqqtranslate</B
> x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qqtranslate"
><A NAME="v%3Aqqtranslate"
></A
></A
><B
>qqtranslate</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:qupdateSceneRect"
><A NAME="v%3AqupdateSceneRect"
></A
></A
><B
>qupdateSceneRect</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> <A HREF="Qtc-ClassTypes-Core.html#t%3AQRectF"
>QRectF</A
> t1 -> IO ()</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:updateSceneRect"
><A NAME="v%3AupdateSceneRect"
></A
></A
><B
>updateSceneRect</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARectF"
>RectF</A
> -> IO ()</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QviewportEvent"
><A NAME="t%3AQviewportEvent"
></A
></A
><B
>QviewportEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:viewportEvent"
><A NAME="v%3AviewportEvent"
></A
></A
><B
>viewportEvent</B
> :: x0 -> x1 -> IO Bool</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QviewportEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QviewportEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQviewportEvent"
>QviewportEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQviewportEvent"
>QviewportEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:viewportTransform"
><A NAME="v%3AviewportTransform"
></A
></A
><B
>viewportTransform</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> () -> IO (<A HREF="Qtc-Classes-Types.html#t%3AQTransform"
>QTransform</A
> ())</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:viewportUpdateMode"
><A NAME="v%3AviewportUpdateMode"
></A
></A
><B
>viewportUpdateMode</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> () -> IO <A HREF="Qtc-Enums-Gui-QGraphicsView.html#t%3AViewportUpdateMode"
>ViewportUpdateMode</A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QwheelEvent"
><A NAME="t%3AQwheelEvent"
></A
></A
><B
>QwheelEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:wheelEvent"
><A NAME="v%3AwheelEvent"
></A
></A
><B
>wheelEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QwheelEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QwheelEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQwheelEvent"
>QwheelEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQWheelEvent"
>QWheelEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQwheelEvent"
>QwheelEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQWheelEvent"
>QWheelEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:qGraphicsView_delete"
><A NAME="v%3AqGraphicsView_delete"
></A
></A
><B
>qGraphicsView_delete</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> IO ()</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:qGraphicsView_deleteLater"
><A NAME="v%3AqGraphicsView_deleteLater"
></A
></A
><B
>qGraphicsView_deleteLater</B
> :: <A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> a -> IO ()</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QminimumSizeHint"
><A NAME="t%3AQminimumSizeHint"
></A
></A
><B
>QminimumSizeHint</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:minimumSizeHint"
><A NAME="v%3AminimumSizeHint"
></A
></A
><B
>minimumSizeHint</B
> :: x0 -> x1 -> IO <A HREF="Qth-ClassTypes-Core-Size.html#t%3ASize"
>Size</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QminimumSizeHint')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QminimumSizeHint" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQminimumSizeHint"
>QminimumSizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQminimumSizeHint"
>QminimumSizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQminimumSizeHint"
>QminimumSizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQminimumSizeHint"
>QminimumSizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqminimumSizeHint"
><A NAME="t%3AQqminimumSizeHint"
></A
></A
><B
>QqminimumSizeHint</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qminimumSizeHint"
><A NAME="v%3AqminimumSizeHint"
></A
></A
><B
>qminimumSizeHint</B
> :: x0 -> x1 -> IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQSize"
>QSize</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqminimumSizeHint')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqminimumSizeHint" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqminimumSizeHint"
>QqminimumSizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqminimumSizeHint"
>QqminimumSizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqminimumSizeHint"
>QqminimumSizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqminimumSizeHint"
>QqminimumSizeHint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetViewportMargins"
><A NAME="t%3AQsetViewportMargins"
></A
></A
><B
>QsetViewportMargins</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setViewportMargins"
><A NAME="v%3AsetViewportMargins"
></A
></A
><B
>setViewportMargins</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetViewportMargins')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetViewportMargins" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetViewportMargins"
>QsetViewportMargins</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,,,) Int Int Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetViewportMargins"
>QsetViewportMargins</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,,,) Int Int Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetViewportMargins"
>QsetViewportMargins</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,,,) Int Int Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetViewportMargins"
>QsetViewportMargins</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,,,) Int Int Int Int)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QchangeEvent"
><A NAME="t%3AQchangeEvent"
></A
></A
><B
>QchangeEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:changeEvent"
><A NAME="v%3AchangeEvent"
></A
></A
><B
>changeEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QchangeEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QchangeEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQchangeEvent"
>QchangeEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQchangeEvent"
>QchangeEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QdrawFrame"
><A NAME="t%3AQdrawFrame"
></A
></A
><B
>QdrawFrame</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:drawFrame"
><A NAME="v%3AdrawFrame"
></A
></A
><B
>drawFrame</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QdrawFrame')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QdrawFrame" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdrawFrame"
>QdrawFrame</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdrawFrame"
>QdrawFrame</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPainter"
>QPainter</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QactionEvent"
><A NAME="t%3AQactionEvent"
></A
></A
><B
>QactionEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:actionEvent"
><A NAME="v%3AactionEvent"
></A
></A
><B
>actionEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QactionEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QactionEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQactionEvent"
>QactionEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQActionEvent"
>QActionEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQactionEvent"
>QactionEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQActionEvent"
>QActionEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QaddAction"
><A NAME="t%3AQaddAction"
></A
></A
><B
>QaddAction</B
> x0 x1 xr <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:addAction"
><A NAME="v%3AaddAction"
></A
></A
><B
>addAction</B
> :: x0 -> x1 -> xr</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QaddAction')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QaddAction" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQaddAction"
>QaddAction</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQAction"
>QAction</A
> t1) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQaddAction"
>QaddAction</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQAction"
>QAction</A
> t1) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQaddAction"
>QaddAction</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQAction"
>QAction</A
> t1) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQaddAction"
>QaddAction</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQAction"
>QAction</A
> t1) (IO ())</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QcloseEvent"
><A NAME="t%3AQcloseEvent"
></A
></A
><B
>QcloseEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:closeEvent"
><A NAME="v%3AcloseEvent"
></A
></A
><B
>closeEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QcloseEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QcloseEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcloseEvent"
>QcloseEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQCloseEvent"
>QCloseEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcloseEvent"
>QcloseEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQCloseEvent"
>QCloseEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qcreate"
><A NAME="t%3AQcreate"
></A
></A
><B
>Qcreate</B
> x0 x1 xr <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:create"
><A NAME="v%3Acreate"
></A
></A
><B
>create</B
> :: x0 -> x1 -> xr</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qcreate')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qcreate" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) () (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) () (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) () (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) () (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) () (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) () (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool Bool) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcreate"
>Qcreate</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,,) (<A HREF="Qtc-Classes-Types.html#t%3AQVoid"
>QVoid</A
> t1) Bool Bool) (IO ())</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qdestroy"
><A NAME="t%3AQdestroy"
></A
></A
><B
>Qdestroy</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:destroy"
><A NAME="v%3Adestroy"
></A
></A
><B
>destroy</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qdestroy')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qdestroy" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) Bool Bool)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) Bool Bool)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) Bool Bool)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdestroy"
>Qdestroy</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) Bool Bool)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QdevType"
><A NAME="t%3AQdevType"
></A
></A
><B
>QdevType</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:devType"
><A NAME="v%3AdevType"
></A
></A
><B
>devType</B
> :: x0 -> x1 -> IO Int</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QdevType')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QdevType" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdevType"
>QdevType</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdevType"
>QdevType</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdevType"
>QdevType</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdevType"
>QdevType</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QenabledChange"
><A NAME="t%3AQenabledChange"
></A
></A
><B
>QenabledChange</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:enabledChange"
><A NAME="v%3AenabledChange"
></A
></A
><B
>enabledChange</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QenabledChange')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QenabledChange" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQenabledChange"
>QenabledChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQenabledChange"
>QenabledChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQenabledChange"
>QenabledChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQenabledChange"
>QenabledChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) Bool</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QenterEvent"
><A NAME="t%3AQenterEvent"
></A
></A
><B
>QenterEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:enterEvent"
><A NAME="v%3AenterEvent"
></A
></A
><B
>enterEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QenterEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QenterEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQenterEvent"
>QenterEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQenterEvent"
>QenterEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QfocusNextChild"
><A NAME="t%3AQfocusNextChild"
></A
></A
><B
>QfocusNextChild</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:focusNextChild"
><A NAME="v%3AfocusNextChild"
></A
></A
><B
>focusNextChild</B
> :: x0 -> x1 -> IO Bool</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QfocusNextChild')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QfocusNextChild" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfocusNextChild"
>QfocusNextChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfocusNextChild"
>QfocusNextChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfocusNextChild"
>QfocusNextChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfocusNextChild"
>QfocusNextChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QfocusNextPrevChild"
><A NAME="t%3AQfocusNextPrevChild"
></A
></A
><B
>QfocusNextPrevChild</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:focusNextPrevChild"
><A NAME="v%3AfocusNextPrevChild"
></A
></A
><B
>focusNextPrevChild</B
> :: x0 -> x1 -> IO Bool</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QfocusNextPrevChild')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QfocusNextPrevChild" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfocusNextPrevChild"
>QfocusNextPrevChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfocusNextPrevChild"
>QfocusNextPrevChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfocusNextPrevChild"
>QfocusNextPrevChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfocusNextPrevChild"
>QfocusNextPrevChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) Bool</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QfocusPreviousChild"
><A NAME="t%3AQfocusPreviousChild"
></A
></A
><B
>QfocusPreviousChild</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:focusPreviousChild"
><A NAME="v%3AfocusPreviousChild"
></A
></A
><B
>focusPreviousChild</B
> :: x0 -> x1 -> IO Bool</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QfocusPreviousChild')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QfocusPreviousChild" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfocusPreviousChild"
>QfocusPreviousChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfocusPreviousChild"
>QfocusPreviousChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfocusPreviousChild"
>QfocusPreviousChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfocusPreviousChild"
>QfocusPreviousChild</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QfontChange"
><A NAME="t%3AQfontChange"
></A
></A
><B
>QfontChange</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:fontChange"
><A NAME="v%3AfontChange"
></A
></A
><B
>fontChange</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QfontChange')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QfontChange" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfontChange"
>QfontChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQFont"
>QFont</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQfontChange"
>QfontChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQFont"
>QFont</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QheightForWidth"
><A NAME="t%3AQheightForWidth"
></A
></A
><B
>QheightForWidth</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:heightForWidth"
><A NAME="v%3AheightForWidth"
></A
></A
><B
>heightForWidth</B
> :: x0 -> x1 -> IO Int</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QheightForWidth')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QheightForWidth" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQheightForWidth"
>QheightForWidth</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) Int</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQheightForWidth"
>QheightForWidth</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) Int</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQheightForWidth"
>QheightForWidth</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) Int</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQheightForWidth"
>QheightForWidth</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) Int</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QhideEvent"
><A NAME="t%3AQhideEvent"
></A
></A
><B
>QhideEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:hideEvent"
><A NAME="v%3AhideEvent"
></A
></A
><B
>hideEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QhideEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QhideEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQhideEvent"
>QhideEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQHideEvent"
>QHideEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQhideEvent"
>QhideEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQHideEvent"
>QHideEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QlanguageChange"
><A NAME="t%3AQlanguageChange"
></A
></A
><B
>QlanguageChange</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:languageChange"
><A NAME="v%3AlanguageChange"
></A
></A
><B
>languageChange</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QlanguageChange')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QlanguageChange" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQlanguageChange"
>QlanguageChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQlanguageChange"
>QlanguageChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQlanguageChange"
>QlanguageChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQlanguageChange"
>QlanguageChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QleaveEvent"
><A NAME="t%3AQleaveEvent"
></A
></A
><B
>QleaveEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:leaveEvent"
><A NAME="v%3AleaveEvent"
></A
></A
><B
>leaveEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QleaveEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QleaveEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQleaveEvent"
>QleaveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQleaveEvent"
>QleaveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qmetric"
><A NAME="t%3AQmetric"
></A
></A
><B
>Qmetric</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:metric"
><A NAME="v%3Ametric"
></A
></A
><B
>metric</B
> :: x0 -> x1 -> IO Int</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qmetric')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qmetric" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmetric"
>Qmetric</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) <A HREF="Qtc-Enums-Gui-QPaintDevice.html#t%3APaintDeviceMetric"
>PaintDeviceMetric</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmetric"
>Qmetric</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) <A HREF="Qtc-Enums-Gui-QPaintDevice.html#t%3APaintDeviceMetric"
>PaintDeviceMetric</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmetric"
>Qmetric</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) <A HREF="Qtc-Enums-Gui-QPaintDevice.html#t%3APaintDeviceMetric"
>PaintDeviceMetric</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmetric"
>Qmetric</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) <A HREF="Qtc-Enums-Gui-QPaintDevice.html#t%3APaintDeviceMetric"
>PaintDeviceMetric</A
></TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qmove"
><A NAME="t%3AQmove"
></A
></A
><B
>Qmove</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:move"
><A NAME="v%3Amove"
></A
></A
><B
>move</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qmove')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qmove" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmove"
>Qmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmove"
>Qmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmove"
>Qmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmove"
>Qmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) <A HREF="Qth-ClassTypes-Core-Point.html#t%3APoint"
>Point</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmove"
>Qmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmove"
>Qmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmove"
>Qmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmove"
>Qmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) Int Int)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qqmove"
><A NAME="t%3AQqmove"
></A
></A
><B
>Qqmove</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qmove"
><A NAME="v%3Aqmove"
></A
></A
><B
>qmove</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qqmove')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qqmove" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqmove"
>Qqmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPoint"
>QPoint</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqmove"
>Qqmove</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQPoint"
>QPoint</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QmoveEvent"
><A NAME="t%3AQmoveEvent"
></A
></A
><B
>QmoveEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:moveEvent"
><A NAME="v%3AmoveEvent"
></A
></A
><B
>moveEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QmoveEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QmoveEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmoveEvent"
>QmoveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMoveEvent"
>QMoveEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQmoveEvent"
>QmoveEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQMoveEvent"
>QMoveEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QpaintEngine"
><A NAME="t%3AQpaintEngine"
></A
></A
><B
>QpaintEngine</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:paintEngine"
><A NAME="v%3ApaintEngine"
></A
></A
><B
>paintEngine</B
> :: x0 -> x1 -> IO (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPaintEngine"
>QPaintEngine</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QpaintEngine')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QpaintEngine" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQpaintEngine"
>QpaintEngine</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQpaintEngine"
>QpaintEngine</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQpaintEngine"
>QpaintEngine</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQpaintEngine"
>QpaintEngine</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QpaletteChange"
><A NAME="t%3AQpaletteChange"
></A
></A
><B
>QpaletteChange</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:paletteChange"
><A NAME="v%3ApaletteChange"
></A
></A
><B
>paletteChange</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QpaletteChange')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QpaletteChange" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQpaletteChange"
>QpaletteChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPalette"
>QPalette</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQpaletteChange"
>QpaletteChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQPalette"
>QPalette</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qrepaint"
><A NAME="t%3AQrepaint"
></A
></A
><B
>Qrepaint</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:repaint"
><A NAME="v%3Arepaint"
></A
></A
><B
>repaint</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qrepaint')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qrepaint" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQRegion"
>QRegion</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQRegion"
>QRegion</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,,,) Int Int Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,,,) Int Int Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,,,) Int Int Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQrepaint"
>Qrepaint</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,,,) Int Int Int Int)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QresetInputContext"
><A NAME="t%3AQresetInputContext"
></A
></A
><B
>QresetInputContext</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:resetInputContext"
><A NAME="v%3AresetInputContext"
></A
></A
><B
>resetInputContext</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QresetInputContext')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QresetInputContext" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresetInputContext"
>QresetInputContext</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresetInputContext"
>QresetInputContext</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresetInputContext"
>QresetInputContext</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresetInputContext"
>QresetInputContext</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qresize"
><A NAME="t%3AQresize"
></A
></A
><B
>Qresize</B
> x0 x1 xr <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:resize"
><A NAME="v%3Aresize"
></A
></A
><B
>resize</B
> :: x0 -> x1 -> xr</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qresize')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qresize" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) <A HREF="Qth-ClassTypes-Core-Size.html#t%3ASize"
>Size</A
> (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) <A HREF="Qth-ClassTypes-Core-Size.html#t%3ASize"
>Size</A
> (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) <A HREF="Qth-ClassTypes-Core-Size.html#t%3ASize"
>Size</A
> (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) <A HREF="Qth-ClassTypes-Core-Size.html#t%3ASize"
>Size</A
> (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) <A HREF="Qth-ClassTypes-Core-Size.html#t%3ASize"
>Size</A
> (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) <A HREF="Qth-ClassTypes-Core-Size.html#t%3ASize"
>Size</A
> (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) Int Int) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) Int Int) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) Int Int) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) Int Int) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) Int Int) (IO ())</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQresize"
>Qresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) Int Int) (IO ())</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qqresize"
><A NAME="t%3AQqresize"
></A
></A
><B
>Qqresize</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qresize"
><A NAME="v%3Aqresize"
></A
></A
><B
>qresize</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qqresize')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qqresize" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqresize"
>Qqresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQSize"
>QSize</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqresize"
>Qqresize</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQSize"
>QSize</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetGeometry"
><A NAME="t%3AQsetGeometry"
></A
></A
><B
>QsetGeometry</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setGeometry"
><A NAME="v%3AsetGeometry"
></A
></A
><B
>setGeometry</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetGeometry')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetGeometry" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetGeometry"
>QsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARect"
>Rect</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetGeometry"
>QsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARect"
>Rect</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetGeometry"
>QsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARect"
>Rect</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetGeometry"
>QsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) <A HREF="Qth-ClassTypes-Core-Rect.html#t%3ARect"
>Rect</A
></TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetGeometry"
>QsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,,,) Int Int Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetGeometry"
>QsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,,,) Int Int Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetGeometry"
>QsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,,,) Int Int Int Int)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetGeometry"
>QsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,,,) Int Int Int Int)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QqsetGeometry"
><A NAME="t%3AQqsetGeometry"
></A
></A
><B
>QqsetGeometry</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:qsetGeometry"
><A NAME="v%3AqsetGeometry"
></A
></A
><B
>qsetGeometry</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QqsetGeometry')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QqsetGeometry" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqsetGeometry"
>QqsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRect"
>QRect</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQqsetGeometry"
>QqsetGeometry</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQRect"
>QRect</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetMouseTracking"
><A NAME="t%3AQsetMouseTracking"
></A
></A
><B
>QsetMouseTracking</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setMouseTracking"
><A NAME="v%3AsetMouseTracking"
></A
></A
><B
>setMouseTracking</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetMouseTracking')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetMouseTracking" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetMouseTracking"
>QsetMouseTracking</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetMouseTracking"
>QsetMouseTracking</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetMouseTracking"
>QsetMouseTracking</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetMouseTracking"
>QsetMouseTracking</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) Bool</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QsetVisible"
><A NAME="t%3AQsetVisible"
></A
></A
><B
>QsetVisible</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:setVisible"
><A NAME="v%3AsetVisible"
></A
></A
><B
>setVisible</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QsetVisible')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QsetVisible" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetVisible"
>QsetVisible</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetVisible"
>QsetVisible</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetVisible"
>QsetVisible</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsetVisible"
>QsetVisible</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) Bool</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QtabletEvent"
><A NAME="t%3AQtabletEvent"
></A
></A
><B
>QtabletEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:tabletEvent"
><A NAME="v%3AtabletEvent"
></A
></A
><B
>tabletEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QtabletEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QtabletEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQtabletEvent"
>QtabletEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQTabletEvent"
>QTabletEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQtabletEvent"
>QtabletEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQTabletEvent"
>QTabletEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QupdateMicroFocus"
><A NAME="t%3AQupdateMicroFocus"
></A
></A
><B
>QupdateMicroFocus</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:updateMicroFocus"
><A NAME="v%3AupdateMicroFocus"
></A
></A
><B
>updateMicroFocus</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QupdateMicroFocus')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QupdateMicroFocus" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQupdateMicroFocus"
>QupdateMicroFocus</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQupdateMicroFocus"
>QupdateMicroFocus</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQupdateMicroFocus"
>QupdateMicroFocus</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQupdateMicroFocus"
>QupdateMicroFocus</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QwindowActivationChange"
><A NAME="t%3AQwindowActivationChange"
></A
></A
><B
>QwindowActivationChange</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:windowActivationChange"
><A NAME="v%3AwindowActivationChange"
></A
></A
><B
>windowActivationChange</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QwindowActivationChange')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QwindowActivationChange" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQwindowActivationChange"
>QwindowActivationChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQwindowActivationChange"
>QwindowActivationChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQwindowActivationChange"
>QwindowActivationChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) Bool</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQwindowActivationChange"
>QwindowActivationChange</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) Bool</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QchildEvent"
><A NAME="t%3AQchildEvent"
></A
></A
><B
>QchildEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:childEvent"
><A NAME="v%3AchildEvent"
></A
></A
><B
>childEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QchildEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QchildEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQchildEvent"
>QchildEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQChildEvent"
>QChildEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQchildEvent"
>QchildEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQChildEvent"
>QChildEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QconnectNotify"
><A NAME="t%3AQconnectNotify"
></A
></A
><B
>QconnectNotify</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:connectNotify"
><A NAME="v%3AconnectNotify"
></A
></A
><B
>connectNotify</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QconnectNotify')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QconnectNotify" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQconnectNotify"
>QconnectNotify</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQconnectNotify"
>QconnectNotify</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQconnectNotify"
>QconnectNotify</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQconnectNotify"
>QconnectNotify</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) String</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QcustomEvent"
><A NAME="t%3AQcustomEvent"
></A
></A
><B
>QcustomEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:customEvent"
><A NAME="v%3AcustomEvent"
></A
></A
><B
>customEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QcustomEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QcustomEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcustomEvent"
>QcustomEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQcustomEvent"
>QcustomEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QdisconnectNotify"
><A NAME="t%3AQdisconnectNotify"
></A
></A
><B
>QdisconnectNotify</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:disconnectNotify"
><A NAME="v%3AdisconnectNotify"
></A
></A
><B
>disconnectNotify</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QdisconnectNotify')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QdisconnectNotify" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdisconnectNotify"
>QdisconnectNotify</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdisconnectNotify"
>QdisconnectNotify</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdisconnectNotify"
>QdisconnectNotify</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQdisconnectNotify"
>QdisconnectNotify</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) String</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QeventFilter"
><A NAME="t%3AQeventFilter"
></A
></A
><B
>QeventFilter</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:eventFilter"
><A NAME="v%3AeventFilter"
></A
></A
><B
>eventFilter</B
> :: x0 -> x1 -> IO Bool</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QeventFilter')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QeventFilter" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQeventFilter"
>QeventFilter</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQObject"
>QObject</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t2))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQeventFilter"
>QeventFilter</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ((,) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQObject"
>QObject</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t2))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQeventFilter"
>QeventFilter</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQObject"
>QObject</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t2))</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQeventFilter"
>QeventFilter</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ((,) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQObject"
>QObject</A
> t1) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQEvent"
>QEvent</A
> t2))</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qreceivers"
><A NAME="t%3AQreceivers"
></A
></A
><B
>Qreceivers</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:receivers"
><A NAME="v%3Areceivers"
></A
></A
><B
>receivers</B
> :: x0 -> x1 -> IO Int</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qreceivers')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qreceivers" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQreceivers"
>Qreceivers</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQreceivers"
>Qreceivers</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQreceivers"
>Qreceivers</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) String</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQreceivers"
>Qreceivers</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) String</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:Qsender"
><A NAME="t%3AQsender"
></A
></A
><B
>Qsender</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:sender"
><A NAME="v%3Asender"
></A
></A
><B
>sender</B
> :: x0 -> x1 -> IO (<A HREF="Qtc-ClassTypes-Core.html#t%3AQObject"
>QObject</A
> ())</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:Qsender')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:Qsender" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsender"
>Qsender</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsender"
>Qsender</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsender"
>Qsender</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQsender"
>Qsender</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) ()</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A NAME="t:QtimerEvent"
><A NAME="t%3AQtimerEvent"
></A
></A
><B
>QtimerEvent</B
> x0 x1 <SPAN CLASS="keyword"
>where</SPAN
></TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
>Methods</TD
></TR
><TR
><TD CLASS="body"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A NAME="v:timerEvent"
><A NAME="v%3AtimerEvent"
></A
></A
><B
>timerEvent</B
> :: x0 -> x1 -> IO ()</TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s8"
></TD
></TR
><TR
><TD CLASS="section4"
><IMG SRC="minus.gif" CLASS="coll" ONCLICK="toggle(this,'i:QtimerEvent')" ALT="show/hide"
> Instances</TD
></TR
><TR
><TD CLASS="body"
><DIV ID="i:QtimerEvent" STYLE="display:block;"
><TABLE CLASS="vanilla" CELLSPACING="1" CELLPADDING="0"
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQtimerEvent"
>QtimerEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsViewSc"
>QGraphicsViewSc</A
> a) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQTimerEvent"
>QTimerEvent</A
> t1)</TD
></TR
><TR
><TD CLASS="decl"
><A HREF="Qtc-Gui-QGraphicsView.html#t%3AQtimerEvent"
>QtimerEvent</A
> (<A HREF="Qtc-ClassTypes-Gui.html#t%3AQGraphicsView"
>QGraphicsView</A
> ()) (<A HREF="Qtc-ClassTypes-Core.html#t%3AQTimerEvent"
>QTimerEvent</A
> t1)</TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="botbar"
>Produced by <A HREF="http://www.haskell.org/haddock/"
>Haddock</A
> version 2.4.2</TD
></TR
></TABLE
></BODY
></HTML
>
| keera-studios/hsQt | doc/apiGuide/Qtc-Gui-QGraphicsView.html | HTML | bsd-2-clause | 229,454 |
<h1>NEWS</h1>
<h2>3.4.1 (2005-11-20)</h2>
<ul>
<li>[CHANGE] do not apply *.rb filter for lib/**.</li>
<li>[CHANGE] updates "#!/usr/bin/env ruby" on --shebang=ruby (it is default).</li>
<li>[fix] --shebang option did not work.</li>
<li>[fix] --without-ext option did not work.</li>
<li>[fix] default --rubypath value should include file extension. (Thanks U.Nakamura)</li>
<li>[fix] task SHOW, SETUP, TEST, CLEAN, DISTCLEAN with any argument wrongly caused exception.</li>
</ul>
<h2>3.4.0 (2005-09-25)</h2>
<ul>
<li>[fix] fix Windows specific bug, which causes error while
modifying bin/*.rb files in setup phase.</li>
<li>[new] new task `test'.</li>
<li>[new] installs configuration files from conf/.</li>
<li>[new] installs man pages from man/.</li>
<li>[new] new config option: --installdirs.</li>
<li>[new] new config option: --shebang.</li>
<li>[new] new config option: --sysconfdir.</li>
<li>[new] new config option: --mandir.</li>
<li>[new] new config option: --libruby.</li>
<li>[new] new config option: --localstetedir.</li>
</ul>
<h2>3.3.1 (2004-10-02)</h2>
<ul>
<li>[fix] `install' did not work if bin/*.rb exists.</li>
<li>[fix] relative $prefix path caused infinite loop.</li>
</ul>
<h2>3.3.0 (2004-09-21)</h2>
<ul>
<li>[new] Invoke config-setup-install when no global task is given.</li>
<li>[new] new task `all', which invokes config-setup-install.</li>
</ul>
<h2>3.2.4 (2004-02-12)</h2>
<ul>
<li>[new] get default value of --make-prog from CONFIG['configure_args']. [ruby-list:39186]</li>
<li>[fix] open files in binary mode, also on ruby 1.8. [ruby-list:39184]</li>
<li>[fix] wrong path was written in InstalledFiles.</li>
</ul>
<h2>3.2.3 (2004-02-12)</h2>
<ul>
<li>[fix] open files in binary mode. [ruby-list:39158]</li>
</ul>
<h2>3.2.2 (2003-12-16)</h2>
<ul>
<li>[fix] did not work with metaconfig. (thanks Guillaume Marcais)</li>
<li>[fix] should save configurations after running all hooks. (thanks Alex Fenton)</li>
<li>[fix] does not reject *.elc, *.so, etc. (thanks Rubikitch)</li>
</ul>
<h2>3.2.1 (2003-09-01)</h2>
<ul>
<li>[fix] did not work.</li>
</ul>
<h2>3.2.0 (2003-08-27)</h2>
<ul>
<li>[CHANGE] install.rb is merged into the setup.rb.</li>
<li>[fix] clean/distclean should be able to invoke before configuring.</li>
</ul>
<h2>3.1.5 (2003-08-21)</h2>
<ul>
<li>[CHANGE] install only *.rb from the lib/ directory.</li>
<li>[CHANGE] ban MANIFEST.</li>
</ul>
<h2>3.1.4 (2003-02-25)</h2>
<ul>
<li>[new] ignore CVS/ *~ *.bak #* .* etc.</li>
<li>[new] explicit file designation by MANIFEST.</li>
<li>[new] new task `distclean'.</li>
<li>bundle Makefile and asm.rb, which are tools to create
install.rb/setup.rb from source file.</li>
</ul>
<h2>3.1.3 (2002-12-06)</h2>
<ul>
<li>better help message.</li>
</ul>
<h2>3.1.2 (2002-05-07)</h2>
<ul>
<li>[fix] config --without did not work.</li>
<li>[fix] wrong filenames were written to InstalledFiles.</li>
</ul>
<h2>3.1.1 (2002-01-11)</h2>
<ul>
<li>[CHANGE] changes "config --install-prefix" to "install --prefix"</li>
<li>[new] new config option --site-ruby-common</li>
<li>[new] new metaconfig interface set_config_default(n,v)</li>
</ul>
<h2>3.1.0 (2002-01-08)</h2>
<ul>
<li>[new] new config option --without-ext</li>
<li>[new] new config option --install-prefix</li>
<li>[new] new hook interface get_config(k), set_config(k,v)</li>
<li>[new] config option config file 'metaconfig'</li>
<li>[fix] setup.rb executes hooks in top directory
(does not run hooks in packages/ dir. This is a feature.)</li>
</ul>
<h2>3.0.2 (2001-10-01)</h2>
<ul>
<li>did not work on Ruby 1.4.4 ... 1.6.3
(rbconfig['rubylidir'] does not exist.)</li>
</ul>
<h2>3.0.1 (2001-09-07)</h2>
<ul>
<li>new options -q, --quiet, --verbose</li>
<li>parametarizes 'setup.rb' in strings</li>
</ul>
<h2>3.0.0 (2001-08-28)</h2>
<ul>
<li>archive structure completely changed.</li>
<li>single package installer install.rb</li>
<li>restructs setup.rb</li>
<li>outputs installed file names into the file "InstalledFiles"</li>
<li>--with/--without accepts only package names.</li>
<li>"config -- --with-foo=bar" passes options to extconf.rb</li>
<li>supports customized site_ruby (thanks Akira Yamada)</li>
</ul>
<h2>2.2.1 (2001-08-01)</h2>
<ul>
<li>modify --with and --without (reported by Knu)</li>
</ul>
<h2>2.2.0 (2001-06-30)</h2>
<ul>
<li>ban PATHCONV. Use setup/*.rb instead.</li>
</ul>
<h2>2.1.0 (2001-06-30)</h2>
<ul>
<li>support parameterized config value (i.e. --prefix)</li>
<li>Developpers can hook any tasks. (thanks rubikitch)</li>
<li>support srcdir</li>
</ul>
<h2>2.0.4 (2001-04-07)</h2>
<ul>
<li>support Ruby 1.4</li>
</ul>
<h2>2.0.3 (2001-03-26)</h2>
<ul>
<li>ignore if Makefile is not exist when "make clean"</li>
<li>avoids windows' stat() bug</li>
</ul>
<h2>2.0.2 (2001-02-13)</h2>
<ul>
<li>ignore if Makefile is not exist when "make clean" (thanks rubikitch)</li>
<li>support DOS's drive letter</li>
</ul>
<h2>2.0.1 (2001-02-09)</h2>
<ul>
<li>does "make clean" on each SETUP</li>
<li>does not fork new ruby process when executing extconf.rb</li>
<li>config --rbconfig=file</li>
</ul>
<h2>2.0.0 (2000-12-19)</h2>
<ul>
<li>now setup.rb does not depend on amstd</li>
<li>install --no-harm</li>
<li>add templates</li>
</ul>
<h2>1.0.7 (2000-11-18)</h2>
<ul>
<li>allow --without=ext/*</li>
</ul>
<h2>1.0.6 (2000-08-27)</h2>
<ul>
<li>new option --make-prog=[make] (patched by Katsuyuki Komatsu)</li>
</ul>
<h2>1.0.5 (2000-08-27)</h2>
<ul>
<li>generates Makefile every time</li>
</ul>
<h2>1.0.4 (2000-07-13)</h2>
<ul>
<li>can pass directory name (like ext/cparse) for --with, --without</li>
</ul>
<h2>1.0.3 (2000-06-08)</h2>
<ul>
<li>new command dryrun (patched by rubikitch)</li>
</ul>
<h2>1.0.2 (2000-06-03)</h2>
<ul>
<li>update document</li>
</ul>
<h2>1.0.1 (2000-06-01)</h2>
<ul>
<li>modify syntax error (patched by rubikitch)</li>
<li>new command "clean" (patched by rubikitch)</li>
</ul>
<h2>1.0.0 (2000-05-30)</h2>
<ul>
<li>first release</li>
</ul>
| rubyworks/setup | work/reference/setup-3.4.1/doc.en/news.html | HTML | bsd-2-clause | 5,988 |
<div class="tc-ctl-edit-import">
<div class="tc-ctl-edit-import-list">
<ul class="tc-layers">
{#layers}
{>tc-ctl-edit-import-layer:./}
{/layers}
</ul>
<p class="tc-ctl-edit-import-empty-note">{@i18n $key="thereAreNoCompatibleFeatures"/}</p>
</div>
<div class="tc-ctl-edit-import-foot">
<button class="tc-button tc-ctl-edit-import-btn-ok">{@i18n $key="ok"/}</button>
</div>
</div>
| sitna/api-sitna | build/TC/templates/tc-ctl-edit-import.html | HTML | bsd-2-clause | 468 |
<div class="pagination">
<ul>
{% if objects_page.has_previous %}
<li class="prev disabled"><a href="?page={{ objects_page.previous_page_number }}">←</a></li>
{% endif %}
{% for n in objects_page.paginator.page_range %}
{% if n > 1 %}
{% if objects_page.number == n %}
<li class="active"><a href="?page={{ n }}">{{ n }}</a></li>
{% else %}
<li>
<a href="?page={{ n }}">{{ n }}</a>
</li>
{% endif %}
{% endif %}
{% endfor %}
{% if objects_page.has_next %}
<li class="next">
<a href="?page={{ objects_page.next_page_number }}">→</a>
</li>
{% endif %}
</ul>
</div> | RANUX/django-payway | payway/orders/templates/orders/paginator.html | HTML | bsd-2-clause | 795 |
{% extends "pages/richtextpage.html" %}
{% load i18n %}
{% load pages_tags mezzanine_tags i18n future staticfiles %}
{% block title %}{{ page.title }}{% endblock %}
{% block l_w %}{% endblock %}
{% block middle_class %}<div class="col-xs-12 middle">{% endblock middle_class %}
{% block main %}
<!--header-->
<div class="header">
<div class="row">
<div class="col-md-4 pull-left">
{% if page.homepage.logo %}
<div class="logo"><a href="/"><img src="{{ MEDIA_URL }}{{ page.homepage.logo }}" alt="{{ settings.SITE_TITLE }}" /></a></div>
{% else %}
<div class="logo"><a href="/">{{ settings.SITE_TITLE }}</a></div>
{% endif %}
<div><h5>{{ settings.SITE_TAGLINE }}</h5></div>
</div>
</div>
</div>
<!--//header-->
<!--page_container-->
<!-- Carousel -->
{% if page.homepage.slides.all %}
<div class="bs-example">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Carousel indicators -->
<ol class="carousel-indicators">
{% for slide in page.homepage.slides.all %}
{% if forloop.counter == 1 %}
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
{% else %}
<li data-target="#myCarousel" data-slide-to="1"></li>
{% endif %}
{% endfor %}
</ol>
<!-- //Carousel indicators -->
<!-- Carousel items -->
<div class="carousel-inner">
{% for slide in page.homepage.slides.all %}
{% if forloop.counter == 1 %}
<div class="active item">
<img src="{{ MEDIA_URL }}{% thumbnail slide.image 1920 690 %}" class="img-responsive" alt="">
<h2>Slide 1</h2>
<div class="carousel-caption">
<h3>{{ slide.main_label|title }}</h3>
<p>{{ slide.sub_label }}</p>
</div>
</div>
{% else %}
<div class="item">
<img src="{{ MEDIA_URL }}{% thumbnail slide.image 1920 690 %}" alt="">
<h2>Slide 1</h2>
<div class="carousel-caption">
<h3>{{ slide.main_label|title }}</h3>
<p>{{ slide.sub_label }}</p>
</div>
</div>
{% endif %}
{% endfor %}
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="carousel-control right" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
{% endif %}
<!-- //Carousel -->
<!--Quote-->
{% if page.homepage.quote %}
<div class="container-fluid">
<blockquote class="pull-right">
<p>{{ page.homepage.quote }}</p>
{% if page.homepage.quote_author %}
<small>by <cite>
{% if page.homepage.quote_link %}
<a href="{{ page.homepage.quote_link }}" target="_blank" >{{ page.homepage.quote_author }}</a>
{% else %}
{{ page.homepage.quote_author }}
{% endif %}
</cite></small>
{% else %}
<small>by <cite>Anonymous</cite></small>
{% endif %}
</blockquote>
</div>
{% endif %}
<!--//Quote-->
<!--temporary portfolio-->
{% if temp_portfolio %}
<div class="row"> <!--random 4-->
<div class="col-md-9">
{% for tp_object in temp_portfolio %}
<div class="panel panel-info">
<div class="panel-heading">
<h4 class="panel-title">{{ tp_object.title|title }}</h4>
</div>
<div class="panel-body">
<div class="list-group">
<ul class="list-inline">
{% for itemporter in tp_object.item_porter.all|slice:":3" %}
<li class="col-xs-12 col-md-4">
<div class="thumbnail">
<a href="{{ itemporter.portfolio_item.page_ptr.get_absolute_url }}" class="list-group-item">
<img src="{{ MEDIA_URL }}{% thumbnail itemporter.portfolio_item.featured_image 238 175 %}"
alt="{{ itemporter.portfolio_item.title|title }}">
<div class="caption">
<h4 class="list-group-item-heading">{{ itemporter.portfolio_item.title|title }}</h4>
<p class="list-group-item-text">
{{ itemporter.portfolio_item.short_description|richtext_filters|safe|truncatewords:25 }}
</p>
</div>
</a>
</div>
</li>
{% endfor %}
</ul>
</div>
</div>
<div class="panel-footer clearfix">
<div class="pull-right">
<a href="{{ tp_object.get_absolute_url }}" class="btn btn-info">View All</a>
</div>
</div>
</div>
{% endfor %}
</div>
{% block r_w %}{{ block.super }}{% endblock %}
</div>
{% endif %}
<!--//temporary portfolio-->
<!-- selected portfolio -->
<div class="container"> <!--random 4-->
{% if page.homepage.porter %}
{% for porter in page.homepage.porter.all|slice:":4" %}
<h4><a href="{{ porter.multiport.page_ptr.get_absolute_url }}" style="text-decoration: none;">{{ porter.multiport.title }}</a><a href="{{ porter.multiport.page_ptr.get_absolute_url }}" >
<small><i class="pull-right btn btn-primary btn-xs" >View All</i></small></a></h4>
<div class="line-separator"></div><br>
<div class="row">
{% for port_item in porter.multiport.children.all|slice:":3" %}
<div class="media">
<a href="{{ port_item.get_absolute_url }}" class="pull-left">
<img src="{{ MEDIA_URL }}{% thumbnail port_item.portfolioitem.featured_image 238 175 %}" class="media-object"
alt="{{ port_item.title }}" ><!--width="150" height="140"-->
</a>
<div class="media-body">
<h4 class="media-heading"><a href="{{ port_item.get_absolute_url }}" >{{ port_item.title }}</a> <small><i>{{ port_item.publish_date }}</i></small></h4>
<p>{{ port_item.portfolioitem.short_description|richtext_filters|safe|truncatewords:40 }}</p>
</div>
</div>
{% endfor %}
</div>
<br>
{% endfor %}
{% endif %}
</div>
<!-- //selected portfolio -->
<!-- Main Content -->
<div class="text-justify">
{{ page.homepage.content|richtext_filters|safe }}
</div>
<!-- //Main Content --><br>
<!--Shop Products-->
{% if products %}
<h4>Recent Products</h4>
<div class="container">
<div class="row">
{% for product in products|slice:":4" %}
{% if product.available %}
<div class="col-xs-6 col-md-3">
<div class="thumbnail">
<img alt="{{ product.title }}" src="{{ MEDIA_URL }}{% thumbnail product.image 238 175 %}">
<div class="caption">
<h3>{{ product.title }}</h3> <!--Product label-->
<!--Product description-->
<p>{% editable product.description %}{{ product.description|richtext_filters|safe|truncatewords:10 }}{% endeditable %}</p>
{% if product.on_sale %}
<p style="text-decoration: line-through;">R{{ product.unit_price }}</p>
<p>{% trans "On sale:" %} R{{ product.sale_price }}</p>
{% else %}
<p>R{{ product.unit_price }}</p>
{% endif %}
<p><a href="{{ product.get_absolute_url }}" class="btn btn-primary" >View</a></p>
<!--//Product description-->
</div>
</div>
</div>
{% endif %}
{% endfor %}
</div>
</div>
{% endif %}
<!--//Shop Products-->
{% endblock %}
{% block r-w %}{% endblock r-w %}
| lillisgary/mezzanine-newsue | sue/templates/pages/index.html | HTML | bsd-2-clause | 10,026 |
<html>
<head>
<meta charset="utf-8">
<script src="../dist/claygl.js"></script>
<script type="text/javascript" src="lib/stats.js"></script>
</head>
<body style="margin:0px;background-color:#20242B;">
<canvas width="1200" height="640" id="main"></canvas>
<div id="time" style="position:absolute;left:10px;top:10px;color:white;"></div>
<script type="text/javascript">
var Shader = clay.Shader;
var Material = clay.Material;
var Mesh = clay.Mesh;
var Cube = clay.geometry.Cube;
var meshUtil = clay.util.mesh;
var shaderLibrary = clay.shader.library;
var timeline = new clay.Timeline;
timeline.start();
var renderer = new clay.Renderer({
canvas : document.getElementById("main"),
devicePixelRatio : 1.0
});
renderer.resize(window.innerWidth, window.innerHeight);
var scene = new clay.Scene;
var camera = new clay.camera.Perspective({
aspect : renderer.getViewportAspect(),
far : 500
});
var cube = new Cube();
cube.generateTangents();
var diffuse = new clay.Texture2D;
diffuse.load("assets/textures/crate.gif");
var normal = new clay.Texture2D;
normal.load("assets/textures/normal_map.jpg");
var material1 = new Material({
shader: new Shader({
vertex: Shader.source('clay.standard.vertex'),
fragment: Shader.source('clay.standard.fragment')
})
});
material1.set('diffuseMap', diffuse);
material1.set('normalMap', normal);
var material2 = new Material({
shader: new Shader({
vertex: Shader.source('clay.standard.vertex'),
fragment: Shader.source('clay.standard.fragment')
})
});
material2.set('diffuseMap', diffuse);
material2.set('normalMap', normal);
var root = new clay.Node({
name : 'ROOT'
});
scene.add(root);
for (var i = 0; i < 20; i++) {
for (var j = 0; j < 10; j++) {
for ( var k = 0; k < 50; k++) {
var mesh = new clay.Mesh({
geometry: cube,
material: i % 2 ? material1 : material2,
lightGroup: i % 2
});
mesh.position.set(50-Math.random()*100, 50-Math.random()*100, 50-Math.random()*100);
root.add(mesh);
}
}
}
var light1 = new clay.light.Point({
range: 200,
group: 0,
color: [1, 0.5, 0]
});
var light2 = new clay.light.Point({
range: 200,
group: 1,
color: [0, 0.5, 1]
});
scene.add(light1);
scene.add(light2);
scene.add(new clay.light.Ambient({
intensity: 0.3
}))
camera.position.set(0, 0, 10);
timeline.on('frame', function(deltaTime) {
var start = new Date().getTime();
renderer.render(scene, camera);
var renderTime = new Date().getTime() - start;
root.rotation.rotateY(Math.PI/500);
stats.update();
});
var stats = new Stats();
stats.domElement.style.position = 'absolute';
stats.domElement.style.top = '0px';
stats.domElement.style.right = '0px';
document.body.appendChild( stats.domElement );
</script>
</body>
</html> | pissang/qtek | example/lightgroup.html | HTML | bsd-2-clause | 3,969 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Rendered using the Haskell Html Library v0.2-->
<HTML
><HEAD
><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"
><TITLE
>Qtc.Core.QDate</TITLE
><LINK HREF="haddock.css" REL="stylesheet" TYPE="text/css"
><SCRIPT SRC="haddock-util.js" TYPE="text/javascript"
></SCRIPT
></HEAD
><BODY
><DIV CLASS="outer"
><DIV CLASS="mini-topbar"
>Qtc.Core.QDate</DIV
><DIV CLASS="mini-synopsis"
><DIV CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A HREF="Qtc-Core-QDate.html#t%3AQqDate" TARGET="main"
>QqDate</A
> x1</DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A HREF="Qtc-Core-QDate.html#t%3AQqDate_nf" TARGET="main"
>QqDate_nf</A
> x1</DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A HREF="Qtc-Core-QDate.html#t%3AQaddDays" TARGET="main"
>QaddDays</A
> x1 xr</DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A HREF="Qtc-Core-QDate.html#t%3AQaddMonths" TARGET="main"
>QaddMonths</A
> x1 xr</DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A HREF="Qtc-Core-QDate.html#t%3AQaddYears" TARGET="main"
>QaddYears</A
> x1 xr</DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3AqDateCurrentDate" TARGET="main"
>qDateCurrentDate</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3Aday" TARGET="main"
>day</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3AdayOfWeek" TARGET="main"
>dayOfWeek</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3AdayOfYear" TARGET="main"
>dayOfYear</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3AdaysInMonth" TARGET="main"
>daysInMonth</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3AdaysInYear" TARGET="main"
>daysInYear</A
></DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A HREF="Qtc-Core-QDate.html#t%3AQdaysTo" TARGET="main"
>QdaysTo</A
> x1</DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3AqDateFromJulianDay" TARGET="main"
>qDateFromJulianDay</A
></DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A HREF="Qtc-Core-QDate.html#t%3AQqDateFromString" TARGET="main"
>QqDateFromString</A
> x1</DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3AqDateGregorianToJulian" TARGET="main"
>qDateGregorianToJulian</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3AqDateIsLeapYear" TARGET="main"
>qDateIsLeapYear</A
></DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A HREF="Qtc-Core-QDate.html#t%3AQqisNull" TARGET="main"
>QqisNull</A
> x1</DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3AqDateIsValid" TARGET="main"
>qDateIsValid</A
></DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A HREF="Qtc-Core-QDate.html#t%3AQqisValid" TARGET="main"
>QqisValid</A
> x0 x1</DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3AqDateLongDayName" TARGET="main"
>qDateLongDayName</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3AqDateLongMonthName" TARGET="main"
>qDateLongMonthName</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3Amonth" TARGET="main"
>month</A
></DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A HREF="Qtc-Core-QDate.html#t%3AQsetDate" TARGET="main"
>QsetDate</A
> x1 xr</DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3AsetYMD" TARGET="main"
>setYMD</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3AqDateShortDayName" TARGET="main"
>qDateShortDayName</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3AqDateShortMonthName" TARGET="main"
>qDateShortMonthName</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3AtoJulianDay" TARGET="main"
>toJulianDay</A
></DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
> <A HREF="Qtc-Core-QDate.html#t%3AQtoString" TARGET="main"
>QtoString</A
> x1</DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3AweekNumber" TARGET="main"
>weekNumber</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3Ayear" TARGET="main"
>year</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Core-QDate.html#v%3AqDate_delete" TARGET="main"
>qDate_delete</A
></DIV
></DIV
></DIV
></BODY
></HTML
>
| uduki/hsQt | doc/apiGuide/mini_Qtc-Core-QDate.html | HTML | bsd-2-clause | 4,267 |
<div id="MyScheduler" class="form-horizontal container-fluid scheduler" role="form" data-initialize="scheduler">
<div class="form-group start-datetime">
<label class="col-sm-2 control-label scheduler-label" for="MyStartDate">Start Date</label>
<div class="row col-sm-10">
<div class="col-sm-8 form-group">
<div class="datepicker start-date">
<div class="input-group">
<input class="form-control" type="text"/>
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<span class="glyphicon glyphicon-calendar"></span>
<span class="sr-only">Toggle Calendar</span>
</button>
<div class="dropdown-menu dropdown-menu-right datepicker-calendar-wrapper" role="menu">
<div class="datepicker-calendar">
<div class="datepicker-calendar-header">
<button class="prev"><span class="glyphicon glyphicon-chevron-left"></span><span class="sr-only">Previous Month</span></button>
<button class="next"><span class="glyphicon glyphicon-chevron-right"></span><span class="sr-only">Next Month</span></button>
<button class="title">
<span class="month">
<span data-month="0">January</span>
<span data-month="1">February</span>
<span data-month="2">March</span>
<span data-month="3">April</span>
<span data-month="4">May</span>
<span data-month="5">June</span>
<span data-month="6">July</span>
<span data-month="7">August</span>
<span data-month="8">September</span>
<span data-month="9">October</span>
<span data-month="10">November</span>
<span data-month="11">December</span>
</span> <span class="year"></span>
</button>
</div>
<table class="datepicker-calendar-days">
<thead>
<tr>
<th>Su</th>
<th>Mo</th>
<th>Tu</th>
<th>We</th>
<th>Th</th>
<th>Fr</th>
<th>Sa</th>
</tr>
</thead>
<tbody></tbody>
</table>
<div class="datepicker-calendar-footer">
<button class="datepicker-today">Today</button>
</div>
</div>
<div class="datepicker-wheels" aria-hidden="true">
<div class="datepicker-wheels-month">
<h2 class="header">Month</h2>
<ul>
<li data-month="0"><button>Jan</button></li>
<li data-month="1"><button>Feb</button></li>
<li data-month="2"><button>Mar</button></li>
<li data-month="3"><button>Apr</button></li>
<li data-month="4"><button>May</button></li>
<li data-month="5"><button>Jun</button></li>
<li data-month="6"><button>Jul</button></li>
<li data-month="7"><button>Aug</button></li>
<li data-month="8"><button>Sep</button></li>
<li data-month="9"><button>Oct</button></li>
<li data-month="10"><button>Nov</button></li>
<li data-month="11"><button>Dec</button></li>
</ul>
</div>
<div class="datepicker-wheels-year">
<h2 class="header">Year</h2>
<ul></ul>
</div>
<div class="datepicker-wheels-footer clearfix">
<button class="btn datepicker-wheels-back"><span class="glyphicon glyphicon-arrow-left"></span><span class="sr-only">Return to Calendar</span></button>
<button type="button" class="btn datepicker-wheels-select">Select <span class="sr-only">Month and Year</span></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-4 form-group">
<label class="sr-only" for="MyStartTime">Start Time</label>
<div class="input-group combobox start-time">
<input id="MyStartTime" type="text" class="form-control" />
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu dropdown-menu-right" role="menu">
<li data-value="12:00 AM"><a href="#">12:00 AM</a></li>
<li data-value="12:30 AM"><a href="#">12:30 AM</a></li>
<li data-value="1:00 AM"><a href="#">1:00 AM</a></li>
<li data-value="1:30 AM"><a href="#">1:30 AM</a></li>
<li data-value="2:00 AM"><a href="#">2:00 AM</a></li>
<li data-value="2:30 AM"><a href="#">2:30 AM</a></li>
<li data-value="3:00 AM"><a href="#">3:00 AM</a></li>
<li data-value="3:30 AM"><a href="#">3:30 AM</a></li>
<li data-value="4:00 AM"><a href="#">4:00 AM</a></li>
<li data-value="4:30 AM"><a href="#">4:30 AM</a></li>
<li data-value="5:00 AM"><a href="#">5:00 AM</a></li>
<li data-value="5:30 AM"><a href="#">5:30 AM</a></li>
<li data-value="6:00 AM"><a href="#">6:00 AM</a></li>
<li data-value="6:30 AM"><a href="#">6:30 AM</a></li>
<li data-value="7:00 AM"><a href="#">7:00 AM</a></li>
<li data-value="7:30 AM"><a href="#">7:30 AM</a></li>
<li data-value="8:00 AM"><a href="#">8:00 AM</a></li>
<li data-value="8:30 AM"><a href="#">8:30 AM</a></li>
<li data-value="9:00 AM"><a href="#">9:00 AM</a></li>
<li data-value="9:30 AM"><a href="#">9:30 AM</a></li>
<li data-value="10:00 AM"><a href="#">10:00 AM</a></li>
<li data-value="10:30 AM"><a href="#">10:30 AM</a></li>
<li data-value="11:00 AM"><a href="#">11:00 AM</a></li>
<li data-value="11:30 AM"><a href="#">11:30 AM</a></li>
<li data-value="12:00 PM"><a href="#">12:00 PM</a></li>
<li data-value="12:30 PM"><a href="#">12:30 PM</a></li>
<li data-value="1:00 PM"><a href="#">1:00 PM</a></li>
<li data-value="1:30 PM"><a href="#">1:30 PM</a></li>
<li data-value="2:00 PM"><a href="#">2:00 PM</a></li>
<li data-value="2:30 PM"><a href="#">2:30 PM</a></li>
<li data-value="3:00 PM"><a href="#">3:00 PM</a></li>
<li data-value="3:30 PM"><a href="#">3:30 PM</a></li>
<li data-value="4:00 PM"><a href="#">4:00 PM</a></li>
<li data-value="4:30 PM"><a href="#">4:30 PM</a></li>
<li data-value="5:00 PM"><a href="#">5:00 PM</a></li>
<li data-value="5:30 PM"><a href="#">5:30 PM</a></li>
<li data-value="6:00 PM"><a href="#">6:00 PM</a></li>
<li data-value="6:30 PM"><a href="#">6:30 PM</a></li>
<li data-value="7:00 PM"><a href="#">7:00 PM</a></li>
<li data-value="7:30 PM"><a href="#">7:30 PM</a></li>
<li data-value="8:00 PM"><a href="#">8:00 PM</a></li>
<li data-value="8:30 PM"><a href="#">8:30 PM</a></li>
<li data-value="9:00 PM"><a href="#">9:00 PM</a></li>
<li data-value="9:30 PM"><a href="#">9:30 PM</a></li>
<li data-value="10:00 PM"><a href="#">10:00 PM</a></li>
<li data-value="10:30 PM"><a href="#">10:30 PM</a></li>
<li data-value="11:00 PM"><a href="#">11:00 PM</a></li>
<li data-value="11:30 PM"><a href="#">11:30 PM</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="row form-group timezone-container">
<label class="col-sm-2 control-label scheduler-label">Timezone</label>
<div class="col-xs-12 col-sm-10 col-md-10">
<div data-resize="auto" class="btn-group selectlist timezone">
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
<span class="selected-label" style="width: 67px;">(GMT-06:00) Central Standard Time</span>
<span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu" role="menu">
<li data-name="Central Standard Time (no DST)" data-offset="-06:00"><a href="#">(GMT-06:00) Central Standard Time</a></li>
<li data-name="Morocco Standard Time" data-offset="+00:00"><a href="#">(GMT) Casablanca *</a></li>
<li data-name="GMT Standard Time" data-offset="+00:00"><a href="#">(GMT) Greenwich Mean Time : Dublin, Edinburgh, Lisbon, London *</a></li>
<li data-name="Greenwich Standard Time" data-offset="+00:00"><a href="#">(GMT) Monrovia, Reykjavik</a></li>
<li data-name="W. Europe Standard Time" data-offset="+01:00"><a href="#">(GMT+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna *</a></li>
<li data-name="Central Europe Standard Time" data-offset="+01:00"><a href="#">(GMT+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague *</a></li>
<li data-name="Romance Standard Time" data-offset="+01:00"><a href="#">(GMT+01:00) Brussels, Copenhagen, Madrid, Paris *</a></li>
<li data-name="Central European Standard Time" data-offset="+01:00"><a href="#">(GMT+01:00) Sarajevo, Skopje, Warsaw, Zagreb *</a></li>
<li data-name="W. Central Africa Standard Time" data-offset="+01:00"><a href="#">(GMT+01:00) West Central Africa</a></li>
<li data-name="Jordan Standard Time" data-offset="+02:00"><a href="#">(GMT+02:00) Amman *</a></li>
<li data-name="GTB Standard Time" data-offset="+02:00"><a href="#">(GMT+02:00) Athens, Bucharest, Istanbul *</a></li>
<li data-name="Middle East Standard Time" data-offset="+02:00"><a href="#">(GMT+02:00) Beirut *</a></li>
<li data-name="Egypt Standard Time" data-offset="+02:00"><a href="#">(GMT+02:00) Cairo *</a></li>
<li data-name="South Africa Standard Time" data-offset="+02:00"><a href="#">(GMT+02:00) Harare, Pretoria</a></li>
<li data-name="FLE Standard Time" data-offset="+02:00"><a href="#">(GMT+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius *</a></li>
<li data-name="Israel Standard Time" data-offset="+02:00"><a href="#">(GMT+02:00) Jerusalem *</a></li>
<li data-name="E. Europe Standard Time" data-offset="+02:00"><a href="#">(GMT+02:00) Minsk *</a></li>
<li data-name="Namibia Standard Time" data-offset="+02:00"><a href="#">(GMT+02:00) Windhoek *</a></li>
<li data-name="Arabic Standard Time" data-offset="+03:00"><a href="#">(GMT+03:00) Baghdad *</a></li>
<li data-name="Arab Standard Time" data-offset="+03:00"><a href="#">(GMT+03:00) Kuwait, Riyadh</a></li>
<li data-name="Russian Standard Time" data-offset="+03:00"><a href="#">(GMT+03:00) Moscow, St. Petersburg, Volgograd *</a></li>
<li data-name="E. Africa Standard Time" data-offset="+03:00"><a href="#">(GMT+03:00) Nairobi</a></li>
<li data-name="Georgian Standard Time" data-offset="+03:00"><a href="#">(GMT+03:00) Tbilisi</a></li>
<li data-name="Iran Standard Time" data-offset="+03:30"><a href="#">(GMT+03:30) Tehran *</a></li>
<li data-name="Arabian Standard Time" data-offset="+04:00"><a href="#">(GMT+04:00) Abu Dhabi, Muscat</a></li>
<li data-name="Azerbaijan Standard Time" data-offset="+04:00"><a href="#">(GMT+04:00) Baku *</a></li>
<li data-name="Caucasus Standard Time" data-offset="+04:00"><a href="#">(GMT+04:00) Caucasus Standard Time</a></li>
<li data-name="Mauritius Standard Time" data-offset="+04:00"><a href="#">(GMT+04:00) Port Louis *</a></li>
<li data-name="Caucasus Standard Time" data-offset="+04:00"><a href="#">(GMT+04:00) Yerevan</a></li>
<li data-name="Afghanistan Standard Time" data-offset="+04:30"><a href="#">(GMT+04:30) Kabul</a></li>
<li data-name="Ekaterinburg Standard Time" data-offset="+05:00"><a href="#">(GMT+05:00) Ekaterinburg *</a></li>
<li data-name="Pakistan Standard Time" data-offset="+05:00"><a href="#">(GMT+05:00) Islamabad, Karachi *</a></li>
<li data-name="West Asia Standard Time" data-offset="+05:00"><a href="#">(GMT+05:00) Tashkent</a></li>
<li data-name="India Standard Time" data-offset="+05:30"><a href="#">(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi</a></li>
<li data-name="Sri Lanka Standard Time" data-offset="+05:30"><a href="#">(GMT+05:30) Sri Jayawardenepura</a></li>
<li data-name="Nepal Standard Time" data-offset="+05:45"><a href="#">(GMT+05:45) Kathmandu</a></li>
<li data-name="N. Central Asia Standard Time" data-offset="+06:00"><a href="#">(GMT+06:00) Almaty, Novosibirsk *</a></li>
<li data-name="Central Asia Standard Time" data-offset="+06:00"><a href="#">(GMT+06:00) Astana, Dhaka</a></li>
<li data-name="Myanmar Standard Time" data-offset="+06:00"><a href="#">(GMT+06:30) Yangon (Rangoon)</a></li>
<li data-name="SE Asia Standard Time" data-offset="+07:00"><a href="#">(GMT+07:00) Bangkok, Hanoi, Jakarta</a></li>
<li data-name="North Asia Standard Time" data-offset="+07:00"><a href="#">(GMT+07:00) Krasnoyarsk *</a></li>
<li data-name="China Standard Time" data-offset="+08:00"><a href="#">(GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi</a></li>
<li data-name="North Asia East Standard Time" data-offset="+08:00"><a href="#">(GMT+08:00) Irkutsk, Ulaan Bataar *</a></li>
<li data-name="Singapore Standard Time" data-offset="+08:00"><a href="#">(GMT+08:00) Kuala Lumpur, Singapore</a></li>
<li data-name="W. Australia Standard Time" data-offset="+08:00"><a href="#">(GMT+08:00) Perth *</a></li>
<li data-name="Taipei Standard Time" data-offset="+08:00"><a href="#">(GMT+08:00) Taipei</a></li>
<li data-name="Tokyo Standard Time" data-offset="+09:00"><a href="#">(GMT+09:00) Osaka, Sapporo, Tokyo</a></li>
<li data-name="Korea Standard Time" data-offset="+09:00"><a href="#">(GMT+09:00) Seoul</a></li>
<li data-name="Yakutsk Standard Time" data-offset="+09:00"><a href="#">(GMT+09:00) Yakutsk *</a></li>
<li data-name="Cen. Australia Standard Time" data-offset="+09:30"><a href="#">(GMT+09:30) Adelaide *</a></li>
<li data-name="AUS Central Standard Time" data-offset="+09:30"><a href="#">(GMT+09:30) Darwin</a></li>
<li data-name="E. Australia Standard Time" data-offset="+10:00"><a href="#">(GMT+10:00) Brisbane</a></li>
<li data-name="AUS Eastern Standard Time" data-offset="+10:00"><a href="#">(GMT+10:00) Canberra, Melbourne, Sydney *</a></li>
<li data-name="West Pacific Standard Time" data-offset="+10:00"><a href="#">(GMT+10:00) Guam, Port Moresby</a></li>
<li data-name="Tasmania Standard Time" data-offset="+10:00"><a href="#">(GMT+10:00) Hobart *</a></li>
<li data-name="Vladivostok Standard Time" data-offset="+10:00"><a href="#">(GMT+10:00) Vladivostok *</a></li>
<li data-name="Central Pacific Standard Time" data-offset="+11:00"><a href="#">(GMT+11:00) Magadan, Solomon Is., New Caledonia</a></li>
<li data-name="New Zealand Standard Time" data-offset="+12:00"><a href="#">(GMT+12:00) Auckland, Wellington *</a></li>
<li data-name="Fiji Standard Time" data-offset="+12:00"><a href="#">(GMT+12:00) Fiji, Kamchatka, Marshall Is.</a></li>
<li data-name="Tonga Standard Time" data-offset="+12:00"><a href="#">(GMT+13:00) Nukualofa</a></li>
<li data-name="Azores Standard Time" data-offset="+12:00"><a href="#">(GMT-01:00) Azores *</a></li>
<li data-name="Cape Verde Standard Time" data-offset="-01:00"><a href="#">(GMT-01:00) Cape Verde Is.</a></li>
<li data-name="Mid-Atlantic Standard Time" data-offset="-02:00"><a href="#">(GMT-02:00) Mid-Atlantic *</a></li>
<li data-name="E. South America Standard Time" data-offset="-03:00"><a href="#">(GMT-03:00) Brasilia *</a></li>
<li data-name="Argentina Standard Time" data-offset="-03:00"><a href="#">(GMT-03:00) Buenos Aires *</a></li>
<li data-name="SA Western Standard Time" data-offset="-03:00"><a href="#">(GMT-03:00) Georgetown</a></li>
<li data-name="Greenland Standard Time" data-offset="-03:00"><a href="#">(GMT-03:00) Greenland *</a></li>
<li data-name="Montevideo Standard Time" data-offset="-03:00"><a href="#">(GMT-03:00) Montevideo *</a></li>
<li data-name="Newfoundland Standard Time" data-offset="-03:00"><a href="#">(GMT-03:30) Newfoundland *</a></li>
<li data-name="Atlantic Standard Time" data-offset="-04:00"><a href="#">(GMT-04:00) Atlantic Time (Canada) *</a></li>
<li data-name="SA Western Standard Time" data-offset="-04:00"><a href="#">(GMT-04:00) La Paz</a></li>
<li data-name="Central Brazilian Standard Time" data-offset="-04:00"><a href="#">(GMT-04:00) Manaus *</a></li>
<li data-name="Pacific SA Standard Time" data-offset="-04:00"><a href="#">(GMT-04:00) Santiago *</a></li>
<li data-name="Venezuela Standard Time" data-offset="-04:30"><a href="#">(GMT-04:30) Caracas</a></li>
<li data-name="SA Pacific Standard Time" data-offset="-05:00"><a href="#">(GMT-05:00) Bogota, Lima, Quito, Rio Branco</a></li>
<li data-name="Eastern Standard Time" data-offset="-05:00"><a href="#">(GMT-05:00) Eastern Time (US & Canada) *</a></li>
<li data-name="US Eastern Standard Time" data-offset="-05:00"><a href="#">(GMT-05:00) Indiana (East)</a></li>
<li data-name="Central America Standard Time" data-offset="-06:00"><a href="#">(GMT-06:00) Central America</a></li>
<li data-name="Central Standard Time" data-offset="-06:00"><a href="#">(GMT-06:00) Central Time (US & Canada) *</a></li>
<li data-name="Central Standard Time (Mexico)" data-offset="-06:00"><a href="#">(GMT-06:00) Guadalajara, Mexico City, Monterrey - New *</a></li>
<li data-name="Central Standard Time (Mexico)" data-offset="-06:00"><a href="#">(GMT-06:00) Guadalajara, Mexico City, Monterrey - Old</a></li>
<li data-name="Canada Central Standard Time" data-offset="-06:00"><a href="#">(GMT-06:00) Saskatchewan</a></li>
<li data-name="US Mountain Standard Time" data-offset="-07:00"><a href="#">(GMT-07:00) Arizona</a></li>
<li data-name="Mountain Standard Time (Mexico)" data-offset="-07:00"><a href="#">(GMT-07:00) Chihuahua, La Paz, Mazatlan - New *</a></li>
<li data-name="Mountain Standard Time (Mexico)" data-offset="-07:00"><a href="#">(GMT-07:00) Chihuahua, La Paz, Mazatlan - Old</a></li>
<li data-name="Mountain Standard Time" data-offset="-07:00"><a href="#">(GMT-07:00) Mountain Time (US & Canada) *</a></li>
<li data-name="Pacific Standard Time" data-offset="-08:00"><a href="#">(GMT-08:00) Pacific Time (US & Canada) *</a></li>
<li data-name="Pacific Standard Time (Mexico)" data-offset="-08:00"><a href="#">(GMT-08:00) Tijuana, Baja California *</a></li>
<li data-name="Alaskan Standard Time" data-offset="-09:00"><a href="#">(GMT-09:00) Alaska *</a></li>
<li data-name="Hawaiian Standard Time" data-offset="-10:00"><a href="#">(GMT-10:00) Hawaii</a></li>
<li data-name="Samoa Standard Time" data-offset="-11:00"><a href="#">(GMT-11:00) Midway Island, Samoa</a></li>
<li data-name="Dateline Standard Time" data-offset="-12:00"><a href="#">(GMT-12:00) International Date Line West</a></li>
</ul>
<input type="text" aria-hidden="true" readonly="readonly" name="TimeZoneSelectlist" class="hidden hidden-field">
</div>
</div>
</div>
<div class="form-group repeat-container">
<label class="col-sm-2 control-label scheduler-label">Repeat</label>
<div class="col-sm-10">
<div class="form-group repeat-interval">
<div data-resize="auto" class="btn-group selectlist pull-left repeat-options">
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
<span class="selected-label">None (run once)</span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li data-value="none"><a href="#">None (run once)</a></li>
<li data-value="hourly" data-text="hour(s)"><a href="#">Hourly</a></li>
<li data-value="daily" data-text="day(s)"><a href="#">Daily</a></li>
<li data-value="weekdays"><a href="#">Weekdays</a></li>
<li data-value="weekly" data-text="week(s)"><a href="#">Weekly</a></li>
<li data-value="monthly" data-text="month(s)"><a href="#">Monthly</a></li>
<li data-value="yearly"><a href="#">Yearly</a></li>
</ul>
<input type="text" aria-hidden="true" readonly="readonly" name="intervalSelectlist" class="hidden hidden-field">
</div>
<div class="repeat-panel repeat-every-panel repeat-hourly repeat-daily repeat-weekly hide" aria-hidden="true">
<label id="MySchedulerEveryLabel" class="inline-form-text repeat-every-pretext">every</label>
<div class="spinbox digits-3 repeat-every">
<input type="text" class="form-control input-mini spinbox-input" aria-labelledby="MySchedulerEveryLabel">
<div class="spinbox-buttons btn-group btn-group-vertical">
<button type="button" class="btn btn-default spinbox-up btn-xs">
<span class="glyphicon glyphicon-chevron-up"></span><span class="sr-only">Increase</span>
</button>
<button type="button" class="btn btn-default spinbox-down btn-xs">
<span class="glyphicon glyphicon-chevron-down"></span><span class="sr-only">Decrease</span>
</button>
</div>
</div>
<div class="inline-form-text repeat-every-text"></div>
</div>
</div>
<div class="form-group repeat-panel repeat-weekly repeat-days-of-the-week hide" aria-hidden="true">
<fieldset class="btn-group" data-toggle="buttons">
<label class="btn btn-default">
<input type="checkbox" data-value="SU">Sun
</label>
<label class="btn btn-default">
<input type="checkbox" data-value="MO">Mon
</label>
<label class="btn btn-default">
<input type="checkbox" data-value="TU">Tue
</label>
<label class="btn btn-default">
<input type="checkbox" data-value="WE"> Wed
</label>
<label class="btn btn-default">
<input type="checkbox" data-value="TH"> Thu
</label>
<label class="btn btn-default">
<input type="checkbox" data-value="FR"> Fri
</label>
<label class="btn btn-default">
<input type="checkbox" data-value="SA"> Sat
</label>
</fieldset>
</div>
<div class="repeat-panel repeat-monthly hide" aria-hidden="true">
<div class="form-group repeat-monthly-date">
<div class="radio pull-left">
<label class="radio-custom">
<input type="radio" checked="checked" name="repeat-monthly" value="bymonthday">
<span class="radio-label">on day</span>
</label>
</div>
<div data-resize="auto" class="btn-group selectlist pull-left">
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
<span class="selected-label">1</span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu" style="height:200px; overflow:auto;">
<li data-value="1"><a href="#">1</a></li>
<li data-value="2"><a href="#">2</a></li>
<li data-value="3"><a href="#">3</a></li>
<li data-value="4"><a href="#">4</a></li>
<li data-value="5"><a href="#">5</a></li>
<li data-value="6"><a href="#">6</a></li>
<li data-value="7"><a href="#">7</a></li>
<li data-value="8"><a href="#">8</a></li>
<li data-value="9"><a href="#">9</a></li>
<li data-value="10"><a href="#">10</a></li>
<li data-value="11"><a href="#">11</a></li>
<li data-value="12"><a href="#">12</a></li>
<li data-value="13"><a href="#">13</a></li>
<li data-value="14"><a href="#">14</a></li>
<li data-value="15"><a href="#">15</a></li>
<li data-value="16"><a href="#">16</a></li>
<li data-value="17"><a href="#">17</a></li>
<li data-value="18"><a href="#">18</a></li>
<li data-value="19"><a href="#">19</a></li>
<li data-value="20"><a href="#">20</a></li>
<li data-value="21"><a href="#">21</a></li>
<li data-value="22"><a href="#">22</a></li>
<li data-value="23"><a href="#">23</a></li>
<li data-value="24"><a href="#">24</a></li>
<li data-value="25"><a href="#">25</a></li>
<li data-value="26"><a href="#">26</a></li>
<li data-value="27"><a href="#">27</a></li>
<li data-value="28"><a href="#">28</a></li>
<li data-value="29"><a href="#">29</a></li>
<li data-value="30"><a href="#">30</a></li>
<li data-value="31"><a href="#">31</a></li>
</ul>
<input type="text" aria-hidden="true" readonly="readonly" name="monthlySelectlist" class="hidden hidden-field">
</div>
</div>
<div class="repeat-monthly-day form-group">
<div class="radio pull-left">
<label class="radio-custom">
<input type="radio" checked="checked" name="repeat-monthly" value="bysetpos">
<span class="radio-label">on the</span>
</label>
</div>
<div data-resize="auto" class="btn-group selectlist month-day-pos pull-left">
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
<span class="selected-label">First</span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li data-value="1"><a href="#">First</a></li>
<li data-value="2"><a href="#">Second</a></li>
<li data-value="3"><a href="#">Third</a></li>
<li data-value="4"><a href="#">Fourth</a></li>
<li data-value="-1"><a href="#">Last</a></li>
</ul>
<input type="text" aria-hidden="true" readonly="readonly" name="monthlySelectlist" class="hidden hidden-field">
</div>
<div data-resize="auto" class="btn-group selectlist month-days pull-left">
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
<span class="selected-label">Sunday</span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li data-value="SU"><a href="#">Sunday</a></li>
<li data-value="MO"><a href="#">Monday</a></li>
<li data-value="TU"><a href="#">Tuesday</a></li>
<li data-value="WE"><a href="#">Wednesday</a></li>
<li data-value="TH"><a href="#">Thursday</a></li>
<li data-value="FR"><a href="#">Friday</a></li>
<li data-value="SA"><a href="#">Saturday</a></li>
<li data-value="SU,MO,TU,WE,TH,FR,SA"><a href="#">Day</a></li>
<li data-value="MO,TU,WE,TH,FR"><a href="#">Weekday</a></li>
<li data-value="SU,SA"><a href="#">Weekend day</a></li>
</ul>
<input type="text" aria-hidden="true" readonly="readonly" name="monthlySelectlist" class="hidden hidden-field">
</div>
</div>
</div>
<div class="repeat-panel repeat-yearly hide" aria-hidden="true">
<div class="form-group repeat-yearly-date">
<div class="radio pull-left">
<label class="radio-custom">
<input type="radio" checked="checked" name="repeat-yearly" value="bymonthday">
<span class="radio-label">on</span>
</label>
</div>
<div data-resize="auto" class="btn-group selectlist year-month pull-left">
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
<span class="selected-label">January</span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li data-value="1"><a href="#">January</a></li>
<li data-value="2"><a href="#">February</a></li>
<li data-value="3"><a href="#">March</a></li>
<li data-value="4"><a href="#">April</a></li>
<li data-value="5"><a href="#">May</a></li>
<li data-value="6"><a href="#">June</a></li>
<li data-value="7"><a href="#">July</a></li>
<li data-value="8"><a href="#">August</a></li>
<li data-value="9"><a href="#">September</a></li>
<li data-value="10"><a href="#">October</a></li>
<li data-value="11"><a href="#">November</a></li>
<li data-value="12"><a href="#">December</a></li>
</ul>
<input type="text" aria-hidden="true" readonly="readonly" name="monthlySelectlist" class="hidden hidden-field">
</div>
<div data-resize="auto" class="btn-group selectlist year-month-day pull-left">
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
<span class="selected-label">1</span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu" style="height:200px; overflow:auto;">
<li data-value="1"><a href="#">1</a></li>
<li data-value="2"><a href="#">2</a></li>
<li data-value="3"><a href="#">3</a></li>
<li data-value="4"><a href="#">4</a></li>
<li data-value="5"><a href="#">5</a></li>
<li data-value="6"><a href="#">6</a></li>
<li data-value="7"><a href="#">7</a></li>
<li data-value="8"><a href="#">8</a></li>
<li data-value="9"><a href="#">9</a></li>
<li data-value="10"><a href="#">10</a></li>
<li data-value="11"><a href="#">11</a></li>
<li data-value="12"><a href="#">12</a></li>
<li data-value="13"><a href="#">13</a></li>
<li data-value="14"><a href="#">14</a></li>
<li data-value="15"><a href="#">15</a></li>
<li data-value="16"><a href="#">16</a></li>
<li data-value="17"><a href="#">17</a></li>
<li data-value="18"><a href="#">18</a></li>
<li data-value="19"><a href="#">19</a></li>
<li data-value="20"><a href="#">20</a></li>
<li data-value="21"><a href="#">21</a></li>
<li data-value="22"><a href="#">22</a></li>
<li data-value="23"><a href="#">23</a></li>
<li data-value="24"><a href="#">24</a></li>
<li data-value="25"><a href="#">25</a></li>
<li data-value="26"><a href="#">26</a></li>
<li data-value="27"><a href="#">27</a></li>
<li data-value="28"><a href="#">28</a></li>
<li data-value="29"><a href="#">29</a></li>
<li data-value="30"><a href="#">30</a></li>
<li data-value="31"><a href="#">31</a></li>
</ul>
<input type="text" aria-hidden="true" readonly="readonly" name="monthlySelectlist" class="hidden hidden-field">
</div>
</div>
<div class="form-group repeat-yearly-day">
<div class="radio pull-left"><label class="radio-custom"><input type="radio" name="repeat-yearly" value="bysetpos"> on the</label></div>
<div data-resize="auto" class="btn-group selectlist year-month-day-pos pull-left">
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
<span class="selected-label">First</span>
<span class="caret"></span>
<span class="sr-only">First</span>
</button>
<ul class="dropdown-menu" role="menu">
<li data-value="1"><a href="#">First</a></li>
<li data-value="2"><a href="#">Second</a></li>
<li data-value="3"><a href="#">Third</a></li>
<li data-value="4"><a href="#">Fourth</a></li>
<li data-value="5"><a href="#">Last</a></li>
</ul>
<input type="text" aria-hidden="true" readonly="readonly" name="yearlyDateSelectlist" class="hidden hidden-field">
</div>
<div data-resize="auto" class="btn-group selectlist year-month-days pull-left">
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
<span class="selected-label">Sunday</span>
<span class="caret"></span>
<span class="sr-only">Sunday</span>
</button>
<ul class="dropdown-menu" role="menu" style="height:200px; overflow:auto;">
<li data-value="SU"><a href="#">Sunday</a></li>
<li data-value="MO"><a href="#">Monday</a></li>
<li data-value="TU"><a href="#">Tuesday</a></li>
<li data-value="WE"><a href="#">Wednesday</a></li>
<li data-value="TH"><a href="#">Thursday</a></li>
<li data-value="FR"><a href="#">Friday</a></li>
<li data-value="SA"><a href="#">Saturday</a></li>
<li data-value="SU,MO,TU,WE,TH,FR,SA"><a href="#">Day</a></li>
<li data-value="MO,TU,WE,TH,FR"><a href="#">Weekday</a></li>
<li data-value="SU,SA"><a href="#">Weekend day</a></li>
</ul>
<input type="text" aria-hidden="true" readonly="readonly" name="yearlyDaySelectlist" class="hidden hidden-field">
</div>
<div class="inline-form-text repeat-yearly-day-text"> of </div>
<div data-resize="auto" class="btn-group selectlist year-month pull-left">
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
<span class="selected-label">January</span>
<span class="caret"></span>
<span class="sr-only">January</span>
</button>
<ul class="dropdown-menu" role="menu" style="height:200px; overflow:auto;">
<li data-value="1"><a href="#">January</a></li>
<li data-value="2"><a href="#">February</a></li>
<li data-value="3"><a href="#">March</a></li>
<li data-value="4"><a href="#">April</a></li>
<li data-value="5"><a href="#">May</a></li>
<li data-value="6"><a href="#">June</a></li>
<li data-value="7"><a href="#">July</a></li>
<li data-value="8"><a href="#">August</a></li>
<li data-value="9"><a href="#">September</a></li>
<li data-value="10"><a href="#">October</a></li>
<li data-value="11"><a href="#">November</a></li>
<li data-value="12"><a href="#">December</a></li>
</ul>
<input type="text" aria-hidden="true" readonly="readonly" name="yearlyDaySelectlist" class="hidden hidden-field">
</div>
</div>
</div>
</div>
</div>
<div class="form-group repeat-end hide" aria-hidden="true">
<label class="col-sm-2 control-label scheduler-label">End</label>
<div class="col-sm-10 row">
<div class="col-sm-3 form-group">
<div data-resize="auto" class="btn-group selectlist end-options pull-left">
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
<span class="selected-label">Never</span>
<span class="caret"></span>
<span class="sr-only">Never</span>
</button>
<ul class="dropdown-menu" role="menu">
<li data-value="never"><a href="#">Never</a></li>
<li data-value="after"><a href="#">After</a></li>
<li data-value="date"><a href="#">On date</a></li>
</ul>
<input type="text" aria-hidden="true" readonly="readonly" name="EndSelectlist" class="hidden hidden-field">
</div>
</div>
<div class="col-sm-6 form-group end-option-panel end-after-panel pull-left hide" aria-hidden="true">
<div class="spinbox digits-3 end-after">
<label id="MyEndAfter" class="sr-only">End After</label>
<input type="text" class="form-control input-mini spinbox-input" aria-labelledby="MyEndAfter">
<div class="spinbox-buttons btn-group btn-group-vertical">
<button type="button" class="btn btn-default spinbox-up btn-xs">
<span class="glyphicon glyphicon-chevron-up"></span><span class="sr-only">Increase</span>
</button>
<button type="button" class="btn btn-default spinbox-down btn-xs">
<span class="glyphicon glyphicon-chevron-down"></span><span class="sr-only">Decrease</span>
</button>
</div>
</div>
<div class="inline-form-text end-after-text">occurance(s)</div>
</div>
<div class="col-sm-8 form-group end-option-panel end-on-date-panel pull-left hide" aria-hidden="true">
<div class="datepicker input-group end-on-date">
<div class="input-group">
<input class="form-control" type="text"/>
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<span class="glyphicon glyphicon-calendar"></span>
<span class="sr-only">Toggle Calendar</span>
</button>
<div class="dropdown-menu dropdown-menu-right datepicker-calendar-wrapper" role="menu">
<div class="datepicker-calendar">
<div class="datepicker-calendar-header">
<button class="prev"><span class="glyphicon glyphicon-chevron-left"></span><span class="sr-only">Previous Month</span></button>
<button class="next"><span class="glyphicon glyphicon-chevron-right"></span><span class="sr-only">Next Month</span></button>
<button class="title">
<span class="month">
<span data-month="0">January</span>
<span data-month="1">February</span>
<span data-month="2">March</span>
<span data-month="3">April</span>
<span data-month="4">May</span>
<span data-month="5">June</span>
<span data-month="6">July</span>
<span data-month="7">August</span>
<span data-month="8">September</span>
<span data-month="9">October</span>
<span data-month="10">November</span>
<span data-month="11">December</span>
</span> <span class="year"></span>
</button>
</div>
<table class="datepicker-calendar-days">
<thead>
<tr>
<th>Su</th>
<th>Mo</th>
<th>Tu</th>
<th>We</th>
<th>Th</th>
<th>Fr</th>
<th>Sa</th>
</tr>
</thead>
<tbody></tbody>
</table>
<div class="datepicker-calendar-footer">
<button class="datepicker-today">Today</button>
</div>
</div>
<div class="datepicker-wheels" aria-hidden="true">
<div class="datepicker-wheels-month">
<h2 class="header">Month</h2>
<ul>
<li data-month="0"><button>Jan</button></li>
<li data-month="1"><button>Feb</button></li>
<li data-month="2"><button>Mar</button></li>
<li data-month="3"><button>Apr</button></li>
<li data-month="4"><button>May</button></li>
<li data-month="5"><button>Jun</button></li>
<li data-month="6"><button>Jul</button></li>
<li data-month="7"><button>Aug</button></li>
<li data-month="8"><button>Sep</button></li>
<li data-month="9"><button>Oct</button></li>
<li data-month="10"><button>Nov</button></li>
<li data-month="11"><button>Dec</button></li>
</ul>
</div>
<div class="datepicker-wheels-year">
<h2 class="header">Year</h2>
<ul></ul>
</div>
<div class="datepicker-wheels-footer clearfix">
<button class="btn datepicker-wheels-back"><span class="glyphicon glyphicon-arrow-left"></span><span class="sr-only">Return to Calendar</span></button>
<button type="button" class="btn datepicker-wheels-select">Select <span class="sr-only">Month and Year</span></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> | kinghigh/bootstrap | test/markup/scheduler-markup.html | HTML | bsd-3-clause | 38,694 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_43) on Tue Aug 06 14:46:45 EDT 2013 -->
<TITLE>
DAOException (caCORE SDK 4.5 API Documentation)
</TITLE>
<META NAME="date" CONTENT="2013-08-06">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DAOException (caCORE SDK 4.5 API Documentation)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DAOException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../gov/nih/nci/system/dao/DAO.html" title="interface in gov.nih.nci.system.dao"><B>PREV CLASS</B></A>
<A HREF="../../../../../gov/nih/nci/system/dao/QueryException.html" title="class in gov.nih.nci.system.dao"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?gov/nih/nci/system/dao/DAOException.html" target="_top"><B>FRAMES</B></A>
<A HREF="DAOException.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
gov.nih.nci.system.dao</FONT>
<BR>
Class DAOException</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../gov/nih/nci/system/applicationservice/ApplicationException.html" title="class in gov.nih.nci.system.applicationservice">gov.nih.nci.system.applicationservice.ApplicationException</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>gov.nih.nci.system.dao.DAOException</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD>
</DL>
<DL>
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../gov/nih/nci/system/dao/QueryException.html" title="class in gov.nih.nci.system.dao">QueryException</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>DAOException</B><DT>extends <A HREF="../../../../../gov/nih/nci/system/applicationservice/ApplicationException.html" title="class in gov.nih.nci.system.applicationservice">ApplicationException</A></DL>
</PRE>
<P>
An exception class for DAO related functions
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Satish Patel</DD>
<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#gov.nih.nci.system.dao.DAOException">Serialized Form</A></DL>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private static long</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../gov/nih/nci/system/dao/DAOException.html#serialVersionUID">serialVersionUID</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../gov/nih/nci/system/dao/DAOException.html#DAOException()">DAOException</A></B>()</CODE>
<BR>
Default constructor.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../gov/nih/nci/system/dao/DAOException.html#DAOException(java.lang.String)">DAOException</A></B>(java.lang.String message)</CODE>
<BR>
DAOException constructor with exception message</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../gov/nih/nci/system/dao/DAOException.html#DAOException(java.lang.String, java.lang.Throwable)">DAOException</A></B>(java.lang.String message,
java.lang.Throwable t)</CODE>
<BR>
DAOException constructor with exception message and Throwable object</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../gov/nih/nci/system/dao/DAOException.html#DAOException(java.lang.Throwable)">DAOException</A></B>(java.lang.Throwable t)</CODE>
<BR>
DAOException constructor with Throwable object</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="serialVersionUID"><!-- --></A><H3>
serialVersionUID</H3>
<PRE>
private static final long <B>serialVersionUID</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#gov.nih.nci.system.dao.DAOException.serialVersionUID">Constant Field Values</A></DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="DAOException()"><!-- --></A><H3>
DAOException</H3>
<PRE>
public <B>DAOException</B>()</PRE>
<DL>
<DD>Default constructor. Constructs the (@link RollbackException) object
<P>
</DL>
<HR>
<A NAME="DAOException(java.lang.String)"><!-- --></A><H3>
DAOException</H3>
<PRE>
public <B>DAOException</B>(java.lang.String message)</PRE>
<DL>
<DD>DAOException constructor with exception message
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>message</CODE> - -
exception message</DL>
</DL>
<HR>
<A NAME="DAOException(java.lang.String, java.lang.Throwable)"><!-- --></A><H3>
DAOException</H3>
<PRE>
public <B>DAOException</B>(java.lang.String message,
java.lang.Throwable t)</PRE>
<DL>
<DD>DAOException constructor with exception message and Throwable object
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>message</CODE> - -
exception message<DD><CODE>t</CODE> - -
Throwable object</DL>
</DL>
<HR>
<A NAME="DAOException(java.lang.Throwable)"><!-- --></A><H3>
DAOException</H3>
<PRE>
public <B>DAOException</B>(java.lang.Throwable t)</PRE>
<DL>
<DD>DAOException constructor with Throwable object
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>t</CODE> - -
throwable object</DL>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DAOException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../gov/nih/nci/system/dao/DAO.html" title="interface in gov.nih.nci.system.dao"><B>PREV CLASS</B></A>
<A HREF="../../../../../gov/nih/nci/system/dao/QueryException.html" title="class in gov.nih.nci.system.dao"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?gov/nih/nci/system/dao/DAOException.html" target="_top"><B>FRAMES</B></A>
<A HREF="DAOException.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
This API was generated by the caCORE Software Development Kit (SDK)
</BODY>
</HTML>
| NCIP/cadsr-objectcart | objectCart/software/src/web/docs/system/gov/nih/nci/system/dao/DAOException.html | HTML | bsd-3-clause | 14,764 |
<!DOCTYPE html>
<!--
Copyright 2017 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<link rel="import" href="/dashboard/pinpoint/elements/jobs-table.html">
<link rel="import" href="/dashboard/static/testing_common.html">
<link rel="import" href="/tracing/core/test_utils.html">
<script>
'use strict';
tr.b.unittest.testSuite(function() {
const testOptions = {};
test('instantiate', function() {
const table = document.createElement('jobs-table');
table.jobsList = [{
'job_id': 12345,
'configuration': 'configuration',
'test_suite': 'test_suite',
'test': 'test',
'metric': 'metric',
'auto_explore': true,
'status': 'RUNNING',
'created': '2017-01-30',
'updated': '2017-01-30'
}];
this.addHTMLOutput(table);
}, testOptions);
});
</script>
| benschmaus/catapult | dashboard/dashboard/pinpoint/elements/jobs-table-test.html | HTML | bsd-3-clause | 914 |
<!-- fb -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/all.js#xfbml=1&appId=345022845576638";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!-- twitter -->
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<!-- analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51680040-1', 'djangogirls.org');
ga('send', 'pageview');
</script>
| DjangoGirls/djangogirls | templates/includes/js.html | HTML | bsd-3-clause | 1,204 |
<!doctype html>
<html ng-app="timesched">
<title>Time Scheduler</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="static/main.css">
<link rel="stylesheet" href="static/theme.css">
<div class="container" ng-controller="TimezoneCtrl">
<div class="header">
<h1 class="text-muted">Time Scheduler</h1>
<div class="share" hidden>
<span>Like it?</span>
<a href="https://twitter.com/share?url=http://timesched.pocoo.org/&text=Schedule+meetings+with+timesched&related=mitsuhiko" class="twitter-share-button" data-lang="en">Tweet</a>
</div>
</div>
<div class="contentwrapper" hidden>
<div class="navbar navbar-default navbar-actions" role="navigation">
<div class="navbar-collapse collapse">
<form class="navbar-form navbar-left navbar-timezone-form"
name="zoneform" ng-submit="addInputZone()">
<div class="form-group">
<input type="text" class="form-control timezone-input"
placeholder="Type to add city or timezone"
ng-model="currentZone" timezone>
</div>
<button type="submit" class="btn btn-default"
ng-disabled="false" style="display: none">Add</button>
</form>
<form class="navbar-form navbar-left navbar-date-form">
<div class="form-group">
<input type="text" class="form-control"
datepicker-popup="yyyy-MM-dd" ng-model="day" readonly ng-required="true">
</div>
</form>
<p class="navbar-text navbar-warning-text" ng-show="!isToday">
<strong>Reminder:</strong>
you're not scheduling for today.
<a href="#" ng-click="goToTodayInteractive()">Go to today</a>.
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Actions <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a ng-click="sortByOffset()">Sort by offset</a></li>
<li><a ng-click="sortByName()">Sort by name</a></li>
<li><a ng-click="reverse()">Reverse list</a></li>
<li><a ng-click="clearList()">Clear list</a></li>
<li class="divider">
<li><a ng-click="goToToday()">Go to today</a>
<li class="divider">
<li><a ng-click="toggleMarkWeekends()">{{ markWeekends && 'Hide weekends' || 'Show weekends' }}</a>
<li><a ng-click="toggleClocks()" ng-show="isToday">{{ showClocks && 'Hide clocks' || 'Show clocks' }}</a>
<li><a ng-click="toggleRestoreTimezones()">{{ restoreTimezones && 'Don\'t restore timezones' || 'Restore timezones' }}</a>
<li class="divider">
<li><a ng-click="getShortURL()">Get short link</a>
<li><a ng-click="showHelp()">Get help</a>
</ul>
</li>
</ul>
</div>
</div>
<div class="time-list">
<ul ui-sortable="{axis: 'y', handle: 'div.handle', cursor: 'row-resize'}" ng-model="zones">
<li ng-repeat="zone in zones" ng-class="{home: zone.isHome}">
<div class="handle"></div>
<div class="location-info">
<h3>{{ zone.homeOffset }} <em
tooltip-placement="right"
tooltip="{{ zone.timezoneOffsetInfo }}, {{ zone.timezoneName }}">{{ zone.timezoneAbbr }}</em></h3>
<div class="dropdown">
<a href="#" data-toggle="dropdown">{{ zone.timezoneShortName }}</a>
<ul class="dropdown-menu" role="menu">
<li><a ng-click="setAsHome(zone)" ng-hide="zone.isHome">Set as home</a>
<li><a ng-click="removeZone(zone)">Remove</a>
</ul>
</div>
</div>
<div class="clock">
<div class="clockwrapper" ng-show="isToday && showClocks">
<span class="hour">{{ zone.clockHour }}</span><!--
--><span class="sep">:</span><!--
--><span class="minute">{{ zone.clockMinute }}</span>
<span class="day">{{ zone.clockDay }}</span>
</div>
</div>
<div class="time-cells">
<table>
<tr>
<td ng-repeat="cell in zone.timeCells">
<span class="cell-wrapper" ng-class="{
daystart: cell.hour == 0,
night: cell.hour >= 22 || cell.hour < 6,
morning: cell.hour >= 6 && cell.hour < 8,
day: cell.hour >= 8 && cell.hour < 18,
evening: cell.hour >= 18 && cell.hour < 22,
weekend: cell.isWeekend && markWeekends,
even: cell.minute == 0
}" tooltip-placement="bottom" tooltip="{{ cell.tooltip }}">
<span class="hour">{{ cell.hourFormat }}</span><span class="sep"
>:</span><span class="minute">{{ cell.minuteFormat }}</span>
<span class="dayinfo" ng-if="cell.hour == 0">
<span class="weekday">{{ cell.weekDayFormat }}</span>
<span class="day">{{ cell.dayFormat }}</span>
<span class="month">{{ cell.monthFormat }}</span>
</span>
</span>
</table>
</div>
</li>
</ul>
<div class="clock-pointer"><div class="actual-pointer"></div></div>
<div class="range-selection" ng-show="zones.length > 0">
<div class="action"><input type="checkbox" id="meeting" ng-model="scheduleMeeting">
<label for="meeting">Schedule a meeting</label></div>
<div ui-slider ng-model="timeRange" ng-show="scheduleMeeting"></div>
<pre class="meeting-info" ng-show="scheduleMeeting">{{ meetingSummary }}</pre>
<p class="share-links" ng-show="scheduleMeeting">
Share this meeting:
<a href="#" ng-click="sendMeetingMail()">via e-mail</a>,
<a href="#" ng-click="sendMeetingMailViaGMail()">send via gmail</a>,
<a href="#" ng-click="addToGoogleCalendar()">add to google calendar</a>,
<a href="#" ng-click="getICalFile()">add to desktop calendar</a>,
<a href="#" ng-click="tweet()">tweet it</a>,
<a href="#" ng-click="getShortURL()">get short link</a>
</div>
</div>
</div>
<div class="loading">
<p>Loading timezones …
</div>
<div class="footer">
<p>
© Copyright 2014 by <a href="http://lucumr.pocoo.org/">Armin Ronacher</a>.
Proudly BSD licensed.
<a href="https://github.com/mitsuhiko/timesched">Fork me on github</a>.
</div>
</div>
<div class="modal fade" id="short-url-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Short URL Generated</h4>
</div>
<div class="modal-body">
<p>A short URL for this page was generated:
<p class="short-url"><input onclick="this.select()" type="text" class="form-control" readonly>
<p>
You can share this URL with other people and they will see the same
page as you.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="help-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Time Scheduler Help</h4>
</div>
<div class="modal-body">
<p>
This application allows you to schedule meetings in different timezones around
the world. It knows about most large cities and timezones in the world.
<h3>How to Add Timezones</h3>
<p>
Enter the name of the city you want to add to the top left input box and an
auto complete should appear to help you add it. Note that some cities might
have slightly different names to what you expect as all cities have latin
transcribed names here for ease of input. For instance it's “Nuernberg” instead
of “Nürnberg”.
<h3>Why Cities and not Timezones?</h3>
<p>
The application supports most timezones in the world but it's recommended to use
cities instead because that will give you more accurate information. For
instance if you pick arabic cities the weekends will be adjusted accordingly
based on local rules.
<h3>What are the Colors?</h3>
<p>
The darker the colors the more into the night it goes. Red means weekends. Note
that weekends are country specific. If you just select a timezone but not a
city the weekends will be generic (Saturday and Sunday).
<h3>Can I schedule less than 15 Minute Intervals?</h3>
<p>
Yes you can, if you hold alt or shift down and it lets you select in
5 minute intervals.
<h3>How do I remove a timezone?</h3>
<p>
To remove a timezone (or to set it as home timezone) you can use click on the
name of the timezone which will open a drop-down menu. It contains a link to
remove the timezone as well as to make it the home timezone.
<h3>A Timzone is Wrong</h3>
<p>
The timezones are not defined by this application but pulled from official sources.
It can however happen that the version here lags behind.
<a href="mailto:armin.ronacher@active-4.com">Contact the
developer</a> if something is wrong.
<h3>Who Made This?</h3>
<p>
This application was written by Armin Ronacher for a person very dear to his
heart after a similar service started charging for this functionality.
<a href="mailto:armin.ronacher@active-4.com">Contact him</a> for feedback.
<h3>Can I Get the Sourcecode?</h3>
<p>
Yes, the sourcecode is available on github:
<a href="https://github.com/mitsuhiko/timesched">mitsuhiko/timesched</a>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Got it</button>
</div>
</div>
</div>
</div>
<script id="template/datepicker/datepicker.html" type="text/ng-template">
<table>
<thead>
<tr class="text-center">
<th><button type="button" class="btn pull-left"
ng-click="move(-1)"><i class="glyphicon glyphicon-chevron-left"></i></button></th>
<th colspan="{{ rows[0].length - 2 + showWeekNumbers }}"><button type="button" class="btn btn-block" ng-click="toggleMode()"><strong>{{ title }}</strong></button></th>
<th><button type="button" class="btn pull-right" ng-click="move(1)"><i class="glyphicon glyphicon-chevron-right"></i></button></th>
</tr>
<tr class="text-center" ng-show="labels.length > 0">
<th ng-show="showWeekNumbers">#</th>
<th ng-repeat="label in labels">{{ label }}</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="row in rows">
<td ng-show="showWeekNumbers" class="text-center"><em>{{ getWeekNumber(row) }}</em></td>
<td ng-repeat="dt in row" class="text-center">
<button type="button" style="width:100%;" class="btn" ng-class="{'btn-info': dt.selected}" ng-click="select(dt.date)" ng-disabled="dt.disabled"><span ng-class="{muted: dt.secondary}">{{ dt.label }}</span></button>
</td>
</tr>
</tbody>
</table>
</script>
<script id="template/datepicker/popup.html" type="text/ng-template">
<ul class="dropdown-menu datepicker-dialog" ng-style="{display: (isOpen && 'block') || 'none', top: position.top+'px', left: position.left+'px'}">
<li ng-transclude></li>
<li ng-show="true" style="padding:10px 9px 2px">
<span class="btn-group">
<button type="button" class="btn btn-small btn-inverse" ng-click="$parent.goToTodayInteractive()">{{ currentText }}</button>
</span>
</li>
</ul>
</script>
<script src="lib/generated/compressed.js"></script>
<script src="static/app.js"></script>
<script src="lib/generated/data-compressed.js"></script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46285110-1', 'pocoo.org');
ga('send', 'pageview');
</script>
</html>
| jdrew1303/timesched | timesched.html | HTML | bsd-3-clause | 13,401 |
<!--START: /mytemplates/cog/common/cog_footer_custom.html-->
<!-- NASA/JPL custom footer -->
<div class="custom_footer">
<table class="custom_footer">
<tr>
<td style="width:30%;"><a href="/">{% if request.is_secure %}https{% else %}http{% endif %}://{{ site.domain }}</a></td>
<td style="width:70%;text-align:right;">
Web Master: Luca Cinquini
| <a href="http://www.jpl.nasa.gov/copyrights.cfm">Privacy</a>
| <a href="http://www.jpl.nasa.gov/imagepolicy/">Image Policy</a>
</td>
</tr>
</table>
</div>
<!--END: /mytemplates/cog/common/cog_footer_custom.html-->
| sashakames/COG | resources/nasa/mytemplates/cog/common/cog_footer_custom.html | HTML | bsd-3-clause | 622 |
<!DOCTYPE html>
<!--
Copyright (c) 2015 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<link rel="import" href="/base/statistics.html">
<link rel="import" href="/base/sorted_array_utils.html">
<link rel="import" href="/model/frame.html">
<link rel="import" href="/base/range_utils.html">
<script>
'use strict';
/**
* @fileoverview Class for managing android-specific model meta data,
* such as rendering apps, and frames rendered.
*/
tr.exportTo('tr.e.audits', function() {
var Frame = tr.model.Frame;
var Statistics = tr.b.Statistics;
var UI_THREAD_DRAW_NAMES = {
'performTraversals': true,
'Choreographer#doFrame': true
};
var RENDER_THREAD_DRAW_NAME = 'DrawFrame';
var RENDER_THREAD_INDEP_DRAW_NAME = 'doFrame';
var THREAD_SYNC_NAME = 'syncFrameState';
function getSlicesForThreadTimeRanges(threadTimeRanges) {
var ret = [];
threadTimeRanges.forEach(function(threadTimeRange) {
var slices = [];
threadTimeRange.thread.sliceGroup.iterSlicesInTimeRange(
function(slice) { slices.push(slice); },
threadTimeRange.start, threadTimeRange.end);
ret.push.apply(ret, slices);
});
return ret;
}
function makeFrame(threadTimeRanges, surfaceFlinger) {
var args = {};
if (surfaceFlinger && surfaceFlinger.hasVsyncs) {
var start = Statistics.min(threadTimeRanges,
function(threadTimeRanges) { return threadTimeRanges.start; });
args['deadline'] = surfaceFlinger.getFrameDeadline(start);
args['frameKickoff'] = surfaceFlinger.getFrameKickoff(start);
}
var events = getSlicesForThreadTimeRanges(threadTimeRanges);
return new Frame(events, threadTimeRanges, args);
}
function findOverlappingDrawFrame(renderThread, time) {
if (!renderThread)
return undefined;
var slices = renderThread.sliceGroup.slices;
for (var i = 0; i < slices.length; i++) {
var slice = slices[i];
if (slice.title == RENDER_THREAD_DRAW_NAME &&
slice.start <= time &&
time <= slice.end) {
return slice;
}
}
return undefined;
}
/**
* Builds an array of {start, end} ranges grouping common work of a frame
* that occurs just before performTraversals().
*
* Only necessary before Choreographer#doFrame tracing existed.
*/
function getPreTraversalWorkRanges(uiThread) {
if (!uiThread)
return [];
// gather all frame work that occurs outside of performTraversals
var preFrameEvents = [];
uiThread.sliceGroup.slices.forEach(function(slice) {
if (slice.title == 'obtainView' ||
slice.title == 'setupListItem' ||
slice.title == 'deliverInputEvent' ||
slice.title == 'RV Scroll')
preFrameEvents.push(slice);
});
uiThread.asyncSliceGroup.slices.forEach(function(slice) {
if (slice.title == 'deliverInputEvent')
preFrameEvents.push(slice);
});
return tr.b.mergeRanges(
tr.b.convertEventsToRanges(preFrameEvents),
3,
function(events) {
return {
start: events[0].min,
end: events[events.length - 1].max
};
});
}
function getFrameStartTime(traversalStart, preTraversalWorkRanges) {
var preTraversalWorkRange = tr.b.findClosestIntervalInSortedIntervals(
preTraversalWorkRanges,
function(range) { return range.start },
function(range) { return range.end },
traversalStart,
3);
if (preTraversalWorkRange)
return preTraversalWorkRange.start;
return traversalStart;
}
function getUiThreadDrivenFrames(app) {
if (!app.uiThread)
return [];
var preTraversalWorkRanges = getPreTraversalWorkRanges(app.uiThread);
var frames = [];
app.uiThread.sliceGroup.slices.forEach(function(slice) {
if (!(slice.title in UI_THREAD_DRAW_NAMES)) {
return;
}
var threadTimeRanges = [];
var uiThreadTimeRange = {
thread: app.uiThread,
start: getFrameStartTime(slice.start, preTraversalWorkRanges),
end: slice.end
};
threadTimeRanges.push(uiThreadTimeRange);
// on SDK 21+ devices with RenderThread,
// account for time taken on RenderThread
var rtDrawSlice = findOverlappingDrawFrame(
app.renderThread, slice.end);
if (rtDrawSlice) {
var rtSyncSlice = rtDrawSlice.findDescendentSlice(THREAD_SYNC_NAME);
if (rtSyncSlice) {
// Generally, the UI thread is only on the critical path
// until the start of sync.
uiThreadTimeRange.end = Math.min(uiThreadTimeRange.end,
rtSyncSlice.start);
}
threadTimeRanges.push({
thread: app.renderThread,
start: rtDrawSlice.start,
end: rtDrawSlice.end
});
}
frames.push(makeFrame(threadTimeRanges, app.surfaceFlinger));
});
return frames;
}
function getRenderThreadDrivenFrames(app) {
if (!app.renderThread)
return [];
var frames = [];
app.renderThread.sliceGroup.getSlicesOfName(RENDER_THREAD_INDEP_DRAW_NAME)
.forEach(function(slice) {
var threadTimeRanges = [{
thread: app.renderThread,
start: slice.start,
end: slice.end
}];
frames.push(makeFrame(threadTimeRanges, app.surfaceFlinger));
});
return frames;
}
function hasUiDraw(uiThread) {
var slices = uiThread.sliceGroup.slices;
for (var i = 0; i < slices.length; i++) {
if (slices[i].title in UI_THREAD_DRAW_NAMES) {
return uiThread;
}
}
return undefined;
}
function getInputSamples(process) {
var samples = undefined;
for (var counterName in process.counters) {
if (/^android\.aq\:pending/.test(counterName) &&
process.counters[counterName].numSeries == 1) {
samples = process.counters[counterName].series[0].samples;
break;
}
}
if (!samples)
return [];
// output rising edges only, since those are user inputs
var inputSamples = [];
var lastValue = 0;
samples.forEach(function(sample) {
if (sample.value > lastValue) {
inputSamples.push(sample);
}
lastValue = sample.value;
});
return inputSamples;
}
function getAnimationAsyncSlices(uiThread) {
if (!uiThread)
return [];
var slices = [];
uiThread.asyncSliceGroup.iterateAllEvents(function(slice) {
if (/^animator\:/.test(slice.title))
slices.push(slice);
});
return slices;
}
/**
* Model for Android App specific data.
* @constructor
*/
function AndroidApp(process, uiThread, renderThread, surfaceFlinger) {
this.process = process;
this.uiThread = uiThread;
this.renderThread = renderThread;
this.surfaceFlinger = surfaceFlinger;
this.frames_ = undefined;
this.inputs_ = undefined;
};
AndroidApp.createForProcessIfPossible = function(process, surfaceFlinger) {
var uiThread = process.getThread(process.pid);
if (uiThread && !hasUiDraw(uiThread)) {
uiThread = undefined;
}
var renderThreads = process.findAllThreadsNamed('RenderThread');
var renderThread = renderThreads.length == 1 ? renderThreads[0] : undefined;
if (uiThread || renderThread) {
return new AndroidApp(process, uiThread, renderThread, surfaceFlinger);
}
}
AndroidApp.prototype = {
/**
* Returns a list of all frames in the trace for the app,
* constructed on first query.
*/
getFrames: function() {
if (!this.frames_) {
var uiFrames = getUiThreadDrivenFrames(this);
var rtFrames = getRenderThreadDrivenFrames(this);
this.frames_ = uiFrames.concat(rtFrames);
// merge frames by sorting by end timestamp
this.frames_.sort(function(a, b) { a.end - b.end });
}
return this.frames_;
},
/**
* Returns list of CounterSamples for each input event enqueued to the app.
*/
getInputSamples: function() {
if (!this.inputs_) {
this.inputs_ = getInputSamples(this.process);
}
return this.inputs_;
},
getAnimationAsyncSlices: function() {
if (!this.animations_) {
this.animations_ = getAnimationAsyncSlices(this.uiThread);
}
return this.animations_;
}
};
return {
AndroidApp: AndroidApp
};
});
</script>
| dstockwell/catapult | tracing/tracing/extras/android/android_app.html | HTML | bsd-3-clause | 8,511 |
{% extends "base.html" %}
{% block header_css %}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
{{ block.super }}
{% endblock %}
| pydanny/dj-stripe | tests/apps/example/templates/example_base.html | HTML | bsd-3-clause | 270 |
<!--
-- Copyright 2014 The Chromium Authors. All rights reserved.
-- Use of this source code is governed by a BSD-style license that can be
-- found in the LICENSE file.
-->
<!DOCTYPE HTML>
<html>
<head>
<!-- We have to set some default title, or chrome will use the page name.
-- As soon as the i18n'd strings are loaded we replace it with the correct
-- string. Until then, use an invisible non-whitespace character.
-->
<title></title>
<link rel="stylesheet" type="text/css" href="audio_player/css/audio_player.css">
<!-- Don't load mediaplayer_scripts.js when flattening is disabled -->
<if expr="False"><!-- </if>
<script src="audio_player/js/audio_player_scripts.js"></script>
<if expr="False"> --></if>
<if expr="False">
<!-- This section is used when the file manager is loaded with
'filemgr-ext-path' command-line flag. -->
<!-- Keep the list in sync with audio_player_scripts.js. -->
<script src="../../../../ui/webui//resources/js/cr.js"></script>
<script src="../../../../ui/webui/resources/js/cr/event_target.js"></script>
<script src="../../../../ui/webui/resources/js/cr/ui/array_data_model.js">
</script>
<script src="../../../../third_party/polymer/components/polymer/polymer.js"></script>
<script src="common/js/async_util.js"></script>
<script src="common/js/file_type.js"></script>
<script src="common/js/util.js"></script>
<script src="common/js/volume_manager_common.js"></script>
<script src="foreground/js/volume_manager_wrapper.js"></script>
<script src="foreground/js/metadata/metadata_cache.js"></script>
<script src="audio_player/js/audio_player.js"></script>
<script src="audio_player/elements/track_list.js"></script>
<script src="audio_player/elements/control_panel.js"></script>
<script src="audio_player/elements/volume_controller.js"></script>
<script src="audio_player/elements/audio_player.js"></script>
</if>
</head>
<body>
<!-- Definition of <track-list> tag. -->
<polymer-element name="track-list" attributes="tracks">
<template>
<link rel="stylesheet" href="audio_player/elements/track_list.css">
<template id="tracks" repeat="{{track, index in tracks}}">
<div class="track" active?="{{track.active}}" index="{{index}}" on-click="{{trackClicked}}">
<div class="data">
<div class="data-title">{{track.title}}</div>
<div class="data-artist">{{track.artist}}</div>
</div>
</div>
</template>
</template>
</polymer-element>
<!-- Definition of <control-panel> tag. -->
<polymer-element name="control-panel">
<template>
<link rel="stylesheet" href="audio_player/elements/control_panel.css">
<div class="controls">
<div class="upper-controls time-controls">
<div class="time media-control">
<div class="current">{{timeString_}}</div>
</div>
<div class="progress media-control custom-slider">
<input name="timeInput"
type="range"
min="0" max="{{duration}}" value="{{time}}">
<div class="bar">
<div class="filled" style="width: {{time/duration*100}}%;"></div>
<div class="cap left"></div>
<div class="cap right"></div>
</div>
</div>
<div class="time media-control">
<div class="duration">{{durationString_}}</div>
</div>
</div>
<div class="lower-controls audio-controls">
<!-- Shuffle toggle button in the bottom line. -->
<button class="shuffle-mode media-button toggle" state="default">
<label>
<input id="shuffleCheckbox"
type="checkbox"
checked="{{model.shuffle}}">
<span class="icon"></span>
</label>
</button>
<!-- Repeat toggle button in the bottom line. -->
<button class="repeat media-button toggle" state="default">
<label>
<input id="repeatCheckbox"
type="checkbox"
checked="{{model.repeat}}">
<span class="icon"></span>
</label>
</button>
<!-- Prev button in the bottom line. -->
<button class="previous media-button"
state="default"
on-click="{{previousClick}}">
<div class="normal default"></div>
<div class="disabled"></div>
</button>
<!-- Play button in the bottom line. -->
<button class="play media-control media-button"
state='{{playing ? "playing" : "ended"}}'
on-click="{{playClick}}">
<div class="normal playing"></div>
<div class="normal ended"></div>
<div class="disabled"></div>
</button>
<!-- Next button in the bottom line. -->
<button class="next media-button"
state="default"
on-click="{{nextClick}}">
<div class="normal default"></div>
<div class="disabled"></div>
</button>
<div id="volumeContainer"
class="default-hidden"
anchor-point="bottom center">
<volume-controller id="volumeSlider"
width="32" height="85" value="50">
</volume-controller>
<polymer-anchor-point id="anchorHelper"></polymer-anchor-point>
</div>
<!-- Volume button in the bottom line. -->
<button id="volumeButton"
class="volume media-button toggle"
state="default"
on-click="{{volumeButtonClick}}"
anchor-point="bottom center">
<label>
<input type="checkbox" checked="{{volumeSliderShown}}">
<span class="icon"></span>
</label>
</button>
<!-- Playlist button in the bottom line. -->
<button id="playlistButton"
class="playlist media-button toggle"
state="default">
<label>
<input type="checkbox" checked="{{model.expanded}}">
<span class="icon"></span>
</label>
</button>
</div>
</div>
</template>
</polymer-element>
<!-- Definition of <volume-controller> tag. -->
<polymer-element name="volume-controller" attributes="width height value">
<template>
<link rel="stylesheet" href="audio_player/elements/volume_controller.css">
<div id="background"></div>
<input name="rawValueInput" id="rawValueInput"
type="range" min="0" max="100" value="{{rawValue}}">
<div id="bar">
<div class="filled" style="height: {{rawValue}}%;"></div>
<div class="cap left"></div>
<div class="cap right"></div>
</div>
</template>
</polymer-element>
<!-- Definition of <audio-player> tag. -->
<polymer-element name="audio-player"
attributes="playing currenttrackurl playcount">
<template>
<link rel="stylesheet" href="audio_player/elements/audio_player.css">
<track-list id="trackList" expanded?="{{model.expanded}}"
on-replay="{{onReplayCurrentTrack}}"></track-list>
<control-panel id="audioController"
on-next-clicked="{{onControllerNextClicked}}"
on-previous-clicked="{{onControllerPreviousClicked}}">
</control-panel>
<audio id="audio"></audio>
</template>
</polymer-element>
<div class="audio-player">
<!-- Place the audio player. -->
<audio-player></audio-player>
</div>
</body>
</html>
| hefen1/chromium | ui/file_manager/file_manager/audio_player.html | HTML | bsd-3-clause | 7,840 |
<html>
<head>
<style>
body {
font-size: 12pt
}
p {
margin: 0.2in 0.2in 0.2in 0.2in
}
li {
margin: 0.2in 0.2in 0.2in 0.2in
}
</style>
<script>
function loaded()
{
var d1 = document.getElementById("page");
var i2 = document.getElementById("logo");
d1.style.width = i2.width + "px";
}
</script>
</head>
<body onload="loaded();">
<div align="center" style="width: 100%">
<div id="page" style="width: 70%">
<div align="center" style="font-weight: bold">
<img id="logo" src="caBIG_Logo.jpg" />
<p>
NCIP Open Source Software License
</p>
<p>
v.2
</p>
<p>
Release Date: January 7, 2008
</p>
</div>
<div align="left">
<p>
<b>Copyright Notice.</b> Copyright 2008, ScenPro, Inc, (NCIP Participant). The caDSR Sentinel Tool was created with NCI funding and
is part of the NCIP initiative. The software subject to this notice and license includes both human readable source code form and
machine readable, binary, object code form (the NCIP Software).
</p>
<p>
This NCIP Software License (the License) is between NCIP Participant and You. You (or Your) shall mean a person or an entity,
and all other entities that control, are controlled by, or are under common control with the entity. Control for purposes of this
definition means (i) the direct or indirect power to cause the direction or management of such entity, whether by contract or otherwise,
or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
</p>
<p>
<b>License.</b> Provided that You agree to the conditions described below, NCIP Participant grants You a non-exclusive, worldwide,
perpetual, fully-paid-up, no-charge, irrevocable, transferable and royalty-free right and license in its rights in the NCIP Software,
including any copyright or patent rights therein, to (i) use, install, disclose, access, operate, execute, reproduce, copy, modify,
translate, market, publicly display, publicly perform, and prepare derivative works of the NCIP Software in any manner and for any
purpose, and to have or permit others to do so; (ii) make, have made, use, practice, sell, and offer for sale, import, and/or otherwise
dispose of NCIP Software (or portions thereof); (iii) distribute and have distributed to and by third parties the NCIP Software and
any modifications and derivative works thereof; and (iv) sublicense the foregoing rights set out in (i), (ii) and (iii) to third
parties, including the right to license such rights to further third parties. For sake of clarity, and not by way of limitation, NCIP
Participant shall have no right of accounting or right of payment from You or Your sub licensees for the rights granted under this
License. This License is granted at no charge to You. Your downloading, copying, modifying, displaying, distributing or use of NCIP
Software constitutes acceptance of all of the terms and conditions of this Agreement. If You do not agree to such terms and conditions,
You have no right to download, copy, modify, display, distribute or use the NCIP Software.
</p>
<ol>
<li>
Your redistributions of the source code for the NCIP Software must retain the above copyright notice, this list of conditions and
the disclaimer and limitation of liability of Article 6 below. Your redistributions in object code form must reproduce the above
copyright notice, this list of conditions and the disclaimer of Article 6 in the documentation and/or other materials provided with
the distribution, if any.
<li>
Your end-user documentation included with the redistribution, if any, must include the following acknowledgment: This product
includes software developed by ScenPro, Inc. If You do not include such end-user documentation, You shall include this
acknowledgment in the NCIP Software itself, wherever such third-party acknowledgments normally appear.
<li>
You may not use the names ScenPro, Inc., The National Cancer Institute, NCI, Cancer Bioinformatics Grid or NCIP to
endorse or promote products derived from this NCIP Software. This License does not authorize You to use any trademarks, service
marks, trade names, logos or product names of either NCIP Participant, NCI or NCIP, except as required to comply with the terms
of this License.
<li>
For sake of clarity, and not by way of limitation, You may incorporate this NCIP Software into Your proprietary programs and into
any third party proprietary programs. However, if You incorporate the NCIP Software into third party proprietary programs, You
agree that You are solely responsible for obtaining any permission from such third parties required to incorporate the NCIP
Software into such third party proprietary programs and for informing Your sub licensees, including without limitation Your
end-users, of their obligation to secure any required permissions from such third parties before incorporating the NCIP Software
into such third party proprietary software programs. In the event that You fail to obtain such permissions, You agree to indemnify
NCIP Participant for any claims against NCIP Participant by such third parties, except to the extent prohibited by law,
resulting from Your failure to obtain such permissions.
<li>
For sake of clarity, and not by way of limitation, You may add Your own copyright statement to Your modifications and to the
derivative works, and You may provide additional or different license terms and conditions in Your sublicenses of modifications of
the NCIP Software, or any derivative works of the NCIP Software as a whole, provided Your use, reproduction, and distribution of
the Work otherwise complies with the conditions stated in this License.
<li>
THIS NCIP SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES (INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE) ARE DISCLAIMED. IN NO EVENT SHALL THE ScenPro,
Inc. OR ITS AFFILIATES BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
WAY OUT OF THE USE OF THIS NCIP SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</ol>
</div>
</div>
</div>
</body>
</html>
| NCIP/cadsr-sentinel | software/Open_Source_Software_License_v2_20080107.html | HTML | bsd-3-clause | 8,565 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Wed Mar 02 16:46:02 EST 2011 -->
<TITLE>
Uses of Class gov.nih.nci.cabig.caaers.web.search.RoutineReportControllerTest
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class gov.nih.nci.cabig.caaers.web.search.RoutineReportControllerTest";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../gov/nih/nci/cabig/caaers/web/search/RoutineReportControllerTest.html" title="class in gov.nih.nci.cabig.caaers.web.search"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?gov/nih/nci/cabig/caaers/web/search/class-use/RoutineReportControllerTest.html" target="_top"><B>FRAMES</B></A>
<A HREF="RoutineReportControllerTest.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>gov.nih.nci.cabig.caaers.web.search.RoutineReportControllerTest</B></H2>
</CENTER>
No usage of gov.nih.nci.cabig.caaers.web.search.RoutineReportControllerTest
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../gov/nih/nci/cabig/caaers/web/search/RoutineReportControllerTest.html" title="class in gov.nih.nci.cabig.caaers.web.search"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?gov/nih/nci/cabig/caaers/web/search/class-use/RoutineReportControllerTest.html" target="_top"><B>FRAMES</B></A>
<A HREF="RoutineReportControllerTest.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| NCIP/caaers | caAERS/software/docs/gov/nih/nci/cabig/caaers/web/search/class-use/RoutineReportControllerTest.html | HTML | bsd-3-clause | 6,353 |
<!DOCTYPE html>
<!--
Copyright (c) 2013 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<link rel="stylesheet" href="/ui/extras/chrome/cc/picture_ops_chart_view.css">
<link rel="import" href="/ui/base/dom_helpers.html">
<script>
'use strict';
tr.exportTo('tr.ui.e.chrome.cc', function() {
var BAR_PADDING = 1;
var BAR_WIDTH = 5;
var CHART_PADDING_LEFT = 65;
var CHART_PADDING_RIGHT = 30;
var CHART_PADDING_BOTTOM = 35;
var CHART_PADDING_TOP = 20;
var AXIS_PADDING_LEFT = 55;
var AXIS_PADDING_RIGHT = 30;
var AXIS_PADDING_BOTTOM = 35;
var AXIS_PADDING_TOP = 20;
var AXIS_TICK_SIZE = 5;
var AXIS_LABEL_PADDING = 5;
var VERTICAL_TICKS = 5;
var HUE_CHAR_CODE_ADJUSTMENT = 5.7;
/**
* Provides a chart showing the cumulative time spent in Skia operations
* during picture rasterization.
*
* @constructor
*/
var PictureOpsChartView =
tr.ui.b.define('tr-ui-e-chrome-cc-picture-ops-chart-view');
PictureOpsChartView.prototype = {
__proto__: HTMLUnknownElement.prototype,
decorate: function() {
this.picture_ = undefined;
this.pictureOps_ = undefined;
this.opCosts_ = undefined;
this.chartScale_ = window.devicePixelRatio;
this.chart_ = document.createElement('canvas');
this.chartCtx_ = this.chart_.getContext('2d');
this.appendChild(this.chart_);
this.selectedOpIndex_ = undefined;
this.chartWidth_ = 0;
this.chartHeight_ = 0;
this.dimensionsHaveChanged_ = true;
this.currentBarMouseOverTarget_ = undefined;
this.ninetyFifthPercentileCost_ = 0;
this.totalOpCost_ = 0;
this.chart_.addEventListener('click', this.onClick_.bind(this));
this.chart_.addEventListener('mousemove', this.onMouseMove_.bind(this));
this.usePercentileScale_ = false;
this.usePercentileScaleCheckbox_ = tr.ui.b.createCheckBox(
this, 'usePercentileScale',
'PictureOpsChartView.usePercentileScale', false,
'Limit to 95%-ile');
this.usePercentileScaleCheckbox_.classList.add('use-percentile-scale');
this.appendChild(this.usePercentileScaleCheckbox_);
},
get dimensionsHaveChanged() {
return this.dimensionsHaveChanged_;
},
set dimensionsHaveChanged(dimensionsHaveChanged) {
this.dimensionsHaveChanged_ = dimensionsHaveChanged;
},
get usePercentileScale() {
return this.usePercentileScale_;
},
set usePercentileScale(usePercentileScale) {
this.usePercentileScale_ = usePercentileScale;
this.drawChartContents_();
},
get numOps() {
return this.opCosts_.length;
},
get selectedOpIndex() {
return this.selectedOpIndex_;
},
set selectedOpIndex(selectedOpIndex) {
if (selectedOpIndex < 0) throw new Error('Invalid index');
if (selectedOpIndex >= this.numOps) throw new Error('Invalid index');
this.selectedOpIndex_ = selectedOpIndex;
},
get picture() {
return this.picture_;
},
set picture(picture) {
this.picture_ = picture;
this.pictureOps_ = picture.tagOpsWithTimings(picture.getOps());
this.currentBarMouseOverTarget_ = undefined;
this.processPictureData_();
this.dimensionsHaveChanged = true;
},
processPictureData_: function() {
if (this.pictureOps_ === undefined)
return;
var totalOpCost = 0;
// Take a copy of the picture ops data for sorting.
this.opCosts_ = this.pictureOps_.map(function(op) {
totalOpCost += op.cmd_time;
return op.cmd_time;
});
this.opCosts_.sort();
var ninetyFifthPercentileCostIndex = Math.floor(
this.opCosts_.length * 0.95);
this.ninetyFifthPercentileCost_ =
this.opCosts_[ninetyFifthPercentileCostIndex];
this.maxCost_ = this.opCosts_[this.opCosts_.length - 1];
this.totalOpCost_ = totalOpCost;
},
extractBarIndex_: function(e) {
var index = undefined;
if (this.pictureOps_ === undefined ||
this.pictureOps_.length === 0)
return index;
var x = e.offsetX;
var y = e.offsetY;
var totalBarWidth = (BAR_WIDTH + BAR_PADDING) * this.pictureOps_.length;
var chartLeft = CHART_PADDING_LEFT;
var chartTop = 0;
var chartBottom = this.chartHeight_ - CHART_PADDING_BOTTOM;
var chartRight = chartLeft + totalBarWidth;
if (x < chartLeft || x > chartRight || y < chartTop || y > chartBottom)
return index;
index = Math.floor((x - chartLeft) / totalBarWidth *
this.pictureOps_.length);
index = tr.b.clamp(index, 0, this.pictureOps_.length - 1);
return index;
},
onClick_: function(e) {
var barClicked = this.extractBarIndex_(e);
if (barClicked === undefined)
return;
// If we click on the already selected item we should deselect.
if (barClicked === this.selectedOpIndex)
this.selectedOpIndex = undefined;
else
this.selectedOpIndex = barClicked;
e.preventDefault();
tr.b.dispatchSimpleEvent(this, 'selection-changed', false);
},
onMouseMove_: function(e) {
var lastBarMouseOverTarget = this.currentBarMouseOverTarget_;
this.currentBarMouseOverTarget_ = this.extractBarIndex_(e);
if (this.currentBarMouseOverTarget_ === lastBarMouseOverTarget)
return;
this.drawChartContents_();
},
scrollSelectedItemIntoViewIfNecessary: function() {
if (this.selectedOpIndex === undefined)
return;
var width = this.offsetWidth;
var left = this.scrollLeft;
var right = left + width;
var targetLeft = CHART_PADDING_LEFT +
(BAR_WIDTH + BAR_PADDING) * this.selectedOpIndex;
if (targetLeft > left && targetLeft < right)
return;
this.scrollLeft = (targetLeft - width * 0.5);
},
updateChartContents: function() {
if (this.dimensionsHaveChanged)
this.updateChartDimensions_();
this.drawChartContents_();
},
updateChartDimensions_: function() {
if (!this.pictureOps_)
return;
var width = CHART_PADDING_LEFT + CHART_PADDING_RIGHT +
((BAR_WIDTH + BAR_PADDING) * this.pictureOps_.length);
if (width < this.offsetWidth)
width = this.offsetWidth;
// Allow the element to be its natural size as set by flexbox, then lock
// the width in before we set the width of the canvas.
this.chartWidth_ = width;
this.chartHeight_ = this.getBoundingClientRect().height;
// Scale up the canvas according to the devicePixelRatio, then reduce it
// down again via CSS. Finally we apply a scale to the canvas so that
// things are drawn at the correct size.
this.chart_.width = this.chartWidth_ * this.chartScale_;
this.chart_.height = this.chartHeight_ * this.chartScale_;
this.chart_.style.width = this.chartWidth_ + 'px';
this.chart_.style.height = this.chartHeight_ + 'px';
this.chartCtx_.scale(this.chartScale_, this.chartScale_);
this.dimensionsHaveChanged = false;
},
drawChartContents_: function() {
this.clearChartContents_();
if (this.pictureOps_ === undefined ||
this.pictureOps_.length === 0 ||
this.pictureOps_[0].cmd_time === undefined) {
this.showNoTimingDataMessage_();
return;
}
this.drawSelection_();
this.drawBars_();
this.drawChartAxes_();
this.drawLinesAtTickMarks_();
this.drawLineAtBottomOfChart_();
if (this.currentBarMouseOverTarget_ === undefined)
return;
this.drawTooltip_();
},
drawSelection_: function() {
if (this.selectedOpIndex === undefined)
return;
var width = (BAR_WIDTH + BAR_PADDING) * this.selectedOpIndex;
this.chartCtx_.fillStyle = 'rgb(223, 235, 230)';
this.chartCtx_.fillRect(CHART_PADDING_LEFT, CHART_PADDING_TOP,
width, this.chartHeight_ - CHART_PADDING_TOP - CHART_PADDING_BOTTOM);
},
drawChartAxes_: function() {
var min = this.opCosts_[0];
var max = this.opCosts_[this.opCosts_.length - 1];
var height = this.chartHeight_ - AXIS_PADDING_TOP - AXIS_PADDING_BOTTOM;
var tickYInterval = height / (VERTICAL_TICKS - 1);
var tickYPosition = 0;
var tickValInterval = (max - min) / (VERTICAL_TICKS - 1);
var tickVal = 0;
this.chartCtx_.fillStyle = '#333';
this.chartCtx_.strokeStyle = '#777';
this.chartCtx_.save();
// Translate half a pixel to avoid blurry lines.
this.chartCtx_.translate(0.5, 0.5);
// Sides.
this.chartCtx_.beginPath();
this.chartCtx_.moveTo(AXIS_PADDING_LEFT, AXIS_PADDING_TOP);
this.chartCtx_.lineTo(AXIS_PADDING_LEFT, this.chartHeight_ -
AXIS_PADDING_BOTTOM);
this.chartCtx_.lineTo(this.chartWidth_ - AXIS_PADDING_RIGHT,
this.chartHeight_ - AXIS_PADDING_BOTTOM);
this.chartCtx_.stroke();
this.chartCtx_.closePath();
// Y-axis ticks.
this.chartCtx_.translate(AXIS_PADDING_LEFT, AXIS_PADDING_TOP);
this.chartCtx_.font = '10px Arial';
this.chartCtx_.textAlign = 'right';
this.chartCtx_.textBaseline = 'middle';
this.chartCtx_.beginPath();
for (var t = 0; t < VERTICAL_TICKS; t++) {
tickYPosition = Math.round(t * tickYInterval);
tickVal = (max - t * tickValInterval).toFixed(4);
this.chartCtx_.moveTo(0, tickYPosition);
this.chartCtx_.lineTo(-AXIS_TICK_SIZE, tickYPosition);
this.chartCtx_.fillText(tickVal,
-AXIS_TICK_SIZE - AXIS_LABEL_PADDING, tickYPosition);
}
this.chartCtx_.stroke();
this.chartCtx_.closePath();
this.chartCtx_.restore();
},
drawLinesAtTickMarks_: function() {
var height = this.chartHeight_ - AXIS_PADDING_TOP - AXIS_PADDING_BOTTOM;
var width = this.chartWidth_ - AXIS_PADDING_LEFT - AXIS_PADDING_RIGHT;
var tickYInterval = height / (VERTICAL_TICKS - 1);
var tickYPosition = 0;
this.chartCtx_.save();
this.chartCtx_.translate(AXIS_PADDING_LEFT + 0.5, AXIS_PADDING_TOP + 0.5);
this.chartCtx_.beginPath();
this.chartCtx_.strokeStyle = 'rgba(0,0,0,0.05)';
for (var t = 0; t < VERTICAL_TICKS; t++) {
tickYPosition = Math.round(t * tickYInterval);
this.chartCtx_.moveTo(0, tickYPosition);
this.chartCtx_.lineTo(width, tickYPosition);
this.chartCtx_.stroke();
}
this.chartCtx_.restore();
this.chartCtx_.closePath();
},
drawLineAtBottomOfChart_: function() {
this.chartCtx_.strokeStyle = '#AAA';
this.chartCtx_.beginPath();
this.chartCtx_.moveTo(0, this.chartHeight_ - 0.5);
this.chartCtx_.lineTo(this.chartWidth_, this.chartHeight_ - 0.5);
this.chartCtx_.stroke();
this.chartCtx_.closePath();
},
drawTooltip_: function() {
var tooltipData = this.pictureOps_[this.currentBarMouseOverTarget_];
var tooltipTitle = tooltipData.cmd_string;
var tooltipTime = tooltipData.cmd_time.toFixed(4);
var toolTipTimePercentage =
((tooltipData.cmd_time / this.totalOpCost_) * 100).toFixed(2);
var tooltipWidth = 120;
var tooltipHeight = 40;
var chartInnerWidth = this.chartWidth_ - CHART_PADDING_RIGHT -
CHART_PADDING_LEFT;
var barWidth = BAR_WIDTH + BAR_PADDING;
var tooltipOffset = Math.round((tooltipWidth - barWidth) * 0.5);
var left = CHART_PADDING_LEFT + this.currentBarMouseOverTarget_ *
barWidth - tooltipOffset;
var top = Math.round((this.chartHeight_ - tooltipHeight) * 0.5);
this.chartCtx_.save();
this.chartCtx_.shadowOffsetX = 0;
this.chartCtx_.shadowOffsetY = 5;
this.chartCtx_.shadowBlur = 4;
this.chartCtx_.shadowColor = 'rgba(0,0,0,0.4)';
this.chartCtx_.strokeStyle = '#888';
this.chartCtx_.fillStyle = '#EEE';
this.chartCtx_.fillRect(left, top, tooltipWidth, tooltipHeight);
this.chartCtx_.shadowColor = 'transparent';
this.chartCtx_.translate(0.5, 0.5);
this.chartCtx_.strokeRect(left, top, tooltipWidth, tooltipHeight);
this.chartCtx_.restore();
this.chartCtx_.fillStyle = '#222';
this.chartCtx_.textAlign = 'left';
this.chartCtx_.textBaseline = 'top';
this.chartCtx_.font = '800 12px Arial';
this.chartCtx_.fillText(tooltipTitle, left + 8, top + 8);
this.chartCtx_.fillStyle = '#555';
this.chartCtx_.font = '400 italic 10px Arial';
this.chartCtx_.fillText(tooltipTime + 'ms (' +
toolTipTimePercentage + '%)', left + 8, top + 22);
},
drawBars_: function() {
var op;
var opColor = 0;
var opHeight = 0;
var opWidth = BAR_WIDTH + BAR_PADDING;
var opHover = false;
var bottom = this.chartHeight_ - CHART_PADDING_BOTTOM;
var maxHeight = this.chartHeight_ - CHART_PADDING_BOTTOM -
CHART_PADDING_TOP;
var maxValue;
if (this.usePercentileScale)
maxValue = this.ninetyFifthPercentileCost_;
else
maxValue = this.maxCost_;
for (var b = 0; b < this.pictureOps_.length; b++) {
op = this.pictureOps_[b];
opHeight = Math.round(
(op.cmd_time / maxValue) * maxHeight);
opHeight = Math.max(opHeight, 1);
opHover = (b === this.currentBarMouseOverTarget_);
opColor = this.getOpColor_(op.cmd_string, opHover);
if (b === this.selectedOpIndex)
this.chartCtx_.fillStyle = '#FFFF00';
else
this.chartCtx_.fillStyle = opColor;
this.chartCtx_.fillRect(CHART_PADDING_LEFT + b * opWidth,
bottom - opHeight, BAR_WIDTH, opHeight);
}
},
getOpColor_: function(opName, hover) {
var characters = opName.split('');
var hue = characters.reduce(this.reduceNameToHue, 0) % 360;
var saturation = 30;
var lightness = hover ? '75%' : '50%';
return 'hsl(' + hue + ', ' + saturation + '%, ' + lightness + '%)';
},
reduceNameToHue: function(previousValue, currentValue, index, array) {
// Get the char code and apply a magic adjustment value so we get
// pretty colors from around the rainbow.
return Math.round(previousValue + currentValue.charCodeAt(0) *
HUE_CHAR_CODE_ADJUSTMENT);
},
clearChartContents_: function() {
this.chartCtx_.clearRect(0, 0, this.chartWidth_, this.chartHeight_);
},
showNoTimingDataMessage_: function() {
this.chartCtx_.font = '800 italic 14px Arial';
this.chartCtx_.fillStyle = '#333';
this.chartCtx_.textAlign = 'center';
this.chartCtx_.textBaseline = 'middle';
this.chartCtx_.fillText('No timing data available.',
this.chartWidth_ * 0.5, this.chartHeight_ * 0.5);
}
};
return {
PictureOpsChartView: PictureOpsChartView
};
});
</script>
| dstockwell/catapult | tracing/tracing/ui/extras/chrome/cc/picture_ops_chart_view.html | HTML | bsd-3-clause | 15,086 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Tue Mar 25 16:35:19 PDT 2014 -->
<TITLE>
SnakkAdPrompt (Snakk! Android SDK)
</TITLE>
<META NAME="date" CONTENT="2014-03-25">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SnakkAdPrompt (Snakk! Android SDK)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV CLASS
<A HREF="../../../com/snakk/advertising/SnakkAdPrompt.SnakkAdPromptListener.html" title="interface in com.snakk.advertising"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?com/snakk/advertising/SnakkAdPrompt.html" target="_top"><B>FRAMES</B></A>
<A HREF="SnakkAdPrompt.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.snakk.advertising</FONT>
<BR>
Interface SnakkAdPrompt</H2>
<HR>
<DL>
<DT><PRE>public interface <B>SnakkAdPrompt</B></DL>
</PRE>
<P>
AdPrompts are a simple ad unit designed to have a native feel.
The user is given the option to download an app, and if they accept,
they are taken to the app within the app marketplace.
<h3>Simple example:</h3>
<pre>
SnakkAdPrompt adPrompt = SnakkAdvertising.getAdPromptForZone(context, "YOUR_ZONE_ID");
adPrompt.show(); // AdPrompt is loaded and shown asynchronously
</pre>
Instances of SnakkAdPrompt are not safe for use by multiple threads.
<P>
<P>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<A NAME="nested_class_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Nested Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static interface</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/snakk/advertising/SnakkAdPrompt.SnakkAdPromptListener.html" title="interface in com.snakk.advertising">SnakkAdPrompt.SnakkAdPromptListener</A></B></CODE>
<BR>
Implement this interface to be notified of AdPrompt lifecycle changes.</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../com/snakk/advertising/SnakkAdPrompt.SnakkAdPromptListener.html" title="interface in com.snakk.advertising">SnakkAdPrompt.SnakkAdPromptListener</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/snakk/advertising/SnakkAdPrompt.html#getListener()">getListener</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/snakk/advertising/SnakkAdPrompt.html#isLoaded()">isLoaded</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/snakk/advertising/SnakkAdPrompt.html#load()">load</A></B>()</CODE>
<BR>
Fire off an asynchronous request to server for an AdPrompt.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/snakk/advertising/SnakkAdPrompt.html#setListener(com.snakk.advertising.SnakkAdPrompt.SnakkAdPromptListener)">setListener</A></B>(<A HREF="../../../com/snakk/advertising/SnakkAdPrompt.SnakkAdPromptListener.html" title="interface in com.snakk.advertising">SnakkAdPrompt.SnakkAdPromptListener</A> adPromptListener)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/snakk/advertising/SnakkAdPrompt.html#show()">show</A></B>()</CODE>
<BR>
Display AdPrompt to user.</TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getListener()"><!-- --></A><H3>
getListener</H3>
<PRE>
<A HREF="../../../com/snakk/advertising/SnakkAdPrompt.SnakkAdPromptListener.html" title="interface in com.snakk.advertising">SnakkAdPrompt.SnakkAdPromptListener</A> <B>getListener</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>the listener instance that will be notified of ad lifecycle events</DL>
</DD>
</DL>
<HR>
<A NAME="setListener(com.snakk.advertising.SnakkAdPrompt.SnakkAdPromptListener)"><!-- --></A><H3>
setListener</H3>
<PRE>
void <B>setListener</B>(<A HREF="../../../com/snakk/advertising/SnakkAdPrompt.SnakkAdPromptListener.html" title="interface in com.snakk.advertising">SnakkAdPrompt.SnakkAdPromptListener</A> adPromptListener)</PRE>
<DL>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>adPromptListener</CODE> - the listener instance that will be notified
of ad lifecycle events</DL>
</DD>
</DL>
<HR>
<A NAME="isLoaded()"><!-- --></A><H3>
isLoaded</H3>
<PRE>
boolean <B>isLoaded</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>true if ad is ready for display onscreen, false otherwise</DL>
</DD>
</DL>
<HR>
<A NAME="load()"><!-- --></A><H3>
load</H3>
<PRE>
void <B>load</B>()</PRE>
<DL>
<DD>Fire off an asynchronous request to server for an AdPrompt.
Use <A HREF="../../../com/snakk/advertising/SnakkAdPrompt.SnakkAdPromptListener.html" title="interface in com.snakk.advertising"><CODE>SnakkAdPrompt.SnakkAdPromptListener</CODE></A> or <A HREF="../../../com/snakk/advertising/SnakkAdPrompt.html#isLoaded()"><CODE>isLoaded()</CODE></A> to determine when
AdPrompt is loaded.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="show()"><!-- --></A><H3>
show</H3>
<PRE>
void <B>show</B>()</PRE>
<DL>
<DD>Display AdPrompt to user. If AdPrompt is not loaded, <A HREF="../../../com/snakk/advertising/SnakkAdPrompt.html#load()"><CODE>load()</CODE></A>
will be called and the AdPrompt will be loaded and shown asynchronously.
Use <A HREF="../../../com/snakk/advertising/SnakkAdPrompt.SnakkAdPromptListener.html" title="interface in com.snakk.advertising"><CODE>SnakkAdPrompt.SnakkAdPromptListener</CODE></A> or <A HREF="../../../com/snakk/advertising/SnakkAdPrompt.html#isLoaded()"><CODE>isLoaded()</CODE></A> to determine when
AdPrompt is loaded.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV CLASS
<A HREF="../../../com/snakk/advertising/SnakkAdPrompt.SnakkAdPromptListener.html" title="interface in com.snakk.advertising"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?com/snakk/advertising/SnakkAdPrompt.html" target="_top"><B>FRAMES</B></A>
<A HREF="SnakkAdPrompt.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| SnakkAds/snakk-ads-android-sample-app | src/sdk/build/javadoc/com/snakk/advertising/SnakkAdPrompt.html | HTML | bsd-3-clause | 12,752 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-1 (1.68)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>11.1 G80 </TITLE>
<META NAME="description" CONTENT="11.1 G80 ">
<META NAME="keywords" CONTENT="Handbook">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="Handbook.css">
<LINK REL="next" HREF="node69.html">
<LINK REL="previous" HREF="node66.html">
<LINK REL="up" HREF="node66.html">
<LINK REL="next" HREF="node69.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html1354"
HREF="node69.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.gif"></A>
<A NAME="tex2html1348"
HREF="node66.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.gif"></A>
<A NAME="tex2html1342"
HREF="node67.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.gif"></A>
<A NAME="tex2html1350"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.gif"></A>
<A NAME="tex2html1352"
HREF="node140.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.gif"></A>
<BR>
<B> Next:</B> <A NAME="tex2html1355"
HREF="node69.html">11.2 G81 Cycle</A>
<B> Up:</B> <A NAME="tex2html1349"
HREF="node66.html">11. Canned Cycles</A>
<B> Previous:</B> <A NAME="tex2html1343"
HREF="node67.html">11.0.1 Preliminary Motion</A>
<B> <A NAME="tex2html1351"
HREF="node1.html">Contents</A></B>
<B> <A NAME="tex2html1353"
HREF="node140.html">Index</A></B>
<BR>
<BR>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION04210000000000000000">
11.1 G80 </A>
</H1>
<P>
G80<A NAME="2247"></A> turns off all motion. You should think of it as the
off position on a rotary switch where the other positions are the
different possible motion modes. In the EMC interpreter, G80 is one
of the modal codes so any other code will replace it. The result of
the following lines of code is the same.
<P>
<TT><FONT SIZE="-2">N1000 G90 G81 X1 Y1 Z1.5 R2.8 (absolute distance
canned cycle)</FONT></TT>
<BR><TT><FONT SIZE="-2">N1001 G80 (turn off canned cycle motion)</FONT></TT>
<BR><TT><FONT SIZE="-2">N1002 G0 X0 Y0 Z0 (turn on rapid traverse and
move to coordinate home)</FONT></TT>
<P>
<P>
produces the same final position and machine state as
<P>
<TT><FONT SIZE="-2">N1000 G90 G81 X1 Y1 Z1.5 R2.8 (absolute distance
canned cycle) </FONT></TT>
<BR><TT><FONT SIZE="-2">N1001 G0 X0 Y0 Z0 (turn on rapid traverse and
move to coordinate home)</FONT></TT>
<P>
<P>
The advantage of the first set is that, the G80 line clearly turns
off the G81 canned cycle. With the first set of blocks, the programmer
must turn motion back on with G0, as is done in the next line, or
any other motion mode G word.
<P>
Example 1 - Use of a canned cycle as a modal motion code
<P>
If a canned cycle is not turned off with G80 or another motion word,
the canned cycle will attempt to repeat itself using the next block
of code that contains an X, Y, or Z word. The following file drills
(G81) a set of eight holes as shown. (note the z position change after
the first four holes.)
<P>
<TABLE WIDTH="0%">
<TR><TD>
<TT><FONT SIZE="-2">N100 G90 G0 X0 Y0 Z0 (coordinate
home) </FONT></TT>
<BR><TT><FONT SIZE="-2">N110 G1 X0 G4 P0.1 </FONT></TT>
<BR><TT><FONT SIZE="-2">N120 G81 X1 Y0 Z0 R1 (canned drill cycle) </FONT></TT>
<BR><TT><FONT SIZE="-2">N130 X2 </FONT></TT>
<P>
<P>
<TT><FONT SIZE="-2">N140 X3 </FONT></TT>
<BR><TT><FONT SIZE="-2">N150 X4 </FONT></TT>
<BR><TT><FONT SIZE="-2">N160 Y1 Z0.5 </FONT></TT>
<BR><TT><FONT SIZE="-2">N170 X3 </FONT></TT>
<BR><TT><FONT SIZE="-2">N180 X2 </FONT></TT>
<BR><TT><FONT SIZE="-2">N190 X1 </FONT></TT>
<BR><TT><FONT SIZE="-2">N200 G80 (turn off canned cycle) </FONT></TT>
<BR><TT><FONT SIZE="-2">N210 G0 X0 (rapid home moves) </FONT></TT>
<BR><TT><FONT SIZE="-2">N220 Y0 </FONT></TT>
<BR><TT><FONT SIZE="-2">N220 Z0 </FONT></TT>
<BR><TT><FONT SIZE="-2">N220 M2 (program end)</FONT></TT>
<P>
<P>
</TD></TR>
</TABLE>
<TABLE WIDTH="0%">
<TR><TD>
<BR>
<BR>
<!-- MATH
$\resizebox*{2.5in}{!}{\includegraphics{/usr/share/lyx/EMC_images/G81mult.eps}}$
-->
<IMG
WIDTH="288" HEIGHT="226" ALIGN="BOTTOM" BORDER="0"
SRC="img15.gif"
ALT="\resizebox*{2.5in}{!}{\includegraphics{/usr/share/lyx/EMC_images/G81mult.eps}}">
<BR>
<BR>
<P>
</TD></TR>
</TABLE>
<P>
<BR>
<P>
The use of G80 in line n200 is optional because the G0 on the next
line will turn off the G81 cycle. But using the G80. as example 1
shows, will provide for an easily readable canned cycle. Without it,
it is not so obvious that all of the blocks between N120 and N200
belong to the canned cycle.
<P>
If you use G80 and do not set another modal motion code soon after,
you may get one of the following error messages.
<P>
<BLOCKQUOTE>
<TT><FONT SIZE="-1">Cannot use axis commands with G80</FONT></TT>
<BR><TT><FONT SIZE="-1">Coordinate setting given with G80</FONT></TT></BLOCKQUOTE>
<P>
<BLOCKQUOTE>
</BLOCKQUOTE>
These should serve as a reminder that you need to write in a new motion
word.
<P>
<HR>
<!--Navigation Panel-->
<A NAME="tex2html1354"
HREF="node69.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.gif"></A>
<A NAME="tex2html1348"
HREF="node66.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.gif"></A>
<A NAME="tex2html1342"
HREF="node67.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.gif"></A>
<A NAME="tex2html1350"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.gif"></A>
<A NAME="tex2html1352"
HREF="node140.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.gif"></A>
<BR>
<B> Next:</B> <A NAME="tex2html1355"
HREF="node69.html">11.2 G81 Cycle</A>
<B> Up:</B> <A NAME="tex2html1349"
HREF="node66.html">11. Canned Cycles</A>
<B> Previous:</B> <A NAME="tex2html1343"
HREF="node67.html">11.0.1 Preliminary Motion</A>
<B> <A NAME="tex2html1351"
HREF="node1.html">Contents</A></B>
<B> <A NAME="tex2html1353"
HREF="node140.html">Index</A></B>
<!--End of Navigation Panel-->
<ADDRESS>
root
2003-05-26
</ADDRESS>
</BODY>
</HTML>
| meantaipan/KMotionX | KMotion/Help/GCodeScreen/EMC_Handbook/node68.html | HTML | bsd-3-clause | 7,055 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.discrete.discrete_model.LogitResults.llf — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/stylesheets/deprecation.css">
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/material.css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.discrete.discrete_model.LogitResults.llnull" href="statsmodels.discrete.discrete_model.LogitResults.llnull.html" />
<link rel="prev" title="statsmodels.discrete.discrete_model.LogitResults.fittedvalues" href="statsmodels.discrete.discrete_model.LogitResults.fittedvalues.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.discrete.discrete_model.LogitResults.llf" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.13.2</span>
<span class="md-header-nav__topic"> statsmodels.discrete.discrete_model.LogitResults.llf </span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" action="../search.html" method="get" name="search">
<input type="text" class="md-search__input" name="q" placeholder="Search"
autocapitalize="off" autocomplete="off" spellcheck="false"
data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
<script src="../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../../versions-v2.json",
target_loc = "../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li>
<li class="md-tabs__item"><a href="../discretemod.html" class="md-tabs__link">Regression with Discrete Dependent Variable</a></li>
<li class="md-tabs__item"><a href="statsmodels.discrete.discrete_model.LogitResults.html" class="md-tabs__link">statsmodels.discrete.discrete_model.LogitResults</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.13.2</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../regression.html" class="md-nav__link">Linear Regression</a>
</li>
<li class="md-nav__item">
<a href="../glm.html" class="md-nav__link">Generalized Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../gee.html" class="md-nav__link">Generalized Estimating Equations</a>
</li>
<li class="md-nav__item">
<a href="../gam.html" class="md-nav__link">Generalized Additive Models (GAM)</a>
</li>
<li class="md-nav__item">
<a href="../rlm.html" class="md-nav__link">Robust Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../mixed_linear.html" class="md-nav__link">Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../discretemod.html" class="md-nav__link">Regression with Discrete Dependent Variable</a>
</li>
<li class="md-nav__item">
<a href="../mixed_glm.html" class="md-nav__link">Generalized Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../anova.html" class="md-nav__link">ANOVA</a>
</li>
<li class="md-nav__item">
<a href="../other_models.html" class="md-nav__link">Other Models <code class="xref py py-mod docutils literal notranslate"><span class="pre">othermod</span></code></a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.discrete.discrete_model.LogitResults.llf.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<section id="statsmodels-discrete-discrete-model-logitresults-llf">
<h1 id="generated-statsmodels-discrete-discrete-model-logitresults-llf--page-root">statsmodels.discrete.discrete_model.LogitResults.llf<a class="headerlink" href="#generated-statsmodels-discrete-discrete-model-logitresults-llf--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py attribute">
<dt class="sig sig-object py" id="statsmodels.discrete.discrete_model.LogitResults.llf">
<span class="sig-prename descclassname"><span class="pre">LogitResults.</span></span><span class="sig-name descname"><span class="pre">llf</span></span><a class="headerlink" href="#statsmodels.discrete.discrete_model.LogitResults.llf" title="Permalink to this definition">¶</a></dt>
<dd><p>Log-likelihood of model</p>
</dd></dl>
</section>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.discrete.discrete_model.LogitResults.fittedvalues.html" title="statsmodels.discrete.discrete_model.LogitResults.fittedvalues"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.discrete.discrete_model.LogitResults.fittedvalues </span>
</div>
</a>
<a href="statsmodels.discrete.discrete_model.LogitResults.llnull.html" title="statsmodels.discrete.discrete_model.LogitResults.llnull"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.discrete.discrete_model.LogitResults.llnull </span>
</div>
<div class="md-flex__cell md-flex__cell--shrink"><i
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
© Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
</div>
Last updated on
Feb 08, 2022.
<br/>
Created using
<a href="http://www.sphinx-doc.org/">Sphinx</a> 4.4.0.
and
<a href="https://github.com/bashtage/sphinx-material/">Material for
Sphinx</a>
</div>
</div>
</div>
</footer>
<script src="../_static/javascripts/application.js"></script>
<script>app.initialize({version: "1.0.4", url: {base: ".."}})</script>
</body>
</html> | statsmodels/statsmodels.github.io | v0.13.2/generated/statsmodels.discrete.discrete_model.LogitResults.llf.html | HTML | bsd-3-clause | 18,420 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.test_serial_correlation — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/stylesheets/deprecation.css">
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/material.css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.wald_test" href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.wald_test.html" />
<link rel="prev" title="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.test_normality" href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.test_normality.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.test_serial_correlation" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.13.2</span>
<span class="md-header-nav__topic"> statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.test_serial_correlation </span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" action="../search.html" method="get" name="search">
<input type="text" class="md-search__input" name="q" placeholder="Search"
autocapitalize="off" autocomplete="off" spellcheck="false"
data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
<script src="../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../../versions-v2.json",
target_loc = "../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li>
<li class="md-tabs__item"><a href="../statespace.html" class="md-tabs__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a></li>
<li class="md-tabs__item"><a href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.html" class="md-tabs__link">statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.13.2</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../tsa.html" class="md-nav__link">Time Series analysis <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa</span></code></a>
</li>
<li class="md-nav__item">
<a href="../statespace.html" class="md-nav__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a>
</li>
<li class="md-nav__item">
<a href="../vector_ar.html" class="md-nav__link">Vector Autoregressions <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa.vector_ar</span></code></a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.test_serial_correlation.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<section id="statsmodels-tsa-statespace-dynamic-factor-mq-dynamicfactormqresults-test-serial-correlation">
<h1 id="generated-statsmodels-tsa-statespace-dynamic-factor-mq-dynamicfactormqresults-test-serial-correlation--page-root">statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.test_serial_correlation<a class="headerlink" href="#generated-statsmodels-tsa-statespace-dynamic-factor-mq-dynamicfactormqresults-test-serial-correlation--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="py method">
<dt class="sig sig-object py" id="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.test_serial_correlation">
<span class="sig-prename descclassname"><span class="pre">DynamicFactorMQResults.</span></span><span class="sig-name descname"><span class="pre">test_serial_correlation</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">method</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">df_adjust</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">False</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">lags</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.test_serial_correlation" title="Permalink to this definition">¶</a></dt>
<dd><p>Ljung-Box test for no serial correlation of standardized residuals</p>
<p>Null hypothesis is no serial correlation.</p>
<dl class="field-list">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><dl>
<dt><strong>method</strong><span class="classifier">{‘ljungbox’,’boxpierece’, <a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.10)"><code class="docutils literal notranslate"><span class="pre">None</span></code></a>}</span></dt><dd><p>The statistical test for serial correlation. If None, an attempt is
made to select an appropriate test.</p>
</dd>
<dt><strong>lags</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.10)"><code class="docutils literal notranslate"><span class="pre">None</span></code></a>, <a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.10)"><code class="docutils literal notranslate"><span class="pre">int</span></code></a> or <a class="reference external" href="https://numpy.org/doc/stable/glossary.html#term-array_like" title="(in NumPy v1.22)"><span>array_like</span></a></span></dt><dd><p>If lags is an integer then this is taken to be the largest lag
that is included, the test result is reported for all smaller lag
length.
If lags is a list or array, then all lags are included up to the
largest lag in the list, however only the tests for the lags in the
list are reported.
If lags is None, then the default maxlag is 12*(nobs/100)^{1/4}.
After 0.12 the default maxlag will change to min(10, nobs // 5) for
non-seasonal models and min(2*m, nobs // 5) for seasonal time
series where m is the seasonal period.</p>
</dd>
<dt><strong>df_adjust</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#bltin-boolean-values" title="(in Python v3.10)"><span class="xref std std-ref">bool</span></a>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">optional</span></code></span></dt><dd><p>If True, the degrees of freedom consumed by the model is subtracted
from the degrees-of-freedom used in the test so that the adjusted
dof for the statistics are lags - model_df. In an ARMA model, this
value is usually p+q where p is the AR order and q is the MA order.
When using df_adjust, it is not possible to use tests based on
fewer than model_df lags.</p>
</dd>
<dt><strong>Returns</strong></dt><dd></dd>
<dt><strong>——-</strong></dt><dd></dd>
<dt><strong>output</strong><span class="classifier"><a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.22)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ndarray</span></code></a></span></dt><dd><p>An array with <cite>(test_statistic, pvalue)</cite> for each endogenous
variable and each lag. The array is then sized
<cite>(k_endog, 2, lags)</cite>. If the method is called as
<cite>ljungbox = res.test_serial_correlation()</cite>, then <cite>ljungbox[i]</cite>
holds the results of the Ljung-Box test (as would be returned by
<cite>statsmodels.stats.diagnostic.acorr_ljungbox</cite>) for the <cite>i</cite> th
endogenous variable.</p>
</dd>
</dl>
</dd>
</dl>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<dl class="simple">
<dt><a class="reference internal" href="statsmodels.stats.diagnostic.acorr_ljungbox.html#statsmodels.stats.diagnostic.acorr_ljungbox" title="statsmodels.stats.diagnostic.acorr_ljungbox"><code class="xref py py-obj docutils literal notranslate"><span class="pre">statsmodels.stats.diagnostic.acorr_ljungbox</span></code></a></dt><dd><p>Ljung-Box test for serial correlation.</p>
</dd>
</dl>
</div>
<p class="rubric">Notes</p>
<p>Let <cite>d</cite> = max(loglikelihood_burn, nobs_diffuse); this test is
calculated ignoring the first <cite>d</cite> residuals.</p>
<p>Output is nan for any endogenous variable which has missing values.</p>
</dd></dl>
</section>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.test_normality.html" title="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.test_normality"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.test_normality </span>
</div>
</a>
<a href="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.wald_test.html" title="statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.wald_test"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.wald_test </span>
</div>
<div class="md-flex__cell md-flex__cell--shrink"><i
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
© Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
</div>
Last updated on
Feb 08, 2022.
<br/>
Created using
<a href="http://www.sphinx-doc.org/">Sphinx</a> 4.4.0.
and
<a href="https://github.com/bashtage/sphinx-material/">Material for
Sphinx</a>
</div>
</div>
</div>
</footer>
<script src="../_static/javascripts/application.js"></script>
<script>app.initialize({version: "1.0.4", url: {base: ".."}})</script>
</body>
</html> | statsmodels/statsmodels.github.io | v0.13.2/generated/statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQResults.test_serial_correlation.html | HTML | bsd-3-clause | 22,990 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_43) on Tue Aug 06 14:46:47 EDT 2013 -->
<TITLE>
gov.nih.nci.system.query.nestedcriteria (caCORE SDK 4.5 API Documentation)
</TITLE>
<META NAME="date" CONTENT="2013-08-06">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="gov.nih.nci.system.query.nestedcriteria (caCORE SDK 4.5 API Documentation)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../gov/nih/nci/system/query/hql/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../../gov/nih/nci/system/security/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?gov/nih/nci/system/query/nestedcriteria/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package gov.nih.nci.system.query.nestedcriteria
</H2>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../gov/nih/nci/system/query/nestedcriteria/NestedCriteria.html" title="class in gov.nih.nci.system.query.nestedcriteria">NestedCriteria</A></B></TD>
<TD>This class holds the nested criteria in the linked list format</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../gov/nih/nci/system/query/nestedcriteria/NestedCriteriaPath.html" title="class in gov.nih.nci.system.query.nestedcriteria">NestedCriteriaPath</A></B></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<DL>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../gov/nih/nci/system/query/hql/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../../gov/nih/nci/system/security/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?gov/nih/nci/system/query/nestedcriteria/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
This API was generated by the caCORE Software Development Kit (SDK)
</BODY>
</HTML>
| NCIP/cadsr-objectcart | objectCart/software/src/web/docs/system/gov/nih/nci/system/query/nestedcriteria/package-summary.html | HTML | bsd-3-clause | 7,093 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Data.String</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body id="mini"><div id="module-header"><p class="caption">Data.String</p></div><div id="interface"><div class="top"><p class="src"><span class="keyword">type</span> <a href="Data-String.html#t:String" target="main">String</a></p></div><div class="top"><p class="src"><span class="keyword">class</span> <a href="Data-String.html#t:IsString" target="main">IsString</a> a</p></div><h1>Functions on strings</h1><div class="top"><p class="src"><a href="Data-String.html#v:lines" target="main">lines</a></p></div><div class="top"><p class="src"><a href="Data-String.html#v:words" target="main">words</a></p></div><div class="top"><p class="src"><a href="Data-String.html#v:unlines" target="main">unlines</a></p></div><div class="top"><p class="src"><a href="Data-String.html#v:unwords" target="main">unwords</a></p></div></div></body></html> | nmattia/halytics | docs/base-4.8.2.0/mini_Data-String.html | HTML | bsd-3-clause | 1,343 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0) on Wed Apr 05 01:58:42 EDT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package org.owasp.appsensor.rpc.thrift.generated (appsensor-parent 2.3.2 API)</title>
<meta name="date" content="2017-04-05">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package org.owasp.appsensor.rpc.thrift.generated (appsensor-parent 2.3.2 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="header">
<h1 title="Uses of Package org.owasp.appsensor.rpc.thrift.generated" class="title">Uses of Package<br>org.owasp.appsensor.rpc.thrift.generated</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/package-summary.html">org.owasp.appsensor.rpc.thrift.generated</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.owasp.appsensor.rpc.thrift">org.owasp.appsensor.rpc.thrift</a></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.owasp.appsensor.rpc.thrift.generated">org.owasp.appsensor.rpc.thrift.generated</a></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.owasp.appsensor.rpc.thrift">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/package-summary.html">org.owasp.appsensor.rpc.thrift.generated</a> used by <a href="../../../../../../org/owasp/appsensor/rpc/thrift/package-summary.html">org.owasp.appsensor.rpc.thrift</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.Iface.html#org.owasp.appsensor.rpc.thrift">AppSensorApi.Iface</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/Attack.html#org.owasp.appsensor.rpc.thrift">Attack</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/Event.html#org.owasp.appsensor.rpc.thrift">Event</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/NotAuthenticatedException.html#org.owasp.appsensor.rpc.thrift">NotAuthenticatedException</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/NotAuthorizedException.html#org.owasp.appsensor.rpc.thrift">NotAuthorizedException</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/Response.html#org.owasp.appsensor.rpc.thrift">Response</a></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.owasp.appsensor.rpc.thrift.generated">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/package-summary.html">org.owasp.appsensor.rpc.thrift.generated</a> used by <a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/package-summary.html">org.owasp.appsensor.rpc.thrift.generated</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.addAttack_args.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.addAttack_args</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.addAttack_args._Fields.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.addAttack_args._Fields</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.addAttack_result.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.addAttack_result</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.addAttack_result._Fields.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.addAttack_result._Fields</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.addEvent_args.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.addEvent_args</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.addEvent_args._Fields.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.addEvent_args._Fields</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.addEvent_result.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.addEvent_result</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.addEvent_result._Fields.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.addEvent_result._Fields</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.AsyncClient.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.AsyncClient</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.AsyncClient.addAttack_call.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.AsyncClient.addAttack_call</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.AsyncClient.addEvent_call.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.AsyncClient.addEvent_call</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.AsyncClient.getResponses_call.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.AsyncClient.getResponses_call</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.AsyncIface.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.AsyncIface</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.Client.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.Client</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.getResponses_args.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.getResponses_args</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.getResponses_args._Fields.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.getResponses_args._Fields</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.getResponses_result.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.getResponses_result</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.getResponses_result._Fields.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.getResponses_result._Fields</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.Iface.html#org.owasp.appsensor.rpc.thrift.generated">AppSensorApi.Iface</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/Attack.html#org.owasp.appsensor.rpc.thrift.generated">Attack</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/Attack._Fields.html#org.owasp.appsensor.rpc.thrift.generated">Attack._Fields</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/DetectionPoint.html#org.owasp.appsensor.rpc.thrift.generated">DetectionPoint</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/DetectionPoint._Fields.html#org.owasp.appsensor.rpc.thrift.generated">DetectionPoint._Fields</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/DetectionSystem.html#org.owasp.appsensor.rpc.thrift.generated">DetectionSystem</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/DetectionSystem._Fields.html#org.owasp.appsensor.rpc.thrift.generated">DetectionSystem._Fields</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/Event.html#org.owasp.appsensor.rpc.thrift.generated">Event</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/Event._Fields.html#org.owasp.appsensor.rpc.thrift.generated">Event._Fields</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/GeoLocation.html#org.owasp.appsensor.rpc.thrift.generated">GeoLocation</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/GeoLocation._Fields.html#org.owasp.appsensor.rpc.thrift.generated">GeoLocation._Fields</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/Interval.html#org.owasp.appsensor.rpc.thrift.generated">Interval</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/Interval._Fields.html#org.owasp.appsensor.rpc.thrift.generated">Interval._Fields</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/IPAddress.html#org.owasp.appsensor.rpc.thrift.generated">IPAddress</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/IPAddress._Fields.html#org.owasp.appsensor.rpc.thrift.generated">IPAddress._Fields</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/NotAuthenticatedException.html#org.owasp.appsensor.rpc.thrift.generated">NotAuthenticatedException</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/NotAuthenticatedException._Fields.html#org.owasp.appsensor.rpc.thrift.generated">NotAuthenticatedException._Fields</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/NotAuthorizedException.html#org.owasp.appsensor.rpc.thrift.generated">NotAuthorizedException</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/NotAuthorizedException._Fields.html#org.owasp.appsensor.rpc.thrift.generated">NotAuthorizedException._Fields</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/Resource.html#org.owasp.appsensor.rpc.thrift.generated">Resource</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/Resource._Fields.html#org.owasp.appsensor.rpc.thrift.generated">Resource._Fields</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/Response.html#org.owasp.appsensor.rpc.thrift.generated">Response</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/Response._Fields.html#org.owasp.appsensor.rpc.thrift.generated">Response._Fields</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/Threshold.html#org.owasp.appsensor.rpc.thrift.generated">Threshold</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/Threshold._Fields.html#org.owasp.appsensor.rpc.thrift.generated">Threshold._Fields</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/User.html#org.owasp.appsensor.rpc.thrift.generated">User</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/owasp/appsensor/rpc/thrift/generated/class-use/User._Fields.html#org.owasp.appsensor.rpc.thrift.generated">User._Fields</a></td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.owasp.org">The Open Web Application Security Project (OWASP)</a>. All rights reserved.</small></p>
</body>
</html>
| ProZachJ/appsensor | appsensor-dot-org/site-contents/docs/v2.3.2/javadoc/org/owasp/appsensor/rpc/thrift/generated/package-use.html | HTML | mit | 14,917 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Julia Package Listing - Testing Information</title>
<style>
/* -- Mix of julialang.org, Bootstrap 3, and custom -- */
body {
background-color: white;
font-family: Georgia, 'Liberation Serif', serif;
font-size: 14px;
color: #333;
line-height: 1.42857143;
}
.site {
max-width: 785px;
margin: 2.5em auto 2em;
padding: 0 1.5em;
}
a {
color: #428bca;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1, h2, h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
margin-top: 10px;
margin-bottom: 10px;
}
.titlebox {
text-align: center;
font-size: 120%;
margin-top: 3em;
}
.tests_pass { background-color: #11AA11; } /*Tests passing*/
.tests_fail { background-color: #DD3333; } /*Tests failed*/
.no_tests { background-color: #3333DD; } /*Tests missing*/
.not_possible { background-color: #222222; } /*Package excused*/
.statusbox {
width: 12px;
height: 12px;
display: inline-block;
}
hr {
margin-top: 10px;
margin-bottom: 0px;
border: 0;
border-top: 1px solid #eee;
}
.pkglisting h2 { margin-bottom: 0px; }
pre {margin: 0;}
@media (min-width: 785px) {
.pkglisting {
display: table;
width: 100%;
}
.pkgnamedesc {
display: table-cell;
width: 50%;
}
.pkgvertest {
display: table-cell;
width:50%;
text-align: right
}
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44252521-5', 'iainnz.github.io');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="site">
<!-- HEADER -->
<div class="titlebox">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="210px" height="142px" viewBox="0 0 310 216" enable-background="new 0 0 310 216" xml:space="preserve">
<!-- blue dot -->
<circle fill="#6b85dd" stroke="#4266d5" stroke-width="3" cx="50.5" cy="58.665" r="16.5"></circle>
<!-- red dot -->
<circle fill="#d66661" stroke="#c93d39" stroke-width="3" cx="212.459" cy="60.249" r="16.5"></circle>
<!-- green dot -->
<circle fill="#6bab5b" stroke="#3b972e" stroke-width="3" cx="233.834" cy="23.874" r="16.5"></circle>
<!-- purple dot -->
<circle fill="#aa7dc0" stroke="#945bb0" stroke-width="3" cx="255.459" cy="59.999" r="16.5"></circle>
<!-- "j" -->
<path fill="#252525" d="M37.216,138.427c0-15.839,0.006-31.679-0.018-47.517c-0.001-0.827,0.169-1.234,1.043-1.47
c7.876-2.127,15.739-4.308,23.606-6.47c1.33-0.366,1.333-0.36,1.333,1.019c0,25.758,0.015,51.517-0.012,77.274
c-0.006,5.514,0.245,11.032-0.272,16.543c-0.628,6.69-2.15,13.092-6.438,18.506c-3.781,4.771-8.898,7.25-14.767,8.338
c-6.599,1.222-13.251,1.552-19.934,0.938c-4.616-0.423-9.045-1.486-12.844-4.363c-2.863-2.168-4.454-4.935-3.745-8.603
c0.736-3.806,3.348-5.978,6.861-7.127c2.262-0.74,4.628-0.872,6.994-0.53c1.823,0.264,3.42,1.023,4.779,2.288
c1.38,1.284,2.641,2.674,3.778,4.177c0.872,1.15,1.793,2.256,2.991,3.086c2.055,1.426,4,0.965,5.213-1.216
c0.819-1.473,0.997-3.106,1.173-4.731c0.255-2.348,0.255-4.707,0.256-7.062C37.218,167.145,37.216,152.786,37.216,138.427z"></path>
<!-- "u" -->
<path fill="#252525" d="M125.536,162.479c-2.908,2.385-5.783,4.312-8.88,5.904c-10.348,5.323-20.514,4.521-30.324-1.253
c-6.71-3.95-11.012-9.849-12.52-17.606c-0.236-1.213-0.363-2.438-0.363-3.688c0.01-19.797,0.017-39.593-0.02-59.39
c-0.002-1.102,0.285-1.357,1.363-1.351c7.798,0.049,15.597,0.044,23.396,0.003c0.95-0.005,1.177,0.25,1.175,1.183
c-0.027,19.356-0.025,38.713-0.018,58.07c0.002,6.34,3.599,10.934,9.672,12.42c2.13,0.521,4.19,0.396,6.173-0.6
c4.26-2.139,7.457-5.427,10.116-9.307c0.333-0.487,0.224-1,0.224-1.51c0.007-19.635,0.016-39.271-0.02-58.904
c-0.002-1.083,0.255-1.369,1.353-1.361c7.838,0.052,15.677,0.045,23.515,0.004c0.916-0.005,1.103,0.244,1.102,1.124
c-0.025,27.677-0.026,55.353,0.002,83.024c0.001,0.938-0.278,1.099-1.139,1.095c-7.918-0.028-15.837-0.028-23.756-0.001
c-0.815,0.003-1.1-0.166-1.073-1.037C125.581,167.117,125.536,164.928,125.536,162.479z"></path>
<!-- "l" -->
<path fill="#252525" d="M187.423,107.08c0,20.637-0.011,41.273,0.026,61.91c0.003,1.119-0.309,1.361-1.381,1.355
c-7.799-0.052-15.598-0.047-23.396-0.008c-0.898,0.008-1.117-0.222-1.115-1.115c0.021-39.074,0.021-78.147,0-117.226
c0-0.811,0.189-1.169,1.006-1.392c7.871-2.149,15.73-4.327,23.584-6.545c1.045-0.295,1.308-0.17,1.306,0.985
C187.412,65.727,187.423,86.403,187.423,107.08z"></path>
<!-- "i" -->
<path fill="#252525" d="M223.46,126.477c0,14.155-0.011,28.312,0.021,42.467c0.002,1.027-0.164,1.418-1.332,1.408
c-7.838-0.061-15.676-0.047-23.516-0.01c-0.881,0.004-1.121-0.189-1.119-1.104c0.026-26.153,0.025-52.307,0-78.458
c0-0.776,0.203-1.101,0.941-1.302c7.984-2.172,15.972-4.35,23.938-6.596c1.049-0.296,1.08,0.031,1.078,0.886
C223.454,98.004,223.46,112.239,223.46,126.477z"></path>
<!-- "a" -->
<path fill="#252525" d="M277.695,163.6c-0.786,0.646-1.404,1.125-2,1.635c-4.375,3.746-9.42,5.898-15.16,6.42
c-5.792,0.527-11.479,0.244-16.934-2.047c-12.08-5.071-15.554-17.188-11.938-27.448c1.799-5.111,5.472-8.868,9.831-11.94
c5.681-4.003,12.009-6.732,18.504-9.074c5.576-2.014,11.186-3.939,16.955-5.347c0.445-0.104,0.773-0.243,0.757-0.854
c-0.136-4.389,0.261-8.79-0.479-13.165c-1.225-7.209-6.617-10.013-12.895-9.348c-0.516,0.055-1.029,0.129-1.536,0.241
c-4.877,1.081-7.312,4.413-7.374,10.127c-0.02,1.729-0.229,3.418-0.693,5.084c-0.906,3.229-2.969,5.354-6.168,6.266
c-3.422,0.979-6.893,0.998-10.23-0.305c-6.529-2.543-8.877-10.164-5.12-16.512c2.249-3.799,5.606-6.4,9.461-8.405
c6.238-3.246,12.914-4.974,19.896-5.537c7.565-0.61,15.096-0.366,22.49,1.507c4.285,1.085,8.312,2.776,11.744,5.657
c4.473,3.749,6.776,8.647,6.812,14.374c0.139,21.477,0.096,42.951,0.143,64.428c0.002,0.799-0.248,0.983-1.021,0.98
c-8.035-0.025-16.074-0.023-24.113-0.001c-0.716,0.002-0.973-0.146-0.941-0.915C277.736,167.562,277.695,165.698,277.695,163.6z
M277.695,126.393c-4.793,2.104-9.25,4.373-13.287,7.408c-2.151,1.618-4.033,3.483-5.732,5.581
c-4.229,5.226-1.988,13.343,1.693,16.599c1.592,1.406,3.359,1.906,5.419,1.521c1.621-0.307,3.149-0.857,4.549-1.734
c1.521-0.951,2.949-2.072,4.539-2.887c2.31-1.18,2.97-2.861,2.894-5.445C277.561,140.484,277.695,133.527,277.695,126.393z"></path>
</svg>
<h1>
<a href="http://github.com/JuliaAstro/EarthOrientation.jl" name="EarthOrientation">EarthOrientation</a>
</h1>
<h4>
<a href="http://github.com/JuliaAstro">JuliaAstro</a>
</h4>
<p>
<a href="http://pkg.julialang.org#EarthOrientation">← Back to package list</a>
</p>
</div>
<p>
If you think that there is an error in how your package is being tested or represented, please file an issue at <a href="https://github.com/JuliaCI/PackageEvaluator.jl/">PackageEvaluator.jl</a>, making sure to read the FAQ first.
</p>
<h3>Badges</h3>
<h4>Julia v0.6</h4>
<img src="../badges/EarthOrientation_0.6.svg">
<br>
<a href="http://pkg.julialang.org/badges/EarthOrientation_0.6.svg">http://pkg.julialang.org/badges/EarthOrientation_0.6.svg</a>
<pre>[](http://pkg.julialang.org/detail/EarthOrientation)</pre>
<h3>Most Recent Test Logs</h3>
<ul>
<li>
<a href="../logs/EarthOrientation_0.6.log">Julia v0.6</a>
</li>
</ul>
<h3>Version and Status History</h3>
<h4>Julia v0.6</h4>
<pre>2017-11-30 to 2018-08-04, v0.2.0, Tests pass.
2017-08-03 to 2017-10-01, v0.1.0, Tests pass.
</pre>
</div>
</body>
</html>
| IainNZ/packages.julialang.org | detail/EarthOrientation.html | HTML | mit | 8,826 |
<html ng-app="ionic.weather">
<head>
<meta charset="utf-8">
<title>Weather</title>
<!-- Sets initial viewport load and disables zooming -->
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="stylesheet" href="/dist/css/ionic.css">
<link rel="stylesheet" href="weather.css">
<script src="/dist/js/ionic.js"></script>
<script src="/dist/js/angular/angular.js"></script>
<script src="/dist/js/angular/angular-animate.js"></script>
<script src="/dist/js/angular/angular-route.js"></script>
<script src="/dist/js/angular/angular-resource.js"></script>
<script src="/dist/js/angular/angular-touch.js"></script>
<script src="/dist/js/angular/angular-sanitize.js"></script>
<script src="/dist/js/ionic-angular.js"></script>
<script src="services.js"></script>
<script src="directives.js"></script>
<script src="app.js"></script>
</head>
<body ng-controller="WeatherCtrl">
<pane>
<div id="bg-image" ng-style="getActiveBackgroundImage()"></div>
<header id="header" class="bar bar-header bar-clear">
<h1 class="title">
<span class="city">{{current.display_location.city}}</span><br>
<current-time localtz="current.local_tz_short"></current-time>
</h1>
</header>
<content padding="true">
<small-weather>
<h5>{{current.weather}}</h5>
<h5>H: {{forecast.forecastday[0].high.fahrenheit}} L: {{forecast.forecastday[0].low.fahrenheit}}</h5>
<h1 class="current-temp">{{current.temp_f | int}}°</h1>
</small-weather>
<weather-box title="Forecast" style="height: 400px">
<h2>This is just a demo...</h2>
</weather-box>
<weather-box title="Details" style="height: 400px">
<h2>This is just a demo...</h2>
</weather-box>
</content>
</pane>
</body>
</html>
| richard-ive/sponos-web | ionic-0.9.18-alpha/examples/starters/weather/index.html | HTML | mit | 1,933 |
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="main.js"></script>
<style>
* { font-family: "Segoe UI"; }
#htmlscreen {
width: 800px;
height: 800px;
margin: 0 auto;
}
</style>
</head>
<body>
<div id="htmlscreen">
<canvas id="htmlcanvas">
</canvas>
</div>
<script type="text/javascript">
window.onload = function(){
mainInit();
}
</script>
</body>
</html> | benrbray/benrbray.github.io-source | content/static/mazes/maze.html | HTML | mit | 429 |
<!DOCTYPE html>
<html>
<head>
<title>CSS Animation</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<meta name="description" content="CSS Animation" />
<meta name="keywords" content="javascript, dynamic, grid, layout, css animate"/>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../freewall.js"></script>
<style type="text/css">
html {
height: 100%;
}
body {
height: 100%;
}
.free-wall {
height: 102%;
margin: 15px;
}
@keyframes start {
from {
transform: scale(0);
}
to {
transform: scale(1);
}
}
@-webkit-keyframes start {
from {
-webkit-transform: scale(0);
}
to {
-webkit-transform: scale(1);
}
}
.free-wall .cell[data-state="init"] {
display: none;
}
.free-wall .cell[data-state="start"] {
display: block;
animation: start 0.5s;
-webkit-animation: start 0.5s;
}
.free-wall .cell[data-state="move"] {
transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
-webkit-transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
}
</style>
</head>
<body>
<div class='header'>
<div class="clearfix">
<div class="float-left">
<h1><a href="http://vnjs.net/www/project/freewall/">Free Wall</a></h1>
<div class='target'>Creating dynamic grid layout.</div>
</div>
</div>
</div>
<div id="freewall" class="free-wall"></div>
<script type="text/javascript">
var temp = "<div class='cell' style='width:{width}px; height: {height}px; background-image: url(i/photo/{index}.jpg)'></div>";
var w = 200, h = 200, html = '', limitItem = 49;
for (var i = 0; i < limitItem; ++i) {
html += temp.replace(/\{height\}/g, h).replace(/\{width\}/g, w).replace("{index}", i + 1);
}
$("#freewall").html(html);
var wall = new Freewall("#freewall");
wall.reset({
selector: '.cell',
animate: false,
cellW: 200,
cellH: 200,
delay: 50,
onResize: function() {
wall.fitWidth();
}
});
wall.fitWidth();
</script>
</body>
</html>
| kombai/freewall | example/css-animate.html | HTML | mit | 2,282 |
<html>
<head>
<meta name="author" content="choyiny">
<meta name="keywords" content="full stop, period, afullstop, remind, not a period">
<meta name="description" content="The website is to remind people that ' . ' is called a full stop and not a period, full stop.">
<title>This is a Full Stop.</title>
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico">
<link rel="icon" href="../favicon.ico" type="image/x-icon">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" />
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
</head>
<style>
.wrapper {
display: table;
height: 100%;
width: 100%;
}
.wrap {
display: table-cell;
vertical-align: middle;
padding-left: 100px;
}
.wrap h1 {
color: white;
font-size: 40px;
font-family: 'Inconsolata', monospace;
}
.wrap a {
font-family: 'Inconsolata', monospace;
color: white;
font-size: 25px;
padding-left: 390px;
text-decoration: none;
}
.unused {}
.choice{
color: white;
font-size: 40px;
}
.typed-cursor{
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
body{
font-family: 'Inconsolata', monospace;
background-color: black;
}
</style>
<body>
<a href="https://github.com/magicp"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
<div class="wrapper">
<div class="wrap">
<!-- Typed Text Goes Here-->
</div>
</div>
</body>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="../assets/js/typed.js"></script>
<script>
var typedText = $(function(){
$('.wrap').typed({
strings: ["<h1 class=\"title\"><span id=\"nametext\"> ^1000 Hello,</span></h1>"+
"<h1 class=\"title\"> ^1000 I wish to test your knowledge.</h1>"+
"<h1 class=\"title\"> ^1000 Is this a fullstop?: .</h1>"+
"<h1 class=\"title\">Y/N: <span class=\"choice\"></span></h1>"+
"<h1 class=\"title\" id=\"output\"></h1>"]
});
});
$('body').keypress(function(event){
if(event.which == 121 || event.keycode == 121){
$('.choice').typed({
strings: ["Y"],
typeSpeed: 100,
showCursor: false
});
$('#output').typed({
strings: ["Excellent, ^500 you have learnt much."]
});
}
else if(event.which == 110 || event.keycode == 110){
$('.choice').typed({
strings: ["N"],
showCursor: false
});
$('#output').typed({
strings: ["It is a fullstop. ^500 Not a period. ^500 Fullstop."]
});
};
});
$(document).ready(function () {
typedText
});
</script>
</html>
| aakashkhatter1296/afullstop | pages/typedText.html | HTML | mit | 4,278 |
</div>
</div>
</div>
| VegasoftTI/ChameleonForms | ChameleonForms.Tests/Templates/TwitterBootstrap3/FieldTests_TwitterBootstrapTemplateShould.Output_end_field.approved.html | HTML | mit | 63 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0) on Thu Jan 05 01:03:32 EST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.owasp.appsensor.rpc.thrift.generated.User (appsensor-parent 2.3.1 API)</title>
<meta name="date" content="2017-01-05">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.owasp.appsensor.rpc.thrift.generated.User (appsensor-parent 2.3.1 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="header">
<h2 title="Uses of Class org.owasp.appsensor.rpc.thrift.generated.User" class="title">Uses of Class<br>org.owasp.appsensor.rpc.thrift.generated.User</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.owasp.appsensor.rpc.thrift.generated">org.owasp.appsensor.rpc.thrift.generated</a></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.owasp.appsensor.rpc.thrift.generated">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a> in <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/package-summary.html">org.owasp.appsensor.rpc.thrift.generated</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/package-summary.html">org.owasp.appsensor.rpc.thrift.generated</a> declared as <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a></code></td>
<td class="colLast"><span class="typeNameLabel">Response.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Response.html#user">user</a></span></code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a></code></td>
<td class="colLast"><span class="typeNameLabel">Event.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Event.html#user">user</a></span></code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a></code></td>
<td class="colLast"><span class="typeNameLabel">Attack.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Attack.html#user">user</a></span></code></td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/package-summary.html">org.owasp.appsensor.rpc.thrift.generated</a> that return <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a></code></td>
<td class="colLast"><span class="typeNameLabel">User.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html#deepCopy--">deepCopy</a></span>()</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a></code></td>
<td class="colLast"><span class="typeNameLabel">Response.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Response.html#getUser--">getUser</a></span>()</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a></code></td>
<td class="colLast"><span class="typeNameLabel">Event.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Event.html#getUser--">getUser</a></span>()</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a></code></td>
<td class="colLast"><span class="typeNameLabel">Attack.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Attack.html#getUser--">getUser</a></span>()</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a></code></td>
<td class="colLast"><span class="typeNameLabel">User.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html#setId-int-">setId</a></span>(int id)</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a></code></td>
<td class="colLast"><span class="typeNameLabel">User.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html#setIpAddress-org.owasp.appsensor.rpc.thrift.generated.IPAddress-">setIpAddress</a></span>(<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/IPAddress.html" title="class in org.owasp.appsensor.rpc.thrift.generated">IPAddress</a> ipAddress)</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a></code></td>
<td class="colLast"><span class="typeNameLabel">User.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html#setUsername-java.lang.String-">setUsername</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> username)</code></td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/package-summary.html">org.owasp.appsensor.rpc.thrift.generated</a> with parameters of type <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">User.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html#compareTo-org.owasp.appsensor.rpc.thrift.generated.User-">compareTo</a></span>(<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a> other)</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">User.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html#equals-org.owasp.appsensor.rpc.thrift.generated.User-">equals</a></span>(<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a> that)</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Response.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Response</a></code></td>
<td class="colLast"><span class="typeNameLabel">Response.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Response.html#setUser-org.owasp.appsensor.rpc.thrift.generated.User-">setUser</a></span>(<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a> user)</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Event.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Event</a></code></td>
<td class="colLast"><span class="typeNameLabel">Event.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Event.html#setUser-org.owasp.appsensor.rpc.thrift.generated.User-">setUser</a></span>(<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a> user)</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Attack.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Attack</a></code></td>
<td class="colLast"><span class="typeNameLabel">Attack.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Attack.html#setUser-org.owasp.appsensor.rpc.thrift.generated.User-">setUser</a></span>(<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a> user)</code></td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/package-summary.html">org.owasp.appsensor.rpc.thrift.generated</a> with parameters of type <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Attack.html#Attack-int-org.owasp.appsensor.rpc.thrift.generated.User-org.owasp.appsensor.rpc.thrift.generated.DetectionPoint-java.lang.String-org.owasp.appsensor.rpc.thrift.generated.DetectionSystem-org.owasp.appsensor.rpc.thrift.generated.Resource-">Attack</a></span>(int id,
<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a> user,
<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/DetectionPoint.html" title="class in org.owasp.appsensor.rpc.thrift.generated">DetectionPoint</a> detectionPoint,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> timestamp,
<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/DetectionSystem.html" title="class in org.owasp.appsensor.rpc.thrift.generated">DetectionSystem</a> detectionSystem,
<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Resource.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Resource</a> resource)</code></td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Event.html#Event-int-org.owasp.appsensor.rpc.thrift.generated.User-org.owasp.appsensor.rpc.thrift.generated.DetectionPoint-java.lang.String-org.owasp.appsensor.rpc.thrift.generated.DetectionSystem-org.owasp.appsensor.rpc.thrift.generated.Resource-">Event</a></span>(int id,
<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a> user,
<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/DetectionPoint.html" title="class in org.owasp.appsensor.rpc.thrift.generated">DetectionPoint</a> detectionPoint,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> timestamp,
<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/DetectionSystem.html" title="class in org.owasp.appsensor.rpc.thrift.generated">DetectionSystem</a> detectionSystem,
<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Resource.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Resource</a> resource)</code></td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Response.html#Response-int-org.owasp.appsensor.rpc.thrift.generated.User-java.lang.String-java.lang.String-org.owasp.appsensor.rpc.thrift.generated.Interval-org.owasp.appsensor.rpc.thrift.generated.DetectionSystem-">Response</a></span>(int id,
<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a> user,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> timestamp,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> action,
<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a> interval,
<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/DetectionSystem.html" title="class in org.owasp.appsensor.rpc.thrift.generated">DetectionSystem</a> detectionSystem)</code></td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html#User-org.owasp.appsensor.rpc.thrift.generated.User-">User</a></span>(<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a> other)</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.owasp.org">The Open Web Application Security Project (OWASP)</a>. All rights reserved.</small></p>
</body>
</html>
| jtmelton/appsensor | appsensor-dot-org/site-contents/docs/v2.3.1/javadoc/org/owasp/appsensor/rpc/thrift/generated/class-use/User.html | HTML | mit | 17,262 |
<!-- Challenge 2 - Medium - The American Flag Challenge -->
<!--
1. setup your html document
2. utilizing a table with styles, create an image of a American flag
- you make use the flag-stars.jpg in your images folder for your stars
- you may reference the American-flag.jpg
Hint: colspan, rowspan
--> | islegend/Curriculum | Week_5/Day_2/Challenges/challenge-medium.html | HTML | mit | 320 |
---
layout: post
author: "Greg Wilson"
title: "Job Openings at the Mozilla Science Lab"
date: 2014-05-14
time: "07:00:00"
category: ["Jobs", "Mozilla Science Lab"]
---
<p>
The <a href="http://mozillascience.org/">Mozilla Science Lab</a>
is looking for a <a href="https://careers.mozilla.org/en-US/position/olnXYfwn">community manager</a>
to build and scale existing community outreach efforts,
and for a <a href="https://careers.mozilla.org/en-US/position/o7nXYfw9">developer</a>
to lead technical prototyping efforts and engage with our community about technical projects.
Possible office locations for these positions include Brooklyn, Toronto, London, Vancouver, and San Francisco,
but we will consider remote working opportunities for the right candidate.
For more information,
or to apply,
please see
<a href="https://careers.mozilla.org/en-US/position/olnXYfwn">these</a>
<a href="https://careers.mozilla.org/en-US/position/o7nXYfw9">postings</a>.
</p>
<!--more-->
| FranciscoCanas/website | _posts/2014/05/2014-05-14-job-openings-at-mozilla-science-lab.html | HTML | mit | 995 |
<nav class="navbar navbar-default main-menu-admin" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<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="/" title="CIAT Plataforma">Alianzas CAC</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
{% if user.username %}
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Welcome <strong>{{ user.username }}</strong><b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="/foros/perfil">Profile</a></li>
<li><a href="/accounts/logout">Logout</a></li>
</ul>
</li>
{% else %}
<li><a href="/accounts/login">Login</a></li>
{% endif %}
</ul>
</div><!-- /.navbar-collapse -->
</nav> | shiminasai/ciat_plataforma | templates/mainmenu.html | HTML | mit | 1,739 |
<!DOCTYPE html>
<html>
<head>
<title> 坐标系 </title>
<script src="../../dist/kity.min.js"></script>
<script src="coordinate.js"></script>
<style>
body, div, html {
margin: 0;
padding: 0;
overflow: hidden;
}
</style>
</head>
<body>
</body>
<script>
function boxString (box) {
return [box.x, box.y, box.width, box.height].join(', ');
}
var paper = new kity.Paper(document.body).pipe(function() {
var width = 500, height = 300;
this.setWidth(500).setHeight(300);
this.setViewBox(-40.5, -40.5, width, height)
this.addShape(new Coordinate('black', [-3, 39], [-3, 19]).pipe(function() {
this.addShape(new kity.Text('参照坐标系')
.setVerticalAlign('bottom')
.setX(5).setY(-5));
}));
});
var group = new Coordinate('green', [-2, 18], [-2, 14]).pipe();
var rect = new Coordinate('red', [-2, 10], [-2, 10]).pipe(function() {
this.addShape(new kity.Text('自身坐标系')
.fill('red')
.setVerticalAlign('bottom')
.setX(5).setY(-5));
this.addShape(this.body = new kity.Rect(50, 50, 0, 0)
.fill('rgba(255, 0, 0, 0.5)')
.stroke('red'));
});
paper.addShape(group);
group.addShape(rect);
rect.setTranslate(40, 30);
group.setTranslate(30, 40);
paper.addShape(new kity.Text()
.setContent(boxString(rect.body.getBoundaryBox()))
.fill('red')
.setVerticalAlign('top')
.setX(180).setY(50));
paper.addShape(new kity.Text()
.setContent(boxString(rect.body.getRenderBox(group)))
.fill('green')
.setVerticalAlign('top')
.setX(50).setY(20));
paper.addShape(new kity.Text()
.setContent(boxString(rect.body.getRenderBox(paper)))
.setVerticalAlign('bottom')
.setX(100).setY(-5));
</script>
</html> | AlloyTeam/Nuclear | packages/admin/mind-map/bower_components/kity/example/coordinate/ex3.html | HTML | mit | 1,974 |
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.indigo-pink.min.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script defer src="https://code.getmdl.io/1.2.1/material.min.js"></script>
<link rel="stylesheet" href="styles/style.css">
<link rel="stylesheet" href="styles/layout.css">
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
</head>
<body class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header mdl-color--white">
<div class="mdl-layout__header-row">
<a href="#" class="main-title"><span class="mdl-layout-title mdl-color-text--cyan-800">Participate!</span></a>
<div class="mdl-layout-spacer"></div>
<a href="proposals_index.html"><img style="width: 185px;" src="images/facebook-sign-in.png"></a>
</div>
</header>
<main class="mdl-layout__content" id="landing-pg">
<section id="hero">
<div class="content-grid mdl-grid">
<div class="mdl-cell mdl-cell--6-col mdl-typography--text-center">
<a href="proposals_index.html"><img style="width: 17em; padding-top: 2.25em;" src="images/facebook-sign-in.png"></a>
</div>
<div class="mdl-cell mdl-cell--6-col">
<h1 class="mdl-typography--display-1 mdl-color-text--cyan-800">Participate!</h1>
<p class="mdl-typography--headline mdl-color-text--cyan-800">An App for Democratic Decision Making</p>
</div>
</div>
</section>
<section class="mdl-color--white" id="main-top">
<div class="content-grid mdl-grid">
<div class="mdl-cell mdl-cell--4-col">
<p class="mdl-typography--text-center"><i class="material-icons">assignment</i></p>
<p class="mdl-typography--text-center">A participant makes a proposal and gathers support for it. Other participants can collaborate on it if they support it in principle.</p>
</div>
<div class="mdl-cell mdl-cell--4-col">
<p class="mdl-typography--text-center"><i class="material-icons">announcement</i></p>
<p class="mdl-typography--text-center">Dissenters have to make a counter-proposal, and gather support for it as well, to be heard.</p>
</div>
<div class="mdl-cell mdl-cell--4-col">
<p class="mdl-typography--text-center"><i class="material-icons">call_merge</i></p>
<p class="mdl-typography--text-center">Representation is ensured for participants who are less involved through fluid delegation of support, in a liquid democracy.</p>
</div>
</div>
</section>
<section id="main-middle">
<div class="content-grid mdl-grid">
<div class="mdl-cell mdl-cell--6-col">
<div class="mdl-shadow--2dp" style="height: 150px;"></div>
</div>
<div class="mdl-cell mdl-cell--6-col">
<p class="mdl-typography--title">Concrete Proposals</p>
<p>Participate! focuses on concrete proposals rather than noisy and many times unproductive debate.</p>
</div>
</div>
<div class="content-grid mdl-grid">
<div class="mdl-cell mdl-cell--6-col">
<p class="mdl-typography--title">Ensured Representation</p>
<p>Representation is ensured for participants who are less involved (be it for lack of time, inclination or of knowledge) through fluid delegation of support, in a liquid democracy.</p>
</div>
<div class="mdl-cell mdl-cell--6-col">
<div class="mdl-shadow--2dp" style="height: 150px;"></div>
</div>
</div>
</section>
<section class="mdl-color--grey-200" id="main-lower">
<div class="content-grid mdl-grid">
<div class="mdl-cell mdl-cell--12-col">
<h2 class="mdl-typography--headline mdl-typography--text-center">Want to get involved?</h2>
<p class="mdl-typography--text-center"><strong>We pair program so you can get up to speed quickly and help us develop features</strong></p>
<p class="mdl-typography--text-center"><a href="mailto:oliverbwork@gmail.com">Shoot us an email</a>, we'll add you to our Slack channel to join the discussion and talk about next steps.</p>
<p class="mdl-typography--text-center">See the complete guide to contributing <a href="https://github.com/oliverbarnes/participate/blob/master/CONTRIBUTING.md" target="_blank">here</a>.</p>
</div>
</div>
</section>
<footer class="mdl-mega-footer">
<div class="mdl-mega-footer__top-section">
<div class="mdl-mega-footer__left-section">
<ul class="mdl-mini-footer__link-list social-links">
<li><a href="https://github.com/oliverbarnes/participate"><img src="images/github-circle.png"></a></li>
<li><a href="https://participateapp.slack.com"><img src="images/slack.png"></a></li>
<li><a href="https://twitter.com/digiberber"><img src="images/twitter.png"></a></li>
</ul>
</div>
<div class="mdl-mega-footer__right-section">
<p class="mdl-layout-title">Participate!</p>
<p>An open source liquid democracy application.</p>
</div>
</div>
<div class="mdl-mega-footer__bottom-section">
<ul class="mdl-mini-footer__link-list">
<li><a href="https://github.com/oliverbarnes/participate/blob/master/CONTRIBUTING.md">Guide to contributing</a></li>
<li><a href="https://github.com/oliverbarnes/participate/wiki/Development-Setup">Wiki</a></li>
</ul>
</div>
</footer>
</main>
</body>
</html> | oliverbarnes/participate | mockups/index.html | HTML | mit | 5,639 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Continuous scrolling - fullPage.js</title>
<meta name="author" content="Matthew Howell" />
<meta name="description" content="fullPage continuous scrolling demo." />
<meta name="keywords" content="fullpage,jquery,demo,scroll,loop,continuous" />
<meta name="Resource-type" content="Document" />
<link rel="stylesheet" type="text/css" href="../jquery.fullPage.css" />
<link rel="stylesheet" type="text/css" href="examples.css" />
<!--[if IE]>
<script type="text/javascript">
var console = { log: function() {} };
</script>
<![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="../jquery.fullPage.js"></script>
<script type="text/javascript" src="examples.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#fullpage').fullpage({
sectionsColor: ['#1bbc9b', '#4BBFC3', '#7BAABE', 'whitesmoke', '#ccddff'],
anchors: ['firstPage', 'secondPage', '3rdPage', '4thpage', 'lastPage'],
menu: '#menu',
continuousVertical: true
});
});
</script>
</head>
<body>
<select id="demosMenu">
<option selected>Choose Demo</option>
<option id="backgrounds">Background images</option>
<option id="backgroundVideo">Background video</option>
<option id="gradientBackgrounds">Gradient backgrounds</option>
<option id="backgroundsFixed">Fixed fullscreen backgrounds</option>
<option id="looping">Looping</option>
<option id="noAnchor">No anchor links</option>
<option id="scrollingSpeed">Scrolling speed</option>
<option id="easing">Easing</option>
<option id="callbacks">Callbacks</option>
<option id="css3">CSS3</option>
<option id="continuous">Continuous scrolling</option>
<option id="normalScroll">Normal scrolling</option>
<option id="scrollBar">Scroll bar enabled</option>
<option id="scrolling">Scroll inside sections and slides</option>
<option id="navigationV">Vertical navigation dots</option>
<option id="navigationH">Horizontal navigation dots</option>
<option id="fixedHeaders">Fixed headers</option>
<option id="apple">Apple iPhone demo (animations)</option>
<option id="oneSection">One single section</option>
<option id="responsiveHeight">Responsive Height</option>
<option id="responsiveWidth">Responsive Width</option>
<option id="methods">Methods</option>
</select>
<ul id="menu">
<li data-menuanchor="firstPage" class="active"><a href="#firstPage">First slide</a></li>
<li data-menuanchor="secondPage"><a href="#secondPage">Second slide</a></li>
<li data-menuanchor="3rdPage"><a href="#3rdPage">Third slide</a></li>
</ul>
<div id="fullpage">
<div class="section " id="section0">
<h1>fullPage.js</h1>
<p>Continuous Scrolling Enabled</p>
<img src="imgs/fullPage.png" alt="fullPage" />
</div>
<div class="section" id="section1">
<div class="intro">
<h1>Around the world scrolling</h1>
<p>Go to the first section and scroll up or to the last one and scroll down to see how it works.</p>
</div>
</div>
<div class="section" id="section2">
<div class="intro">
<h1>Scroll Down</h1>
<p>And it will animate down to the first section</p>
</div>
</div>
</div>
</body>
</html>
| shelune/Portfolio_ | js/examples/continuous.html | HTML | mit | 3,454 |
<!DOCTYPE html>
<html>
<head>
<title>Dragdealer - Content scroller</title>
<!-- FontAwesome -->
<link href="../../lib/font-awesome/css/font-awesome.min.css" type="text/css" rel="stylesheet">
<!-- Jquery -->
<script src="../../lib/jquery-1.10.2.js"></script>
<!-- Dragdealer JS -->
<script src="../../src/dragdealer.js"></script>
<!-- Dragdealer CSS -->
<link href="../../src/dragdealer.css" rel="stylesheet" type="text/css">
<!-- Example script -->
<script src="script.js"></script>
<!-- Example style -->
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="slide-to-unlock old-slider">
<div id="slide-to-unlock-old" class="dragdealer">
<div class="slide-text">slide to unlock</div>
<div class="handle"></div>
</div>
</div>
</body>
</html>
| catalinmiron/dragdealer | examples/slide-to-unlock-old/index.html | HTML | mit | 830 |
<div data-element="property-{{vm.property.alias}}" class="umb-group-builder__property" ng-class="{'-active': vm.dialogIsOpen, '-active': vm.property.propertyState=='active', '-inherited': vm.property.inherited, '-locked': vm.property.locked, 'umb-group-builder__property-handle -sortable': vm.sortable && !vm.property.inherited, '-sortable-locked': vm.sortable && vm.property.inherited}">
<!-- property meta text -->
<div class="umb-group-builder__property-meta" ng-class="{'-full-width': vm.sortable}" data-element="{{vm.valTabAlias}}">
<ng-form name="propertyTypeForm">
<div class="control-group -no-margin" ng-if="!vm.sortable">
<div class="umb-group-builder__property-meta-alias umb-locked-field__text cursor-not-allowed" style="padding-left: 1px" ng-if="vm.property.inherited || vm.property.locked">{{ vm.property.alias }}</div>
<umb-locked-field ng-if="!vm.property.inherited && !vm.property.locked"
locked="locked"
ng-model="vm.property.alias"
placeholder-text="'Alias...'"
server-validation-field="{{ vm.valServerFieldAlias }}">
</umb-locked-field>
<div class="umb-group-builder__property-meta-label">
<textarea localize="placeholder"
placeholder="@placeholders_label"
ng-model="vm.property.label"
ng-disabled="vm.property.inherited || vm.property.locked"
name="groupName"
umb-auto-resize
required
val-server-field="{{ vm.valServerFieldLabel }}">
</textarea>
<div ng-messages="propertyTypeForm.groupName.$error" show-validation-on-submit>
<div class="umb-validation-label" ng-message="valServerField">{{propertyTypeForm.groupName.errorMsg}}</div>
<div class="umb-validation-label" ng-message="required"><localize key="contentTypeEditor_requiredLabel">Required label</localize></div>
</div>
</div>
<div class="umb-group-builder__property-meta-description">
<textarea localize="placeholder"
placeholder="@placeholders_enterDescription"
ng-model="vm.property.description"
ng-disabled="vm.property.inherited || vm.property.locked"
umb-auto-resize>
</textarea>
</div>
</div>
</ng-form>
<div ng-if="vm.sortable" class="flex items-center">
<umb-icon icon="icon-navigation" class="icon" ng-if="!vm.property.inherited" style="margin-right: 10px;"></umb-icon>
<span class="umb-group-builder__property-meta-label">{{ vm.property.label }}</span>
<span class="umb-group-builder__property-meta-alias" style="margin-bottom: 0; margin-left: 5px; margin-top: 1px;">({{ vm.property.alias }})</span>
<input name="propertySortOrder" type="number" class="umb-group-builder__group-sort-value umb-property-editor-tiny" ng-model="vm.property.sortOrder" ng-disabled="vm.property.inherited" ng-blur="vm.changeSortOrderValue()" />
</div>
</div>
<div tabindex="-1" class="umb-group-builder__property-preview" ng-if="!vm.sortable" ng-class="{'-not-clickable': !vm.sortable && (vm.property.inherited || vm.property.locked)}">
<div class="umb-group-builder__property-tags">
<span class="umb-group-builder__property-tag -white">
<span ng-if="vm.property.dataTypeName !== undefined">{{vm.property.dataTypeName}}</span>
<span ng-if="vm.property.dataTypeName == undefined"><localize key="general_preview">Preview</localize></span>
</span>
<div class="umb-group-builder__property-tag -white" ng-if="vm.property.validation.mandatory">
<span class="umb-group-builder__property-tag-icon">*</span>
<localize key="general_mandatory">Mandatory</localize>
</div>
<div class="umb-group-builder__property-tag -white" ng-if="vm.property.showOnMemberProfile">
<umb-icon icon="icon-eye" class="umb-group-builder__property-tag-icon"></umb-icon>
<localize key="contentTypeEditor_showOnMemberProfile">Show on member profile</localize>
</div>
<div class="umb-group-builder__property-tag -white" ng-if="vm.property.memberCanEdit">
<umb-icon icon="icon-edit" class="umb-group-builder__property-tag-icon"></umb-icon>
<localize key="contentTypeEditor_memberCanEdit">Member can edit</localize>
</div>
<div class="umb-group-builder__property-tag -white" ng-if="vm.property.isSensitiveData">
<umb-icon icon="icon-lock" class="umb-group-builder__property-tag-icon"></umb-icon>
<localize key="contentTypeEditor_isSensitiveData">Is sensitive data</localize>
</div>
<div class="umb-group-builder__property-tag -white" ng-if="vm.property.allowCultureVariant">
<umb-icon icon="icon-shuffle" class="umb-group-builder__property-tag-icon"></umb-icon>
<localize key="contentTypeEditor_cultureVariantLabel">Vary by culture</localize>
</div>
<div class="umb-group-builder__property-tag -white" ng-if="vm.property.allowSegmentVariant">
<umb-icon icon="icon-shuffle" class="umb-group-builder__property-tag-icon"></umb-icon>
<localize key="contentTypeEditor_segmentVariantLabel">Vary by segments</localize>
</div>
</div>
<div class="umb-group-builder__property-tags -right">
<div class="umb-group-builder__property-tag" ng-if="vm.property.inherited">
<umb-icon icon="icon-merge" class="umb-group-builder__property-tag-icon"></umb-icon>
<span style="margin-right: 3px"><localize key="contentTypeEditor_inheritedFrom">Inherited from</localize></span>
<button type="button" class="btn btn-small btn-link p0" ng-click="vm.clickComposition(vm.property.contentTypeId)">
{{vm.property.contentTypeName}}
</button>
</div>
<div class="umb-group-builder__property-tag" ng-if="vm.property.locked">
<umb-icon icon="icon-lock" class="umb-group-builder__property-tag-icon"></umb-icon>
<localize key="general_locked">Locked</localize>
</div>
</div>
<ng-form inert class="umb-group-builder__property-preview-form" name="propertyEditorPreviewForm" umb-disable-form-validation ng-click="vm.edit()" tabindex="-1">
<umb-property-editor ng-if="vm.property.view !== undefined"
model="vm.property"
preview="true">
</umb-property-editor>
</ng-form>
<button type="button" aria-label="Open settings" class="umb-group-builder__open-settings" ng-if="!vm.property.inherited && !vm.property.locked" ng-click="vm.edit()"></button>
</div>
<!-- row tools -->
<div class="umb-group-builder__property-actions" ng-if="!vm.sortable">
<div ng-if="!vm.property.inherited">
<!-- settings for property -->
<div class="umb-group-builder__property-action">
<button type="button" aria-label="Open settings" class="btn-icon" ng-click="vm.edit()" localize="title" title="@general_edit">
<umb-icon icon="icon-settings"></umb-icon>
</button>
</div>
<!-- delete property -->
<div ng-if="!vm.property.locked" class="umb-group-builder__property-action">
<button type="button" aria-label="Delete property" class="btn-icon" ng-click="vm.remove()">
<umb-icon icon="icon-trash"></umb-icon>
</button>
</div>
</div>
</div>
</div>
| umbraco/Umbraco-CMS | src/Umbraco.Web.UI.Client/src/views/components/contenttype/umb-content-type-property.html | HTML | mit | 7,554 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0) on Thu Sep 29 14:31:08 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.owasp.appsensor.rpc.thrift.generated.AppSensorApi.Processor.addEvent (appsensor-parent 2.3.0 API)</title>
<meta name="date" content="2016-09-29">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.owasp.appsensor.rpc.thrift.generated.AppSensorApi.Processor.addEvent (appsensor-parent 2.3.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="header">
<h2 title="Uses of Class org.owasp.appsensor.rpc.thrift.generated.AppSensorApi.Processor.addEvent" class="title">Uses of Class<br>org.owasp.appsensor.rpc.thrift.generated.AppSensorApi.Processor.addEvent</h2>
</div>
<div class="classUseContainer">No usage of org.owasp.appsensor.rpc.thrift.generated.AppSensorApi.Processor.addEvent</div>
<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.owasp.org">The Open Web Application Security Project (OWASP)</a>. All rights reserved.</small></p>
</body>
</html>
| jtmelton/appsensor | appsensor-dot-org/site-contents/docs/v2.3.0/javadoc/org/owasp/appsensor/rpc/thrift/generated/class-use/AppSensorApi.Processor.addEvent.html | HTML | mit | 1,577 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>SFML - Simple and Fast Multimedia Library</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta charset="utf-8"/>
<!--<link rel='stylesheet' type='text/css' href="http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<link rel="stylesheet" type="text/css" href="doxygen.css" title="default" media="screen,print" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
</head>
<body>
<div id="banner-container">
<div id="banner">
<span id="sfml">SFML 2.3.2</span>
</div>
</div>
<div id="content">
<!-- Generated by Doxygen 1.8.9.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_51ecf0a6e8eab865032500dd5e8d1fcd.html">include</a></li><li class="navelem"><a class="el" href="dir_b6349a23741a72f221f8c99fd1c52bab.html">SFML</a></li><li class="navelem"><a class="el" href="dir_c897c1dccd7f6b5232b64318cc20f960.html">System</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">ThreadLocalPtr.hpp</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// SFML - Simple and Fast Multimedia Library</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// Copyright (C) 2007-2015 Laurent Gomila (laurent@sfml-dev.org)</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">//</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">// This software is provided 'as-is', without any express or implied warranty.</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">// In no event will the authors be held liable for any damages arising from the use of this software.</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">//</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">// Permission is granted to anyone to use this software for any purpose,</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">// including commercial applications, and to alter it and redistribute it freely,</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">// subject to the following restrictions:</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment">//</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment">// 1. The origin of this software must not be misrepresented;</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment">// you must not claim that you wrote the original software.</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment">// If you use this software in a product, an acknowledgment</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment">// in the product documentation would be appreciated but is not required.</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">//</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">// 2. Altered source versions must be plainly marked as such,</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment">// and must not be misrepresented as being the original software.</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment">//</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment">// 3. This notice may not be removed or altered from any source distribution.</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment">//</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment"></span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#ifndef SFML_THREADLOCALPTR_HPP</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#define SFML_THREADLOCALPTR_HPP</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> </div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="comment">// Headers</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="comment"></span><span class="preprocessor">#include <SFML/System/ThreadLocal.hpp></span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> </div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> </div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="keyword">namespace </span><a class="code" href="namespacesf.html">sf</a></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> {</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T></div>
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="classsf_1_1ThreadLocalPtr.html"> 41</a></span> <span class="keyword">class </span><a class="code" href="classsf_1_1ThreadLocalPtr.html">ThreadLocalPtr</a> : <span class="keyword">private</span> <a class="code" href="classsf_1_1ThreadLocal.html">ThreadLocal</a></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> {</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> </div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <a class="code" href="classsf_1_1ThreadLocalPtr.html#a8c678211d7828d2a8c41cb534422d649">ThreadLocalPtr</a>(T* value = NULL);</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> </div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  T& <a class="code" href="classsf_1_1ThreadLocalPtr.html#a601856258cf668c345b63217a9cd2c07">operator *</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> </div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  T* <a class="code" href="classsf_1_1ThreadLocalPtr.html#aecebc50c4c0ed75bcf246707d54c4d4b">operator -></a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> </div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="keyword">operator</span> T*() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span> </div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <a class="code" href="classsf_1_1ThreadLocalPtr.html">ThreadLocalPtr<T></a>& <a class="code" href="classsf_1_1ThreadLocalPtr.html#a2adfc2e37f437e53acd9d1abd377ef2e">operator =</a>(T* value);</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span> </div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <a class="code" href="classsf_1_1ThreadLocalPtr.html">ThreadLocalPtr<T></a>& <a class="code" href="classsf_1_1ThreadLocalPtr.html#a2adfc2e37f437e53acd9d1abd377ef2e">operator =</a>(<span class="keyword">const</span> <a class="code" href="classsf_1_1ThreadLocalPtr.html">ThreadLocalPtr<T></a>& right);</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span> };</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> </div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> } <span class="comment">// namespace sf</span></div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span> </div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span> <span class="preprocessor">#include <SFML/System/ThreadLocalPtr.inl></span></div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span> </div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span> </div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span> <span class="preprocessor">#endif // SFML_THREADLOCALPTR_HPP</span></div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span> </div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span> </div>
<div class="ttc" id="classsf_1_1ThreadLocalPtr_html"><div class="ttname"><a href="classsf_1_1ThreadLocalPtr.html">sf::ThreadLocalPtr</a></div><div class="ttdoc">Pointer to a thread-local variable. </div><div class="ttdef"><b>Definition:</b> <a href="ThreadLocalPtr_8hpp_source.html#l00041">ThreadLocalPtr.hpp:41</a></div></div>
<div class="ttc" id="classsf_1_1ThreadLocalPtr_html_a8c678211d7828d2a8c41cb534422d649"><div class="ttname"><a href="classsf_1_1ThreadLocalPtr.html#a8c678211d7828d2a8c41cb534422d649">sf::ThreadLocalPtr::ThreadLocalPtr</a></div><div class="ttdeci">ThreadLocalPtr(T *value=NULL)</div><div class="ttdoc">Default constructor. </div></div>
<div class="ttc" id="classsf_1_1ThreadLocalPtr_html_a2adfc2e37f437e53acd9d1abd377ef2e"><div class="ttname"><a href="classsf_1_1ThreadLocalPtr.html#a2adfc2e37f437e53acd9d1abd377ef2e">sf::ThreadLocalPtr::operator=</a></div><div class="ttdeci">ThreadLocalPtr< T > & operator=(T *value)</div><div class="ttdoc">Assignment operator for a raw pointer parameter. </div></div>
<div class="ttc" id="classsf_1_1ThreadLocalPtr_html_a601856258cf668c345b63217a9cd2c07"><div class="ttname"><a href="classsf_1_1ThreadLocalPtr.html#a601856258cf668c345b63217a9cd2c07">sf::ThreadLocalPtr::operator*</a></div><div class="ttdeci">T & operator*() const </div><div class="ttdoc">Overload of unary operator *. </div></div>
<div class="ttc" id="classsf_1_1ThreadLocalPtr_html_aecebc50c4c0ed75bcf246707d54c4d4b"><div class="ttname"><a href="classsf_1_1ThreadLocalPtr.html#aecebc50c4c0ed75bcf246707d54c4d4b">sf::ThreadLocalPtr::operator-></a></div><div class="ttdeci">T * operator->() const </div><div class="ttdoc">Overload of operator -> </div></div>
<div class="ttc" id="namespacesf_html"><div class="ttname"><a href="namespacesf.html">sf</a></div><div class="ttdef"><b>Definition:</b> <a href="AlResource_8hpp_source.html#l00034">AlResource.hpp:34</a></div></div>
<div class="ttc" id="classsf_1_1ThreadLocal_html"><div class="ttname"><a href="classsf_1_1ThreadLocal.html">sf::ThreadLocal</a></div><div class="ttdoc">Defines variables with thread-local storage. </div><div class="ttdef"><b>Definition:</b> <a href="ThreadLocal_8hpp_source.html#l00047">ThreadLocal.hpp:47</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div>
<div id="footer-container">
<div id="footer">
SFML is licensed under the terms and conditions of the <a href="http://www.sfml-dev.org/license.php">zlib/png license</a>.<br>
Copyright © Laurent Gomila ::
Documentation generated by <a href="http://www.doxygen.org/" title="doxygen website">doxygen</a> ::
</div>
</div>
</body>
</html>
| C-Bouthoorn/studious-potato | SFML/share/SFML/doc/html/ThreadLocalPtr_8hpp_source.html | HTML | mit | 13,252 |
{# Flask-Rum [Version 0.1.2]
Two Column Template #}
{% extends 'rum/core/main.html' %}
{% block header %}
<div class="row" id="rum_header">
{% block rum_header %}
{% block rum_nav %}{% endblock %}
{% endblock rum_header %}
</div>
{% endblock header %}
{% block middle %}
<div class="row" id="middle">
{% block rum_middle %}
<div id="rum_middle">
<div class="medium-4 columns panel" style="float:{{ float }}" id="rum_sidebar">
{% block rum_sidebar %}{% endblock %}
</div>
<div class="medium-8 columns panel" id="rum_content">
{% block rum_content %}{% endblock %}
</div>
</div>
{% endblock rum_middle %}
</div>
{% endblock middle %}
{% block footer %}
<div class="row" id="footer">
<div class="medium-12 columns" id="rum_footer"> {% block rum_footer %}{% endblock %} </div>
</div>
{% endblock footer %}
| DommertTech/flask-turnkey | flask_turnkey/flask_rum/rum_templates/rum/core/twocol.html | HTML | mit | 866 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta charset="utf-8"/>
<title>API Documentation</title>
<meta name="author" content=""/>
<meta name="description" content=""/>
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<link href="../css/prism.css" rel="stylesheet" media="all"/>
<link href="../css/template.css" rel="stylesheet" media="all"/>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js" type="text/javascript"></script>
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script src="../js/jquery.smooth-scroll.js"></script>
<script src="../js/prism.min.js"></script>
<!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit-->
<script type="text/javascript">
function loadExternalCodeSnippets() {
Array.prototype.slice.call(document.querySelectorAll('pre[data-src]')).forEach(function (pre) {
var src = pre.getAttribute('data-src');
var extension = (src.match(/\.(\w+)$/) || [, ''])[1];
var language = 'php';
var code = document.createElement('code');
code.className = 'language-' + language;
pre.textContent = '';
code.textContent = 'Loading…';
pre.appendChild(code);
var xhr = new XMLHttpRequest();
xhr.open('GET', src, true);
xhr.onreadystatechange = function () {
if (xhr.readyState == 4) {
if (xhr.status < 400 && xhr.responseText) {
code.textContent = xhr.responseText;
Prism.highlightElement(code);
}
else if (xhr.status >= 400) {
code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
}
else {
code.textContent = '✖ Error: File does not exist or is empty';
}
}
};
xhr.send(null);
});
}
$(document).ready(function(){
loadExternalCodeSnippets();
});
$('#source-view').on('shown', function () {
loadExternalCodeSnippets();
})
</script>
<link rel="shortcut icon" href="../images/favicon.ico"/>
<link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<i class="icon-ellipsis-vertical"></i>
</a>
<a class="brand" href="../index.html">API Documentation</a>
<div class="nav-collapse">
<ul class="nav pull-right">
<li class="dropdown">
<a href="../index.html" class="dropdown-toggle" data-toggle="dropdown">
API Documentation <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="../namespaces/Horus.html">\Horus</a></li>
</ul>
</li>
<li class="dropdown" id="charts-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../graphs/class.html">
<i class="icon-list-alt"></i> Class hierarchy diagram
</a>
</li>
</ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../reports/errors.html">
<i class="icon-list-alt"></i> Errors
</a>
</li>
<li>
<a href="../reports/markers.html">
<i class="icon-list-alt"></i> Markers
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!--<div class="go_to_top">-->
<!--<a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a>-->
<!--</div>-->
</div>
<div id="___" class="container-fluid">
<section class="row-fluid">
<div class="span2 sidebar">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-250864161"></a>
<a href="../namespaces/default.html" style="margin-left: 30px; padding-left: 0">\</a>
</div>
<div id="namespace-250864161" class="accordion-body collapse in">
<div class="accordion-inner">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-1191399329"></a>
<a href="../namespaces/Horus.html" style="margin-left: 30px; padding-left: 0">Horus</a>
</div>
<div id="namespace-1191399329" class="accordion-body collapse ">
<div class="accordion-inner">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-1894035251"></a>
<a href="../namespaces/Horus.SiteBundle.html" style="margin-left: 30px; padding-left: 0">SiteBundle</a>
</div>
<div id="namespace-1894035251" class="accordion-body collapse ">
<div class="accordion-inner">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-117585468"></a>
<a href="../namespaces/Horus.SiteBundle.Repository.html" style="margin-left: 30px; padding-left: 0">Repository</a>
</div>
<div id="namespace-117585468" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/Horus.SiteBundle.Repository.ProduitRepository.html">ProduitRepository</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Repository.FamilleRepository.html">FamilleRepository</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Repository.TagRepository.html">TagRepository</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Repository.PageRepository.html">PageRepository</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Repository.CommercialRepository.html">CommercialRepository</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Repository.ArticleRepository.html">ArticleRepository</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Repository.CategoryRepository.html">CategoryRepository</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Repository.ImageRepository.html">ImageRepository</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Repository.AdministrateurRepository.html">AdministrateurRepository</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Repository.PjRepository.html">PjRepository</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-1593203668"></a>
<a href="../namespaces/Horus.SiteBundle.Form.html" style="margin-left: 30px; padding-left: 0">Form</a>
</div>
<div id="namespace-1593203668" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/Horus.SiteBundle.Form.ArticleType.html">ArticleType</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Form.ImageCategoryType.html">ImageCategoryType</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Form.CommercialType.html">CommercialType</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Form.PageType.html">PageType</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Form.MetaType.html">MetaType</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Form.CategoryType.html">CategoryType</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Form.ImageType.html">ImageType</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Form.TagType.html">TagType</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Form.PjType.html">PjType</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Form.ProductType.html">ProductType</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Form.FamilleType.html">FamilleType</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Form.SeoType.html">SeoType</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Form.SearchType.html">SearchType</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-2010446200"></a>
<a href="../namespaces/Horus.SiteBundle.Entity.html" style="margin-left: 30px; padding-left: 0">Entity</a>
</div>
<div id="namespace-2010446200" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.Administrateur.html">Administrateur</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.Category.html">Category</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.Pj.html">Pj</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.Seo.html">Seo</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.Languages.html">Languages</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.ImageCategory.html">ImageCategory</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.PaylineWalletUsers.html">PaylineWalletUsers</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.PaylineWallet.html">PaylineWallet</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.PaylineCard.html">PaylineCard</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.Tag.html">Tag</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.Villes.html">Villes</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.Produit.html">Produit</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.Article.html">Article</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.Image.html">Image</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.Meta.html">Meta</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.Page.html">Page</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.Famille.html">Famille</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.Metier.html">Metier</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Entity.Commercial.html">Commercial</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-2012323208"></a>
<a href="../namespaces/Horus.SiteBundle.Controller.html" style="margin-left: 30px; padding-left: 0">Controller</a>
</div>
<div id="namespace-2012323208" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/Horus.SiteBundle.Controller.CommercialController.html">CommercialController</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Controller.ClientsController.html">ClientsController</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Controller.PaiementsController.html">PaiementsController</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Controller.CMSController.html">CMSController</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Controller.CommandesController.html">CommandesController</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Controller.LayoutController.html">LayoutController</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Controller.ProductController.html">ProductController</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Controller.MainController.html">MainController</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Controller.ConfiguresController.html">ConfiguresController</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Controller.TransportsController.html">TransportsController</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Controller.AdministrateurController.html">AdministrateurController</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Controller.CategoryController.html">CategoryController</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.Controller.MediasController.html">MediasController</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-928442751"></a>
<a href="../namespaces/Horus.SiteBundle.Tests.html" style="margin-left: 30px; padding-left: 0">Tests</a>
</div>
<div id="namespace-928442751" class="accordion-body collapse ">
<div class="accordion-inner">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-1429281317"></a>
<a href="../namespaces/Horus.SiteBundle.Tests.Controller.html" style="margin-left: 30px; padding-left: 0">Controller</a>
</div>
<div id="namespace-1429281317" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/Horus.SiteBundle.Tests.Controller.DefaultControllerTest.html">DefaultControllerTest</a></li>
</ul>
</div>
</div>
</div>
</div>
<ul>
</ul>
</div>
</div>
</div>
</div>
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-1844631007"></a>
<a href="../namespaces/Horus.SiteBundle.Authentication.html" style="margin-left: 30px; padding-left: 0">Authentication</a>
</div>
<div id="namespace-1844631007" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/Horus.SiteBundle.Authentication.AuthenticationSiteHandler.html">AuthenticationSiteHandler</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-611051106"></a>
<a href="../namespaces/Horus.SiteBundle.Menu.html" style="margin-left: 30px; padding-left: 0">Menu</a>
</div>
<div id="namespace-611051106" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/Horus.SiteBundle.Menu.Builder.html">Builder</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-1566091555"></a>
<a href="../namespaces/Horus.SiteBundle.DependencyInjection.html" style="margin-left: 30px; padding-left: 0">DependencyInjection</a>
</div>
<div id="namespace-1566091555" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/Horus.SiteBundle.DependencyInjection.Configuration.html">Configuration</a></li>
<li class="class"><a href="../classes/Horus.SiteBundle.DependencyInjection.HorusSiteExtension.html">HorusSiteExtension</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-832430669"></a>
<a href="../namespaces/Horus.SiteBundle.Payline.html" style="margin-left: 30px; padding-left: 0">Payline</a>
</div>
<div id="namespace-832430669" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/Horus.SiteBundle.Payline.PaylineCron.html">PaylineCron</a></li>
</ul>
</div>
</div>
</div>
</div>
<ul>
<li class="class"><a href="../classes/Horus.SiteBundle.HorusSiteBundle.html">HorusSiteBundle</a></li>
</ul>
</div>
</div>
</div>
</div>
<ul>
</ul>
</div>
</div>
</div>
</div>
<ul>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="row-fluid">
<div class="span10 offset2">
<div class="row-fluid">
<div class="span8 content class">
<nav>
<a href="../namespaces/Horus.SiteBundle.Entity.html">\Horus\SiteBundle\Entity</a> <i class="icon-level-up"></i>
</nav>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal"><i class="icon-code"></i></a>
<h1><small>\Horus\SiteBundle\Entity</small>Villes</h1>
<p><em>Villes</em></p>
<section id="summary">
<h2>Summary</h2>
<section class="row-fluid heading">
<section class="span4">
<a href="#methods">Methods</a>
</section>
<section class="span4">
<a href="#properties">Properties</a>
</section>
<section class="span4">
<a href="#constants">Constants</a>
</section>
</section>
<section class="row-fluid public">
<section class="span4">
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_getId" class="">getId()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_setDepartement" class="">setDepartement()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_getDepartement" class="">getDepartement()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_setNomVille" class="">setNomVille()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_getNomVille" class="">getNomVille()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_setNomVilleMaj" class="">setNomVilleMaj()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_getNomVilleMaj" class="">getNomVilleMaj()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_setNomVilleUrl" class="">setNomVilleUrl()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_getNomVilleUrl" class="">getNomVilleUrl()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_setCodePostal" class="">setCodePostal()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_getCodePostal" class="">getCodePostal()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_setCodeInsee" class="">setCodeInsee()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_getCodeInsee" class="">getCodeInsee()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_setLatitude" class="">setLatitude()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_getLatitude" class="">getLatitude()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_setLongitude" class="">setLongitude()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_getLongitude" class="">getLongitude()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_setLatrad" class="">setLatrad()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_getLatrad" class="">getLatrad()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_setLonrad" class="">setLonrad()</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#method_getLonrad" class="">getLonrad()</a><br />
</section>
<section class="span4">
<em>No public properties found</em>
</section>
<section class="span4">
<em>No constants found</em>
</section>
</section>
<section class="row-fluid protected">
<section class="span4">
<em>No protected methods found</em>
</section>
<section class="span4">
<em>No protected properties found</em>
</section>
<section class="span4">
<em>N/A</em>
</section>
</section>
<section class="row-fluid private">
<section class="span4">
<em>No private methods found</em>
</section>
<section class="span4">
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#property_id" class="">$id</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#property_departement" class="">$departement</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#property_nomVille" class="">$nomVille</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#property_nomVilleMaj" class="">$nomVilleMaj</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#property_nomVilleUrl" class="">$nomVilleUrl</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#property_codePostal" class="">$codePostal</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#property_codeInsee" class="">$codeInsee</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#property_latitude" class="">$latitude</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#property_longitude" class="">$longitude</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#property_latrad" class="">$latrad</a><br />
<a href="../classes/Horus.SiteBundle.Entity.Villes.html#property_lonrad" class="">$lonrad</a><br />
</section>
<section class="span4">
<em>N/A</em>
</section>
</section>
</section>
</div>
<aside class="span4 detailsbar">
<dl>
<dt>File</dt>
<dd><a href="../files/Entity.Villes.php.html"><div class="path-wrapper">Entity/Villes.php</div></a></dd>
<dt>Package</dt>
<dd><div class="namespace-wrapper">\Default</div></dd>
<dt>Class hierarchy</dt>
<dd class="hierarchy">
<div class="namespace-wrapper">\Horus\SiteBundle\Entity\Villes</div>
</dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr>
<th>
ORM\Table
</th>
<td>
<p>(name="villes")</p>
</td>
</tr>
<tr>
<th>
ORM\Entity
</th>
<td>
<p>(repositoryClass="MyFuckinJob\SiteBundle\Repository\VillesRepository")</p>
</td>
</tr>
</table>
</aside>
</div>
<a id="properties" name="properties"></a>
<div class="row-fluid">
<div class="span8 content class">
<h2>Properties</h2>
</div>
<aside class="span4 detailsbar"></aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_id" name="property_id" class="anchor"></a>
<article class="property">
<h3 class="private ">$id</h3>
<pre class="signature">$id : integer</pre>
<p><em></em></p>
<h4>Type</h4>
integer
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr>
<th>
ORM\Column
</th>
<td>
<p>(name="id", type="integer", nullable=false)</p>
</td>
</tr>
<tr>
<th>
ORM\Id
</th>
<td>
</td>
</tr>
<tr>
<th>
ORM\GeneratedValue
</th>
<td>
<p>(strategy="IDENTITY")</p>
</td>
</tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_departement" name="property_departement" class="anchor"></a>
<article class="property">
<h3 class="private ">$departement</h3>
<pre class="signature">$departement : string</pre>
<p><em></em></p>
<h4>Type</h4>
string
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr>
<th>
ORM\Column
</th>
<td>
<p>(name="departement", type="string", length=2, nullable=true)</p>
</td>
</tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_nomVille" name="property_nomVille" class="anchor"></a>
<article class="property">
<h3 class="private ">$nomVille</h3>
<pre class="signature">$nomVille : string</pre>
<p><em></em></p>
<h4>Type</h4>
string
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr>
<th>
ORM\Column
</th>
<td>
<p>(name="nom_ville", type="string", length=255, nullable=true)</p>
</td>
</tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_nomVilleMaj" name="property_nomVilleMaj" class="anchor"></a>
<article class="property">
<h3 class="private ">$nomVilleMaj</h3>
<pre class="signature">$nomVilleMaj : string</pre>
<p><em></em></p>
<h4>Type</h4>
string
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr>
<th>
ORM\Column
</th>
<td>
<p>(name="nom_ville_maj", type="string", length=255, nullable=true)</p>
</td>
</tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_nomVilleUrl" name="property_nomVilleUrl" class="anchor"></a>
<article class="property">
<h3 class="private ">$nomVilleUrl</h3>
<pre class="signature">$nomVilleUrl : string</pre>
<p><em></em></p>
<h4>Type</h4>
string
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr>
<th>
ORM\Column
</th>
<td>
<p>(name="nom_ville_url", type="string", length=255, nullable=true)</p>
</td>
</tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_codePostal" name="property_codePostal" class="anchor"></a>
<article class="property">
<h3 class="private ">$codePostal</h3>
<pre class="signature">$codePostal : string</pre>
<p><em></em></p>
<h4>Type</h4>
string
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr>
<th>
ORM\Column
</th>
<td>
<p>(name="code_postal", type="string", length=5, nullable=true)</p>
</td>
</tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_codeInsee" name="property_codeInsee" class="anchor"></a>
<article class="property">
<h3 class="private ">$codeInsee</h3>
<pre class="signature">$codeInsee : integer</pre>
<p><em></em></p>
<h4>Type</h4>
integer
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr>
<th>
ORM\Column
</th>
<td>
<p>(name="code_insee", type="integer", nullable=true)</p>
</td>
</tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_latitude" name="property_latitude" class="anchor"></a>
<article class="property">
<h3 class="private ">$latitude</h3>
<pre class="signature">$latitude : float</pre>
<p><em></em></p>
<h4>Type</h4>
float
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr>
<th>
ORM\Column
</th>
<td>
<p>(name="latitude", type="float", nullable=true)</p>
</td>
</tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_longitude" name="property_longitude" class="anchor"></a>
<article class="property">
<h3 class="private ">$longitude</h3>
<pre class="signature">$longitude : float</pre>
<p><em></em></p>
<h4>Type</h4>
float
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr>
<th>
ORM\Column
</th>
<td>
<p>(name="longitude", type="float", nullable=true)</p>
</td>
</tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_latrad" name="property_latrad" class="anchor"></a>
<article class="property">
<h3 class="private ">$latrad</h3>
<pre class="signature">$latrad : float</pre>
<p><em></em></p>
<h4>Type</h4>
float
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr>
<th>
ORM\Column
</th>
<td>
<p>(name="latRad", type="float", nullable=true)</p>
</td>
</tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="property_lonrad" name="property_lonrad" class="anchor"></a>
<article class="property">
<h3 class="private ">$lonrad</h3>
<pre class="signature">$lonrad : float</pre>
<p><em></em></p>
<h4>Type</h4>
float
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr>
<th>
ORM\Column
</th>
<td>
<p>(name="lonRad", type="float", nullable=true)</p>
</td>
</tr>
</table>
</aside>
</div>
<a id="methods" name="methods"></a>
<div class="row-fluid">
<div class="span8 content class"><h2>Methods</h2></div>
<aside class="span4 detailsbar"></aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_getId" name="method_getId" class="anchor"></a>
<article class="method">
<h3 class="public ">getId()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">getId() : integer</pre>
<p><em>Get id</em></p>
<h4>Returns</h4>
integer
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_setDepartement" name="method_setDepartement" class="anchor"></a>
<article class="method">
<h3 class="public ">setDepartement()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">setDepartement(string <span class="argument">$departement</span>) : \Horus\SiteBundle\Entity\Villes</pre>
<p><em>Set departement</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>string</td>
<td>$departement</td>
<td>
</td>
</tr>
</table>
<h4>Returns</h4>
<a href="../classes/Horus.SiteBundle.Entity.Villes.html">\Horus\SiteBundle\Entity\Villes</a>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_getDepartement" name="method_getDepartement" class="anchor"></a>
<article class="method">
<h3 class="public ">getDepartement()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">getDepartement() : string</pre>
<p><em>Get departement</em></p>
<h4>Returns</h4>
string
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_setNomVille" name="method_setNomVille" class="anchor"></a>
<article class="method">
<h3 class="public ">setNomVille()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">setNomVille(string <span class="argument">$nomVille</span>) : \Horus\SiteBundle\Entity\Villes</pre>
<p><em>Set nomVille</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>string</td>
<td>$nomVille</td>
<td>
</td>
</tr>
</table>
<h4>Returns</h4>
<a href="../classes/Horus.SiteBundle.Entity.Villes.html">\Horus\SiteBundle\Entity\Villes</a>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_getNomVille" name="method_getNomVille" class="anchor"></a>
<article class="method">
<h3 class="public ">getNomVille()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">getNomVille() : string</pre>
<p><em>Get nomVille</em></p>
<h4>Returns</h4>
string
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_setNomVilleMaj" name="method_setNomVilleMaj" class="anchor"></a>
<article class="method">
<h3 class="public ">setNomVilleMaj()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">setNomVilleMaj(string <span class="argument">$nomVilleMaj</span>) : \Horus\SiteBundle\Entity\Villes</pre>
<p><em>Set nomVilleMaj</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>string</td>
<td>$nomVilleMaj</td>
<td>
</td>
</tr>
</table>
<h4>Returns</h4>
<a href="../classes/Horus.SiteBundle.Entity.Villes.html">\Horus\SiteBundle\Entity\Villes</a>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_getNomVilleMaj" name="method_getNomVilleMaj" class="anchor"></a>
<article class="method">
<h3 class="public ">getNomVilleMaj()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">getNomVilleMaj() : string</pre>
<p><em>Get nomVilleMaj</em></p>
<h4>Returns</h4>
string
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_setNomVilleUrl" name="method_setNomVilleUrl" class="anchor"></a>
<article class="method">
<h3 class="public ">setNomVilleUrl()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">setNomVilleUrl(string <span class="argument">$nomVilleUrl</span>) : \Horus\SiteBundle\Entity\Villes</pre>
<p><em>Set nomVilleUrl</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>string</td>
<td>$nomVilleUrl</td>
<td>
</td>
</tr>
</table>
<h4>Returns</h4>
<a href="../classes/Horus.SiteBundle.Entity.Villes.html">\Horus\SiteBundle\Entity\Villes</a>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_getNomVilleUrl" name="method_getNomVilleUrl" class="anchor"></a>
<article class="method">
<h3 class="public ">getNomVilleUrl()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">getNomVilleUrl() : string</pre>
<p><em>Get nomVilleUrl</em></p>
<h4>Returns</h4>
string
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_setCodePostal" name="method_setCodePostal" class="anchor"></a>
<article class="method">
<h3 class="public ">setCodePostal()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">setCodePostal(string <span class="argument">$codePostal</span>) : \Horus\SiteBundle\Entity\Villes</pre>
<p><em>Set codePostal</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>string</td>
<td>$codePostal</td>
<td>
</td>
</tr>
</table>
<h4>Returns</h4>
<a href="../classes/Horus.SiteBundle.Entity.Villes.html">\Horus\SiteBundle\Entity\Villes</a>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_getCodePostal" name="method_getCodePostal" class="anchor"></a>
<article class="method">
<h3 class="public ">getCodePostal()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">getCodePostal() : string</pre>
<p><em>Get codePostal</em></p>
<h4>Returns</h4>
string
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_setCodeInsee" name="method_setCodeInsee" class="anchor"></a>
<article class="method">
<h3 class="public ">setCodeInsee()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">setCodeInsee(integer <span class="argument">$codeInsee</span>) : \Horus\SiteBundle\Entity\Villes</pre>
<p><em>Set codeInsee</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>integer</td>
<td>$codeInsee</td>
<td>
</td>
</tr>
</table>
<h4>Returns</h4>
<a href="../classes/Horus.SiteBundle.Entity.Villes.html">\Horus\SiteBundle\Entity\Villes</a>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_getCodeInsee" name="method_getCodeInsee" class="anchor"></a>
<article class="method">
<h3 class="public ">getCodeInsee()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">getCodeInsee() : integer</pre>
<p><em>Get codeInsee</em></p>
<h4>Returns</h4>
integer
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_setLatitude" name="method_setLatitude" class="anchor"></a>
<article class="method">
<h3 class="public ">setLatitude()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">setLatitude(float <span class="argument">$latitude</span>) : \Horus\SiteBundle\Entity\Villes</pre>
<p><em>Set latitude</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>float</td>
<td>$latitude</td>
<td>
</td>
</tr>
</table>
<h4>Returns</h4>
<a href="../classes/Horus.SiteBundle.Entity.Villes.html">\Horus\SiteBundle\Entity\Villes</a>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_getLatitude" name="method_getLatitude" class="anchor"></a>
<article class="method">
<h3 class="public ">getLatitude()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">getLatitude() : float</pre>
<p><em>Get latitude</em></p>
<h4>Returns</h4>
float
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_setLongitude" name="method_setLongitude" class="anchor"></a>
<article class="method">
<h3 class="public ">setLongitude()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">setLongitude(float <span class="argument">$longitude</span>) : \Horus\SiteBundle\Entity\Villes</pre>
<p><em>Set longitude</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>float</td>
<td>$longitude</td>
<td>
</td>
</tr>
</table>
<h4>Returns</h4>
<a href="../classes/Horus.SiteBundle.Entity.Villes.html">\Horus\SiteBundle\Entity\Villes</a>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_getLongitude" name="method_getLongitude" class="anchor"></a>
<article class="method">
<h3 class="public ">getLongitude()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">getLongitude() : float</pre>
<p><em>Get longitude</em></p>
<h4>Returns</h4>
float
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_setLatrad" name="method_setLatrad" class="anchor"></a>
<article class="method">
<h3 class="public ">setLatrad()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">setLatrad(float <span class="argument">$latrad</span>) : \Horus\SiteBundle\Entity\Villes</pre>
<p><em>Set latrad</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>float</td>
<td>$latrad</td>
<td>
</td>
</tr>
</table>
<h4>Returns</h4>
<a href="../classes/Horus.SiteBundle.Entity.Villes.html">\Horus\SiteBundle\Entity\Villes</a>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_getLatrad" name="method_getLatrad" class="anchor"></a>
<article class="method">
<h3 class="public ">getLatrad()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">getLatrad() : float</pre>
<p><em>Get latrad</em></p>
<h4>Returns</h4>
float
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_setLonrad" name="method_setLonrad" class="anchor"></a>
<article class="method">
<h3 class="public ">setLonrad()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">setLonrad(float <span class="argument">$lonrad</span>) : \Horus\SiteBundle\Entity\Villes</pre>
<p><em>Set lonrad</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>float</td>
<td>$lonrad</td>
<td>
</td>
</tr>
</table>
<h4>Returns</h4>
<a href="../classes/Horus.SiteBundle.Entity.Villes.html">\Horus\SiteBundle\Entity\Villes</a>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_getLonrad" name="method_getLonrad" class="anchor"></a>
<article class="method">
<h3 class="public ">getLonrad()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">getLonrad() : float</pre>
<p><em>Get lonrad</em></p>
<h4>Returns</h4>
float
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr><td colspan="2"><em>None found</em></td></tr>
</table>
</aside>
</div>
</div>
</section>
<div id="source-view" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="source-view-label" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="source-view-label">Villes.php</h3>
</div>
<div class="modal-body">
<pre data-src="../files/Entity/Villes.php.txt" class="language-php line-numbers"></pre>
</div>
</div>
<footer class="row-fluid">
<section class="span10 offset2">
<section class="row-fluid">
<section class="span10 offset1">
<section class="row-fluid footer-sections">
<section class="span4">
<h1><i class="icon-code"></i></h1>
<div>
<ul>
<li><a href="../namespaces/Horus.html">\Horus</a></li>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-bar-chart"></i></h1>
<div>
<ul>
<li><a href="">Class Hierarchy Diagram</a></li>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-pushpin"></i></h1>
<div>
<ul>
<li><a href="">Errors</a></li>
<li><a href="">Markers</a></li>
</ul>
</div>
</section>
</section>
</section>
</section>
<section class="row-fluid">
<section class="span10 offset1">
<hr />
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
on November 21st, 2013 at 15:59.
</section>
</section>
</section>
</footer>
</div>
</body>
</html>
| Symfomany/Horus | phpdoc/classes/Horus.SiteBundle.Entity.Villes.html | HTML | mit | 87,144 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_20) on Sun Oct 04 16:38:50 CDT 2009 -->
<TITLE>
SampleRecorder
</TITLE>
<META NAME="keywords" CONTENT="ddf.minim.spi.SampleRecorder interface">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="SampleRecorder";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SampleRecorder.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../ddf/minim/spi/MinimServiceProvider.html" title="interface in ddf.minim.spi"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?ddf/minim/spi/SampleRecorder.html" target="_top"><B>FRAMES</B></A>
<A HREF="SampleRecorder.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
ddf.minim.spi</FONT>
<BR>
Interface SampleRecorder</H2>
<DL>
<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../ddf/minim/AudioListener.html" title="interface in ddf.minim">AudioListener</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>SampleRecorder</B><DT>extends <A HREF="../../../ddf/minim/AudioListener.html" title="interface in ddf.minim">AudioListener</A></DL>
</PRE>
<P>
<code>SampleRecorder</code> is an interface that describes the limited
set of functionality required of an object that records samples. It is
not required that the <code>SampleRecorder</code> records to disk, though
the implementations in Minim do so.
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Damien Di Fede</DD>
</DL>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../ddf/minim/spi/SampleRecorder.html#beginRecord()">beginRecord</A></B>()</CODE>
<BR>
Begins recording.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../ddf/minim/spi/SampleRecorder.html#endRecord()">endRecord</A></B>()</CODE>
<BR>
Halts recording.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../ddf/minim/spi/SampleRecorder.html#filePath()">filePath</A></B>()</CODE>
<BR>
Returns the full path to the file this is saving to, if it exists.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../ddf/minim/spi/SampleRecorder.html#isRecording()">isRecording</A></B>()</CODE>
<BR>
Returns the current record state.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../ddf/minim/spi/AudioRecordingStream.html" title="interface in ddf.minim.spi">AudioRecordingStream</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../ddf/minim/spi/SampleRecorder.html#save()">save</A></B>()</CODE>
<BR>
Saves the recorded samples, probably to disk.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_ddf.minim.AudioListener"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface ddf.minim.<A HREF="../../../ddf/minim/AudioListener.html" title="interface in ddf.minim">AudioListener</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../ddf/minim/AudioListener.html#samples(float[])">samples</A>, <A HREF="../../../ddf/minim/AudioListener.html#samples(float[], float[])">samples</A></CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="filePath()"><!-- --></A><H3>
filePath</H3>
<PRE>
java.lang.String <B>filePath</B>()</PRE>
<DL>
<DD>Returns the full path to the file this is saving to, if it exists.
If this is not saving to a file, an empty <code>String</code> will be
returned.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the full path to the file or an empty String</DL>
</DD>
</DL>
<HR>
<A NAME="beginRecord()"><!-- --></A><H3>
beginRecord</H3>
<PRE>
void <B>beginRecord</B>()</PRE>
<DL>
<DD>Begins recording.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endRecord()"><!-- --></A><H3>
endRecord</H3>
<PRE>
void <B>endRecord</B>()</PRE>
<DL>
<DD>Halts recording.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isRecording()"><!-- --></A><H3>
isRecording</H3>
<PRE>
boolean <B>isRecording</B>()</PRE>
<DL>
<DD>Returns the current record state.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>true if this is recording</DL>
</DD>
</DL>
<HR>
<A NAME="save()"><!-- --></A><H3>
save</H3>
<PRE>
<A HREF="../../../ddf/minim/spi/AudioRecordingStream.html" title="interface in ddf.minim.spi">AudioRecordingStream</A> <B>save</B>()</PRE>
<DL>
<DD>Saves the recorded samples, probably to disk.
Returns the recorded audio as an AudioRecordingStream.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SampleRecorder.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../ddf/minim/spi/MinimServiceProvider.html" title="interface in ddf.minim.spi"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?ddf/minim/spi/SampleRecorder.html" target="_top"><B>FRAMES</B></A>
<A HREF="SampleRecorder.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| drakh/enterin_wodies | processing_libraries/minim/doc/ddf/minim/spi/SampleRecorder.html | HTML | cc0-1.0 | 11,627 |
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="google-site-verification" content="xBT4GhYoi5qRD5tr338pgPM5OWHHIDR6mNg1a3euekI" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ site.description }}">
<meta name="keywords" content="{{ site.keyword }}">
<meta name="theme-color" content="{{ site.chrome-tab-theme-color }}">
<title>{% if page.title %}{{ page.title }} - {{ site.SEOTitle }}{% else %}{{ site.SEOTitle }}{% endif %}</title>
<!-- Web App Manifest -->
<link rel="manifest" href="{{ site.baseurl }}/pwa/manifest.json">
<!-- Favicon -->
<link rel="shortcut icon" href="{{ site.baseurl }}/img/favicon1.ico">
<!-- Canonical URL -->
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="{{ "/css/bootstrap.min.css" | prepend: site.baseurl }}">
<!-- Custom CSS -->
<link rel="stylesheet" href="{{ "/css/hux-blog.min.css" | prepend: site.baseurl }}">
<!-- Pygments Github CSS -->
<link rel="stylesheet" href="{{ "/css/syntax.css" | prepend: site.baseurl }}">
<!-- Custom Fonts -->
<!-- <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> -->
<!-- Hux change font-awesome CDN to qiniu -->
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Hux Delete, sad but pending in China
<link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/
css'>
-->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- ga & ba script hoook -->
<script></script>
</head>
| merrygreek/merrygreek.github.io | _includes/head.html | HTML | apache-2.0 | 2,429 |
{{ $links := .Site.Params.links }}
<footer class="bg-dark py-5 row d-print-none">
<div class="container-fluid mx-sm-5">
<div class="row">
<div class="col-6 col-sm-4 text-xs-center order-sm-2">
{{ with $links }}
{{ with index . "user"}}
{{ template "footer-links-block" . }}
{{ end }}
{{ end }}
</div>
<div class="col-6 col-sm-4 text-right text-xs-center order-sm-3">
{{ with $links }}
{{ with index . "developer"}}
{{ template "footer-links-block" . }}
{{ end }}
{{ end }}
</div>
<div class="col-12 col-sm-4 text-center py-2 order-sm-2">
{{ with .Site.Params.copyright }}<small class="text-white">© {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}</small>{{ end }}
{{ with .Site.Params.privacy_policy }}<small class="ml-1"><a href="{{ . }}" target="_blank" rel="noopener">{{ T "footer_privacy_policy" }}</a></small>{{ end }}
{{ if not .Site.Params.ui.footer_about_disable }}
{{ with .Site.GetPage "about" }}<p class="mt-2"><a href="{{ .RelPermalink }}">{{ .Title }}</a></p>{{ end }}
{{ end }}
</div>
</div>
</div>
</footer>
{{ define "footer-links-block" }}
<ul class="list-inline mb-0">
{{ range . }}
<li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="{{ .name }}" aria-label="{{ .name }}">
<a class="text-white" target="_blank" rel="noopener" href="{{ .url }}" aria-label="{{ .name }}">
<i class="{{ .icon }}"></i>
</a>
</li>
{{ end }}
</ul>
{{ end }}
| googleforgames/open-match-docs | site/themes/docsy/layouts/partials/footer.html | HTML | apache-2.0 | 1,576 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>Uses of Class org.deidentifier.arx.criteria.TCloseness (ARX API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.deidentifier.arx.criteria.TCloseness (ARX API Documentation)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/deidentifier/arx/criteria/TCloseness.html" title="class in org.deidentifier.arx.criteria">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/deidentifier/arx/criteria/class-use/TCloseness.html" target="_top">Frames</a></li>
<li><a href="TCloseness.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.deidentifier.arx.criteria.TCloseness" class="title">Uses of Class<br>org.deidentifier.arx.criteria.TCloseness</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/deidentifier/arx/criteria/TCloseness.html" title="class in org.deidentifier.arx.criteria">TCloseness</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.deidentifier.arx.criteria">org.deidentifier.arx.criteria</a></td>
<td class="colLast">
<div class="block">This package implements different variants of class-based privacy criteria,
such as k-anonymity, l-diversity, t-closeness and d-presence.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.deidentifier.arx.criteria">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/deidentifier/arx/criteria/TCloseness.html" title="class in org.deidentifier.arx.criteria">TCloseness</a> in <a href="../../../../../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/deidentifier/arx/criteria/TCloseness.html" title="class in org.deidentifier.arx.criteria">TCloseness</a> in <a href="../../../../../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/criteria/EqualDistanceTCloseness.html" title="class in org.deidentifier.arx.criteria">EqualDistanceTCloseness</a></strong></code>
<div class="block">The t-closeness criterion with equal-distance EMD.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/criteria/HierarchicalDistanceTCloseness.html" title="class in org.deidentifier.arx.criteria">HierarchicalDistanceTCloseness</a></strong></code>
<div class="block">The t-closeness criterion with hierarchical-distance EMD.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/deidentifier/arx/criteria/TCloseness.html" title="class in org.deidentifier.arx.criteria">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/deidentifier/arx/criteria/class-use/TCloseness.html" target="_top">Frames</a></li>
<li><a href="TCloseness.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| TheRealRasu/arx | doc/api/org/deidentifier/arx/criteria/class-use/TCloseness.html | HTML | apache-2.0 | 6,653 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=type.Population.html">
</head>
<body>
<p>Redirecting to <a href="type.Population.html">type.Population.html</a>...</p>
<script>location.replace("type.Population.html" + location.search + location.hash);</script>
</body>
</html> | ncalexan/mentat | docs/apis/0.7/rust/mentat_db/internal_types/Population.t.html | HTML | apache-2.0 | 321 |
<!DOCTYPE html>
<HTML>
<HEAD>
<TITLE>ZTREE DEMO - url</TITLE>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../css/demo.css" type="text/css">
<link rel="stylesheet" href="../../../css/zTreeStyle/zTreeStyle.css"
type="text/css">
<script type="text/javascript" src="../../../js/jquery-1.4.4.min.js"></script>
<script type="text/javascript"
src="../../../js/jquery.ztree.core-3.5.js"></script>
<!-- <script type="text/javascript" src="../../../js/jquery.ztree.excheck-3.5.js"></script>
<script type="text/javascript" src="../../../js/jquery.ztree.exedit-3.5.js"></script>-->
<SCRIPT type="text/javascript">
<!--
var setting = {
data: {
simpleData: {
enable: true
}
}
};
var zNodes =[
{ id:1, pId:0, name:"zTree Home", url:"http://www.baby666.cn", target:"_blank"},
{ id:2, pId:0, name:"zTree in Google", url:"http://code.google.com/p/jquerytree/", target:"_blank"},
{ id:3, pId:0, name:"zTree in Iteye", url:"http://ztreeapi.iteye.com/", target:"_blank"},
{ id:4, pId:0, name:"Nothing...", url:"", target:"_blank", click:"alert('我是不会跳转的...');"}
];
$(document).ready(function(){
$.fn.zTree.init($("#treeDemo"), setting, zNodes);
});
//-->
</SCRIPT>
</HEAD>
<BODY>
<h1>超链接演示</h1>
<h6>[ 文件路径: core/url.html ]</h6>
<div class="content_wrap">
<div class="zTreeDemoBackground left">
<ul id="treeDemo" class="ztree"></ul>
</div>
<div class="right">
<ul class="info">
<li class="title"><h2>1、setting 配置信息说明</h2>
<ul class="list">
<li>普通使用,无必须设置的参数</li>
<li class="highlight_red">如果需要灵活控制超链接跳转,请利用 onClick
事件回调函数进行控制,详细请参见 API 文档中的相关内容</li>
</ul></li>
<li class="title"><h2>2、treeNode 节点数据说明</h2>
<ul class="list">
<li class="highlight_red">1、url 属性用于设置 页面跳转的路径</li>
<li class="highlight_red">2、target 属性用于设置 页面跳转的窗口目标</li>
<li class="highlight_red">3、click 属性用于设置简单的 onClick 事件</li>
<li>其他属性说明请参考 API 文档中 "treeNode 节点数据详解"</li>
</ul></li>
</ul>
</div>
</div>
</BODY>
</HTML> | tangaoyu520hf/jeesiteFrist | src/main/webapp/static/jquery-ztree/3.5.12/demo/cn/core/url.html | HTML | apache-2.0 | 2,360 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Tue Feb 14 08:16:37 UTC 2012 -->
<TITLE>
Uses of Class org.apache.hadoop.io.file.tfile.Utils (Hadoop 1.0.1 API)
</TITLE>
<META NAME="date" CONTENT="2012-02-14">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.hadoop.io.file.tfile.Utils (Hadoop 1.0.1 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/io/file/tfile/Utils.html" title="class in org.apache.hadoop.io.file.tfile"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/hadoop/io/file/tfile//class-useUtils.html" target="_top"><B>FRAMES</B></A>
<A HREF="Utils.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.io.file.tfile.Utils</B></H2>
</CENTER>
No usage of org.apache.hadoop.io.file.tfile.Utils
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/io/file/tfile/Utils.html" title="class in org.apache.hadoop.io.file.tfile"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/hadoop/io/file/tfile//class-useUtils.html" target="_top"><B>FRAMES</B></A>
<A HREF="Utils.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2009 The Apache Software Foundation
</BODY>
</HTML>
| zhaobj/MyHadoop | docs/api/org/apache/hadoop/io/file/tfile/class-use/Utils.html | HTML | apache-2.0 | 6,086 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
<title>Warsaw 2015
- Proposal</title>
<meta name="author" content="Grzegorz Nosek" >
<link rel="alternate" type="application/rss+xml" title="devopsdays RSS Feed" href="http://www.devopsdays.org/feed/" >
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load('jquery', '1.3.2');
</script>
<!---This is a combined jAmpersand, jqwindont , jPullquote -->
<script type="text/javascript" src="/js/devops.js"></script>
<!--- Blueprint CSS Framework Screen + Fancytype-Screen + jedi.css -->
<link rel="stylesheet" href="/css/devops.min.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="/css/blueprint/print.css" type="text/css" media="print">
<!--[if IE]>
<link rel="stylesheet" href="/css/blueprint/ie.css" type="text/css" media="screen, projection">
<![endif]-->
</head>
<body onload="initialize()">
<div class="container ">
<div class="span-24 last" id="header">
<div class="span-16 first">
<img src="/images/devopsdays-banner.png" title="devopsdays banner" width="801" height="115" alt="devopdays banner" ><br>
</div>
<div class="span-8 last">
</div>
</div>
<div class="span-24 last">
<div class="span-15 first">
<div id="headermenu">
<table >
<tr>
<td>
<a href="/"><img alt="home" title="home" src="/images/home.png"></a>
<a href="/">Home</a>
</td>
<td>
<a href="/contact/"><img alt="contact" title="contact" src="/images/contact.png"></a>
<a href="/contact/">Contact</a>
</td>
<td>
<a href="/events/"><img alt="events" title="events" src="/images/events.png"></a>
<a href="/events/">Events</a>
</td>
<td>
<a href="/presentations/"><img alt="presentations" title="presentations" src="/images/presentations.png"></a>
<a href="/presentations/">Presentations</a>
</td>
<td>
<a href="/blog/"><img alt="blog" title="blog" src="/images/blog.png"></a>
<a href="/blog/">Blog</a>
</td>
</tr>
</table>
</div>
</div>
<div class="span-8 last">
</div>
<div class="span-24 last" id="title">
<div class="span-15 first">
<h1>Warsaw 2015
- Proposal </h1>
</div>
<div class="span-8 last">
</div>
<h1>Gold partners</h1>
</div>
<div class="span-15 ">
<div class="span-15 last ">
<div class="submenu">
<h3>
<a href="/events/2015-warsaw/">Welcome</a>
<a href="/events/2015-warsaw/location">Location</a>
<a href="https://rejestracja.proidea.org.pl/registration/form.html?conferenceId=9A66580322513117A49E03F6A43C884E&utm_campaign=website&utm_source=orgsite_nav&utm_medium=link">Register</a>
<a href="/events/2015-warsaw/program">Program</a>
<a href="/events/2015-warsaw/propose">Ignites</a>
<a href="/events/2015-warsaw/partners">Partners</a>
<a href="/events/2015-warsaw/contact">Contact</a>
<a href="/events/2015-warsaw/conduct">Code of Conduct</a>
</h3>
</div>
Back to <a href='..'>proposals overview</a> - <a href='../../program'>program</a>
<hr>
<h3>DevOps: JFDI</h3>
<p><strong>Abstract:</strong></p>
<p>Are your servers still unique snowflakes, managed by hand and an occasional shell script? No two development environments
alike? Whatever your excuse for passing on configuration management, I've probably been there.</p>
<p><strong>Speaker:</strong></p>
<p>Co-founder and Chief Tinkering Officer at MegiTeam, an innovative web host. Long-time Linux admin and systems programmer.
Lazy to the bone, automates anything he has to do more than twice.</p>
</div>
<div class="span-15 first last">
<script type="text/javascript">
// var disqus_developer = 1;
</script>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'devopsdays';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
<hr>
</div>
</div>
<div class="span-8 last">
<div class="span-8 last">
<h1>Main Partner</h1>
<a href='http://allegro.tech/'><img border=0 alt='allegro.tech' title='allegro.tech' width=100px height=100px src='/events/2015-warsaw/logos/allegrotech.png'></a>
<h1>Platinum Partner</h1>
<a href='http://www.uniteam.pl/'><img border=0 alt='Uniteam' title='Uniteam' width=100px height=100px src='/events/2015-warsaw/logos/uniteam.png'></a>
<h1>Gold Partner</h1>
<a href='https://www.kainos.pl/'><img border=0 alt='Kainos' title='Kainos' width=100px height=100px src='/events/2015-warsaw/logos/kainos.png'></a>
<h1>Regeneration Zone Partner</h1>
<a href='http://www.connectis.pl/'><img border=0 alt='Connectis' title='Connectis' width=100px height=100px src='/events/2015-warsaw/logos/connectis.png'></a>
<h1>Sponsor</h1>
<a href='http://coders-mill.com/'><img border=0 alt='Codersmill' title='Codersmill' width=100px height=100px src='/events/2015-warsaw/logos/codersmill.png'></a>
<h1>Partners</h1>
<a href='http://eventory.cc/'><img border=0 alt='EventoryApp' title='EventoryApp' width=100px height=100px src='/events/2015-warsaw/logos/eventory.png'></a>
<a href='http://kamea.travel.pl/'><img border=0 alt='Kamea' title='Kamea' width=100px height=100px src='/events/2015-warsaw/logos/kamea.png'></a>
<a href='https://teetbee.com/'><img border=0 alt='Teetbee' title='Teetbee' width=100px height=100px src='/events/2015-warsaw/logos/teetbee.png'></a>
<i> <a href='/events/2015-warsaw/partners'>Become one!</a></i>
</div>
<div class="span-8 last">
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9713393-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| masteinhauser/devopsdays-web | static/events/2015-warsaw/proposals/GrzegorzNosek_DevOpsJFDI/index.html | HTML | apache-2.0 | 6,702 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_36) on Wed Jan 13 23:44:28 CST 2016 -->
<title>ClockService.ProcessorClocks$</title>
<meta name="date" content="2016-01-13">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ClockService.ProcessorClocks$";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../io/gearpump/streaming/appmaster/ClockService.ProcessorClock.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li>
<li><a href="../../../../io/gearpump/streaming/appmaster/ClockService.Report.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?io/gearpump/streaming/appmaster/ClockService.ProcessorClocks$.html" target="_top">FRAMES</a></li>
<li><a href="ClockService.ProcessorClocks$.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>SUMMARY: </li>
<li>NESTED | </li>
<li><a href="#field_summary">FIELD</a> | </li>
<li><a href="#constructor_summary">CONSTR</a> | </li>
<li><a href="#method_summary">METHOD</a></li>
</ul>
<ul class="subNavList">
<li>DETAIL: </li>
<li><a href="#field_detail">FIELD</a> | </li>
<li><a href="#constructor_detail">CONSTR</a> | </li>
<li><a href="#method_detail">METHOD</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<p class="subTitle">io.gearpump.streaming.appmaster</p>
<h2 title="Class ClockService.ProcessorClocks$" class="title">Class ClockService.ProcessorClocks$</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>io.gearpump.streaming.appmaster.ClockService.ProcessorClocks$</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../io/gearpump/streaming/appmaster/ClockService.html" title="class in io.gearpump.streaming.appmaster">ClockService</a></dd>
</dl>
<hr>
<br>
<pre>public static class <strong>ClockService.ProcessorClocks$</strong>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../io/gearpump/streaming/appmaster/ClockService.ProcessorClocks$.html" title="class in io.gearpump.streaming.appmaster">ClockService.ProcessorClocks$</a></code></td>
<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/ClockService.ProcessorClocks$.html#MODULE$">MODULE$</a></strong></code>
<div class="block">Static reference to the singleton instance of this Scala object.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/ClockService.ProcessorClocks$.html#ClockService.ProcessorClocks$()">ClockService.ProcessorClocks$</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/ClockService.ProcessorClocks$.html#minClock(io.gearpump.streaming.appmaster.ClockService.ProcessorClock[])">minClock</a></strong>(<a href="../../../../io/gearpump/streaming/appmaster/ClockService.ProcessorClock.html" title="class in io.gearpump.streaming.appmaster">ClockService.ProcessorClock</a>[] clock)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="MODULE$">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>MODULE$</h4>
<pre>public static final <a href="../../../../io/gearpump/streaming/appmaster/ClockService.ProcessorClocks$.html" title="class in io.gearpump.streaming.appmaster">ClockService.ProcessorClocks$</a> MODULE$</pre>
<div class="block">Static reference to the singleton instance of this Scala object.</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ClockService.ProcessorClocks$()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ClockService.ProcessorClocks$</h4>
<pre>public ClockService.ProcessorClocks$()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="minClock(io.gearpump.streaming.appmaster.ClockService.ProcessorClock[])">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>minClock</h4>
<pre>public long minClock(<a href="../../../../io/gearpump/streaming/appmaster/ClockService.ProcessorClock.html" title="class in io.gearpump.streaming.appmaster">ClockService.ProcessorClock</a>[] clock)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../io/gearpump/streaming/appmaster/ClockService.ProcessorClock.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li>
<li><a href="../../../../io/gearpump/streaming/appmaster/ClockService.Report.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?io/gearpump/streaming/appmaster/ClockService.ProcessorClocks$.html" target="_top">FRAMES</a></li>
<li><a href="ClockService.ProcessorClocks$.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>SUMMARY: </li>
<li>NESTED | </li>
<li><a href="#field_summary">FIELD</a> | </li>
<li><a href="#constructor_summary">CONSTR</a> | </li>
<li><a href="#method_summary">METHOD</a></li>
</ul>
<ul class="subNavList">
<li>DETAIL: </li>
<li><a href="#field_detail">FIELD</a> | </li>
<li><a href="#constructor_detail">CONSTR</a> | </li>
<li><a href="#method_detail">METHOD</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| stanleyxu2005/gearpump.github.io | releases/0.7.4/api/java/io/gearpump/streaming/appmaster/ClockService.ProcessorClocks$.html | HTML | apache-2.0 | 10,897 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Fri Aug 28 09:51:25 EDT 2015 -->
<title>UTName (apache-cassandra API)</title>
<meta name="date" content="2015-08-28">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="UTName (apache-cassandra API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/UTName.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/cassandra/cql3/UserTypes.Literal.html" title="class in org.apache.cassandra.cql3"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/cql3/VariableSpecifications.html" title="class in org.apache.cassandra.cql3"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/cql3/UTName.html" target="_top">Frames</a></li>
<li><a href="UTName.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cassandra.cql3</div>
<h2 title="Class UTName" class="title">Class UTName</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.cassandra.cql3.UTName</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">UTName</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/cql3/UTName.html#UTName-org.apache.cassandra.cql3.ColumnIdentifier-org.apache.cassandra.cql3.ColumnIdentifier-">UTName</a></span>(<a href="../../../../org/apache/cassandra/cql3/ColumnIdentifier.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier</a> ksName,
<a href="../../../../org/apache/cassandra/cql3/ColumnIdentifier.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier</a> utName)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/cql3/UTName.html#getKeyspace--">getKeyspace</a></span>()</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/cql3/UTName.html#getStringTypeName--">getStringTypeName</a></span>()</code> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>java.nio.ByteBuffer</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/cql3/UTName.html#getUserTypeName--">getUserTypeName</a></span>()</code> </td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/cql3/UTName.html#hasKeyspace--">hasKeyspace</a></span>()</code> </td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/cql3/UTName.html#setKeyspace-java.lang.String-">setKeyspace</a></span>(java.lang.String keyspace)</code> </td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/cql3/UTName.html#toString--">toString</a></span>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="UTName-org.apache.cassandra.cql3.ColumnIdentifier-org.apache.cassandra.cql3.ColumnIdentifier-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>UTName</h4>
<pre>public UTName(<a href="../../../../org/apache/cassandra/cql3/ColumnIdentifier.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier</a> ksName,
<a href="../../../../org/apache/cassandra/cql3/ColumnIdentifier.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier</a> utName)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="hasKeyspace--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasKeyspace</h4>
<pre>public boolean hasKeyspace()</pre>
</li>
</ul>
<a name="setKeyspace-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setKeyspace</h4>
<pre>public void setKeyspace(java.lang.String keyspace)</pre>
</li>
</ul>
<a name="getKeyspace--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKeyspace</h4>
<pre>public java.lang.String getKeyspace()</pre>
</li>
</ul>
<a name="getUserTypeName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUserTypeName</h4>
<pre>public java.nio.ByteBuffer getUserTypeName()</pre>
</li>
</ul>
<a name="getStringTypeName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStringTypeName</h4>
<pre>public java.lang.String getStringTypeName()</pre>
</li>
</ul>
<a name="toString--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>public java.lang.String toString()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/UTName.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/cassandra/cql3/UserTypes.Literal.html" title="class in org.apache.cassandra.cql3"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/cql3/VariableSpecifications.html" title="class in org.apache.cassandra.cql3"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/cql3/UTName.html" target="_top">Frames</a></li>
<li><a href="UTName.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015 The Apache Software Foundation</small></p>
</body>
</html>
| mitch-kyle/message-board | support/apache-cassandra-2.2.1/javadoc/org/apache/cassandra/cql3/UTName.html | HTML | apache-2.0 | 12,456 |
<div class="pagination_wrap">
<nav class="navigation pagination" role="navigation">
{{ template "_internal/pagination.html" . }}
</nav>
</div> | atomsfat/groovyando-website | themes/vito/layouts/partials/pagination.html | HTML | apache-2.0 | 152 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>TestZKLessSplitOnCluster xref</title>
<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../../../testapidocs/org/apache/hadoop/hbase/regionserver/TestZKLessSplitOnCluster.html">View Javadoc</a></div><pre>
<a class="jxr_linenumber" name="1" href="#1">1</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="2" href="#2">2</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="3" href="#3">3</a> <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
<a class="jxr_linenumber" name="4" href="#4">4</a> <em class="jxr_javadoccomment"> * or more contributor license agreements. See the NOTICE file</em>
<a class="jxr_linenumber" name="5" href="#5">5</a> <em class="jxr_javadoccomment"> * distributed with this work for additional information</em>
<a class="jxr_linenumber" name="6" href="#6">6</a> <em class="jxr_javadoccomment"> * regarding copyright ownership. The ASF licenses this file</em>
<a class="jxr_linenumber" name="7" href="#7">7</a> <em class="jxr_javadoccomment"> * to you under the Apache License, Version 2.0 (the</em>
<a class="jxr_linenumber" name="8" href="#8">8</a> <em class="jxr_javadoccomment"> * "License"); you may not use this file except in compliance</em>
<a class="jxr_linenumber" name="9" href="#9">9</a> <em class="jxr_javadoccomment"> * with the License. You may obtain a copy of the License at</em>
<a class="jxr_linenumber" name="10" href="#10">10</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="11" href="#11">11</a> <em class="jxr_javadoccomment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
<a class="jxr_linenumber" name="12" href="#12">12</a> <em class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="13" href="#13">13</a> <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
<a class="jxr_linenumber" name="14" href="#14">14</a> <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
<a class="jxr_linenumber" name="15" href="#15">15</a> <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
<a class="jxr_linenumber" name="16" href="#16">16</a> <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
<a class="jxr_linenumber" name="17" href="#17">17</a> <em class="jxr_javadoccomment"> * limitations under the License.</em>
<a class="jxr_linenumber" name="18" href="#18">18</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="19" href="#19">19</a> <strong class="jxr_keyword">package</strong> org.apache.hadoop.hbase.regionserver;
<a class="jxr_linenumber" name="20" href="#20">20</a>
<a class="jxr_linenumber" name="21" href="#21">21</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.LargeTests;
<a class="jxr_linenumber" name="22" href="#22">22</a> <strong class="jxr_keyword">import</strong> org.junit.AfterClass;
<a class="jxr_linenumber" name="23" href="#23">23</a> <strong class="jxr_keyword">import</strong> org.junit.BeforeClass;
<a class="jxr_linenumber" name="24" href="#24">24</a> <strong class="jxr_keyword">import</strong> org.junit.experimental.categories.Category;
<a class="jxr_linenumber" name="25" href="#25">25</a>
<a class="jxr_linenumber" name="26" href="#26">26</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="27" href="#27">27</a> <em class="jxr_javadoccomment"> * Like {@link TestSplitTransaction} in that we're testing {@link SplitTransaction}</em>
<a class="jxr_linenumber" name="28" href="#28">28</a> <em class="jxr_javadoccomment"> * only the below tests are against a running cluster where {@link TestSplitTransaction}</em>
<a class="jxr_linenumber" name="29" href="#29">29</a> <em class="jxr_javadoccomment"> * is tests against a bare {@link HRegion}.</em>
<a class="jxr_linenumber" name="30" href="#30">30</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="31" href="#31">31</a> @Category(LargeTests.<strong class="jxr_keyword">class</strong>)
<a class="jxr_linenumber" name="32" href="#32">32</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/hadoop/hbase/regionserver/TestZKLessSplitOnCluster.html">TestZKLessSplitOnCluster</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../org/apache/hadoop/hbase/regionserver/TestSplitTransactionOnCluster.html">TestSplitTransactionOnCluster</a> {
<a class="jxr_linenumber" name="33" href="#33">33</a> @BeforeClass
<a class="jxr_linenumber" name="34" href="#34">34</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> before() <strong class="jxr_keyword">throws</strong> Exception {
<a class="jxr_linenumber" name="35" href="#35">35</a> <em class="jxr_comment">// Don't use ZK for region assignment</em>
<a class="jxr_linenumber" name="36" href="#36">36</a> TESTING_UTIL.getConfiguration().setBoolean(<span class="jxr_string">"hbase.assignment.usezk"</span>, false);
<a class="jxr_linenumber" name="37" href="#37">37</a> setupOnce();
<a class="jxr_linenumber" name="38" href="#38">38</a> }
<a class="jxr_linenumber" name="39" href="#39">39</a>
<a class="jxr_linenumber" name="40" href="#40">40</a> @AfterClass
<a class="jxr_linenumber" name="41" href="#41">41</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> after() <strong class="jxr_keyword">throws</strong> Exception {
<a class="jxr_linenumber" name="42" href="#42">42</a> TestSplitTransactionOnCluster.after();
<a class="jxr_linenumber" name="43" href="#43">43</a> }
<a class="jxr_linenumber" name="44" href="#44">44</a> }
<a class="jxr_linenumber" name="45" href="#45">45</a>
</pre>
<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
</html>
| gsoundar/mambo-ec2-deploy | packages/hbase-0.98.7-hadoop2/docs/xref-test/org/apache/hadoop/hbase/regionserver/TestZKLessSplitOnCluster.html | HTML | apache-2.0 | 6,614 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Fri Aug 28 09:51:29 EDT 2015 -->
<title>AsyncOneResponse (apache-cassandra API)</title>
<meta name="date" content="2015-08-28">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AsyncOneResponse (apache-cassandra API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/AsyncOneResponse.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../org/apache/cassandra/net/CallbackInfo.html" title="class in org.apache.cassandra.net"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/net/AsyncOneResponse.html" target="_top">Frames</a></li>
<li><a href="AsyncOneResponse.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cassandra.net</div>
<h2 title="Class AsyncOneResponse" class="title">Class AsyncOneResponse<T></h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.cassandra.net.AsyncOneResponse<T></li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../org/apache/cassandra/net/IAsyncCallback.html" title="interface in org.apache.cassandra.net">IAsyncCallback</a><T></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">AsyncOneResponse<T></span>
extends java.lang.Object
implements <a href="../../../../org/apache/cassandra/net/IAsyncCallback.html" title="interface in org.apache.cassandra.net">IAsyncCallback</a><T></pre>
<div class="block">A callback specialized for returning a value from a single target; that is, this is for messages
that we only send to one recipient.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.cassandra.net.IAsyncCallback">
<!-- -->
</a>
<h3>Fields inherited from interface org.apache.cassandra.net.<a href="../../../../org/apache/cassandra/net/IAsyncCallback.html" title="interface in org.apache.cassandra.net">IAsyncCallback</a></h3>
<code><a href="../../../../org/apache/cassandra/net/IAsyncCallback.html#isAlive">isAlive</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/net/AsyncOneResponse.html#AsyncOneResponse--">AsyncOneResponse</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/cassandra/net/AsyncOneResponse.html" title="type parameter in AsyncOneResponse">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/net/AsyncOneResponse.html#get-long-java.util.concurrent.TimeUnit-">get</a></span>(long timeout,
java.util.concurrent.TimeUnit tu)</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/net/AsyncOneResponse.html#isLatencyForSnitch--">isLatencyForSnitch</a></span>()</code> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/cassandra/net/AsyncOneResponse.html#response-org.apache.cassandra.net.MessageIn-">response</a></span>(<a href="../../../../org/apache/cassandra/net/MessageIn.html" title="class in org.apache.cassandra.net">MessageIn</a><<a href="../../../../org/apache/cassandra/net/AsyncOneResponse.html" title="type parameter in AsyncOneResponse">T</a>> response)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="AsyncOneResponse--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AsyncOneResponse</h4>
<pre>public AsyncOneResponse()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="get-long-java.util.concurrent.TimeUnit-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get</h4>
<pre>public <a href="../../../../org/apache/cassandra/net/AsyncOneResponse.html" title="type parameter in AsyncOneResponse">T</a> get(long timeout,
java.util.concurrent.TimeUnit tu)
throws java.util.concurrent.TimeoutException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.util.concurrent.TimeoutException</code></dd>
</dl>
</li>
</ul>
<a name="response-org.apache.cassandra.net.MessageIn-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>response</h4>
<pre>public void response(<a href="../../../../org/apache/cassandra/net/MessageIn.html" title="class in org.apache.cassandra.net">MessageIn</a><<a href="../../../../org/apache/cassandra/net/AsyncOneResponse.html" title="type parameter in AsyncOneResponse">T</a>> response)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/cassandra/net/IAsyncCallback.html#response-org.apache.cassandra.net.MessageIn-">response</a></code> in interface <code><a href="../../../../org/apache/cassandra/net/IAsyncCallback.html" title="interface in org.apache.cassandra.net">IAsyncCallback</a><<a href="../../../../org/apache/cassandra/net/AsyncOneResponse.html" title="type parameter in AsyncOneResponse">T</a>></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>response</code> - response received.</dd>
</dl>
</li>
</ul>
<a name="isLatencyForSnitch--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isLatencyForSnitch</h4>
<pre>public boolean isLatencyForSnitch()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/cassandra/net/IAsyncCallback.html#isLatencyForSnitch--">isLatencyForSnitch</a></code> in interface <code><a href="../../../../org/apache/cassandra/net/IAsyncCallback.html" title="interface in org.apache.cassandra.net">IAsyncCallback</a><<a href="../../../../org/apache/cassandra/net/AsyncOneResponse.html" title="type parameter in AsyncOneResponse">T</a>></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if this callback is on the read path and its latency should be
given as input to the dynamic snitch.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/AsyncOneResponse.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../org/apache/cassandra/net/CallbackInfo.html" title="class in org.apache.cassandra.net"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/net/AsyncOneResponse.html" target="_top">Frames</a></li>
<li><a href="AsyncOneResponse.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015 The Apache Software Foundation</small></p>
</body>
</html>
| mitch-kyle/message-board | support/apache-cassandra-2.2.1/javadoc/org/apache/cassandra/net/AsyncOneResponse.html | HTML | apache-2.0 | 13,505 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_14) on Tue Aug 17 01:07:09 EDT 2010 -->
<TITLE>
Uses of Class org.apache.hadoop.mapreduce.lib.join.Parser.Token (Hadoop-Mapred 0.21.0 API)
</TITLE>
<META NAME="date" CONTENT="2010-08-17">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.hadoop.mapreduce.lib.join.Parser.Token (Hadoop-Mapred 0.21.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/join/Parser.Token.html" title="class in org.apache.hadoop.mapreduce.lib.join"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/hadoop/mapreduce/lib/join//class-useParser.Token.html" target="_top"><B>FRAMES</B></A>
<A HREF="Parser.Token.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.mapreduce.lib.join.Parser.Token</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/join/Parser.Token.html" title="class in org.apache.hadoop.mapreduce.lib.join">Parser.Token</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.mapreduce.lib.join"><B>org.apache.hadoop.mapreduce.lib.join</B></A></TD>
<TD>Given a set of sorted datasets keyed with the same class and yielding equal
partitions, it is possible to effect a join of those datasets prior to the map. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.mapreduce.lib.join"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/join/Parser.Token.html" title="class in org.apache.hadoop.mapreduce.lib.join">Parser.Token</A> in <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/join/package-summary.html">org.apache.hadoop.mapreduce.lib.join</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/join/Parser.Token.html" title="class in org.apache.hadoop.mapreduce.lib.join">Parser.Token</A> in <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/join/package-summary.html">org.apache.hadoop.mapreduce.lib.join</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/join/Parser.NodeToken.html" title="class in org.apache.hadoop.mapreduce.lib.join">Parser.NodeToken</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/join/Parser.NumToken.html" title="class in org.apache.hadoop.mapreduce.lib.join">Parser.NumToken</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/join/Parser.StrToken.html" title="class in org.apache.hadoop.mapreduce.lib.join">Parser.StrToken</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/join/Parser.Token.html" title="class in org.apache.hadoop.mapreduce.lib.join"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/hadoop/mapreduce/lib/join//class-useParser.Token.html" target="_top"><B>FRAMES</B></A>
<A HREF="Parser.Token.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2009 The Apache Software Foundation
</BODY>
</HTML>
| jayantgolhar/Hadoop-0.21.0 | mapred/docs/api/org/apache/hadoop/mapreduce/lib/join/class-use/Parser.Token.html | HTML | apache-2.0 | 9,180 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.