mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-03 18:01:58 +02:00
627 lines
20 KiB
HTML
627 lines
20 KiB
HTML
<!--
|
|
SPDX-FileCopyrightText: Rafał Dzięgiel
|
|
|
|
SPDX-License-Identifier: LGPL-2.1-or-later
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Clapper.EnhancerProxyList</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
|
<meta property="og:type" content="website"/>
|
|
|
|
|
|
<meta property="og:image:width" content="256"/>
|
|
<meta property="og:image:height" content="256"/>
|
|
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
|
|
<meta property="og:image:alt" content="Clapper-0.0"/>
|
|
|
|
|
|
|
|
<meta property="og:title" content="Clapper.EnhancerProxyList"/>
|
|
<meta property="og:description" content="Reference for Clapper.EnhancerProxyList"/>
|
|
<meta name="twitter:title" content="Clapper.EnhancerProxyList"/>
|
|
<meta name="twitter:description" content="Reference for Clapper.EnhancerProxyList"/>
|
|
|
|
|
|
|
|
<meta name="twitter:card" content="summary"/>
|
|
|
|
|
|
|
|
|
|
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="style.css" type="text/css" />
|
|
|
|
|
|
|
|
|
|
<script src="urlmap.js"></script>
|
|
|
|
|
|
<script src="fzy.js"></script>
|
|
<script src="search.js"></script>
|
|
|
|
<script src="main.js"></script>
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div id="body-wrapper" tabindex="-1">
|
|
|
|
<nav class="sidebar devhelp-hidden">
|
|
|
|
<div class="section">
|
|
<a href="index.html"><img src="clapper-logo.svg" class="logo"/></a>
|
|
</div>
|
|
|
|
|
|
<div class="search section">
|
|
<form id="search-form" autocomplete="off">
|
|
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
|
|
</form>
|
|
</div>
|
|
|
|
<div class="section namespace">
|
|
<h3><a href="index.html">Clapper</a></h3>
|
|
<p>API Version: 0.0</p>
|
|
|
|
<p>Library Version: 0.9.0</p>
|
|
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h5>Type</h5>
|
|
<div class="links">
|
|
<a class="current" href="class.EnhancerProxyList.html#description">EnhancerProxyList</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="section">
|
|
<h5>Instance methods</h5>
|
|
<div class="links">
|
|
|
|
<a class="method" href="method.EnhancerProxyList.get_n_proxies.html">get_n_proxies</a>
|
|
|
|
<a class="method" href="method.EnhancerProxyList.get_proxy.html">get_proxy</a>
|
|
|
|
<a class="method" href="method.EnhancerProxyList.get_proxy_by_module.html">get_proxy_by_module</a>
|
|
|
|
<a class="method" href="method.EnhancerProxyList.peek_proxy.html">peek_proxy</a>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="section">
|
|
<h5>Properties</h5>
|
|
<div class="links">
|
|
|
|
<a class="property" href="property.EnhancerProxyList.n-proxies.html">n-proxies</a>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="section generator">
|
|
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.3</p>
|
|
</div>
|
|
</nav>
|
|
|
|
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
|
|
|
|
|
|
<section id="main" class="content">
|
|
<header>
|
|
<h3>Class</h3>
|
|
<h1 aria-label="Name"><a href="index.html">Clapper</a><span class="sep" role="presentation"></span>EnhancerProxyList</h1>
|
|
</header>
|
|
|
|
<section>
|
|
<summary>
|
|
<div class="docblock">
|
|
<p><span class="emblem available-next" title="This type will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></p>
|
|
</div>
|
|
|
|
<div class="toggle-wrapper">
|
|
<h4 id="description" style="display:flex;">
|
|
Description
|
|
<a href="#description" class="anchor"></a>
|
|
|
|
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/src/lib/clapper/clapper-enhancer-proxy-list.c#L20">[src]</a>
|
|
|
|
</h4>
|
|
|
|
<pre><code>final class Clapper.EnhancerProxyList : Gst.Object
|
|
implements Gio.ListModel {
|
|
/* No available fields */
|
|
}</pre></code>
|
|
|
|
<div class="docblock">
|
|
<p>A list of enhancer proxies.</p>
|
|
</div>
|
|
|
|
<div class="docblock">
|
|
|
|
|
|
<p>Available since: 0.10</p>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</summary>
|
|
|
|
|
|
<div class="toggle-wrapper hierarchy">
|
|
<h4 id="hierarchy">
|
|
Hierarchy
|
|
<a href="#hierarchy" class="anchor"></a>
|
|
</h4>
|
|
<div class="docblock" alt="Hierarchy for Clapper.EnhancerProxyList">
|
|
<!-- Generated by graphviz version 12.2.1 (20241206.2353)
|
|
-->
|
|
<!-- Title: hierarchy Pages: 1 -->
|
|
<svg width="171pt" height="332pt"
|
|
viewBox="0.00 0.00 171.00 332.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 328)">
|
|
<title>hierarchy</title>
|
|
<!-- this -->
|
|
<g id="node1" class="node">
|
|
<title>this</title>
|
|
<g id="a_node1"><a xlink:title="ClapperEnhancerProxyList">
|
|
<path fill="none" stroke="black" d="M151,-108C151,-108 12,-108 12,-108 6,-108 0,-102 0,-96 0,-96 0,-84 0,-84 0,-78 6,-72 12,-72 12,-72 151,-72 151,-72 157,-72 163,-78 163,-84 163,-84 163,-96 163,-96 163,-102 157,-108 151,-108"/>
|
|
<text text-anchor="middle" x="81.5" y="-83.83" font-family="Times,serif" font-size="14.00">ClapperEnhancerProxyList</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- implements_0 -->
|
|
<g id="node5" class="node">
|
|
<title>implements_0</title>
|
|
<g id="a_node5"><a xlink:title="Gio.ListModel">
|
|
<polygon fill="none" stroke="black" points="127,-36 36,-36 36,0 127,0 127,-36"/>
|
|
<text text-anchor="middle" x="81.5" y="-14.45" font-family="sans-serif" font-size="14.00">GListModel</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- this--implements_0 -->
|
|
<g id="edge4" class="edge">
|
|
<title>this--implements_0</title>
|
|
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M81.5,-71.7C81.5,-60.85 81.5,-46.92 81.5,-36.1"/>
|
|
</g>
|
|
<!-- ancestor_0 -->
|
|
<g id="node2" class="node">
|
|
<title>ancestor_0</title>
|
|
<g id="a_node2"><a xlink:title="Gst.Object">
|
|
<path fill="none" stroke="black" d="M104.88,-180C104.88,-180 58.12,-180 58.12,-180 52.12,-180 46.12,-174 46.12,-168 46.12,-168 46.12,-156 46.12,-156 46.12,-150 52.12,-144 58.12,-144 58.12,-144 104.88,-144 104.88,-144 110.88,-144 116.88,-150 116.88,-156 116.88,-156 116.88,-168 116.88,-168 116.88,-174 110.88,-180 104.88,-180"/>
|
|
<text text-anchor="middle" x="81.5" y="-155.82" font-family="Times,serif" font-size="14.00">GstObject</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- ancestor_0--this -->
|
|
<g id="edge3" class="edge">
|
|
<title>ancestor_0--this</title>
|
|
<path fill="none" stroke="black" d="M81.5,-143.7C81.5,-132.85 81.5,-118.92 81.5,-108.1"/>
|
|
</g>
|
|
<!-- ancestor_1 -->
|
|
<g id="node3" class="node">
|
|
<title>ancestor_1</title>
|
|
<g id="a_node3"><a xlink:title="GObject.InitiallyUnowned">
|
|
<path fill="none" stroke="black" d="M130,-252C130,-252 33,-252 33,-252 27,-252 21,-246 21,-240 21,-240 21,-228 21,-228 21,-222 27,-216 33,-216 33,-216 130,-216 130,-216 136,-216 142,-222 142,-228 142,-228 142,-240 142,-240 142,-246 136,-252 130,-252"/>
|
|
<text text-anchor="middle" x="81.5" y="-227.82" font-family="Times,serif" font-size="14.00">GInitiallyUnowned</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- ancestor_1--ancestor_0 -->
|
|
<g id="edge2" class="edge">
|
|
<title>ancestor_1--ancestor_0</title>
|
|
<path fill="none" stroke="black" d="M81.5,-215.7C81.5,-204.85 81.5,-190.92 81.5,-180.1"/>
|
|
</g>
|
|
<!-- ancestor_2 -->
|
|
<g id="node4" class="node">
|
|
<title>ancestor_2</title>
|
|
<g id="a_node4"><a xlink:title="GObject.Object">
|
|
<path fill="none" stroke="black" d="M100.38,-324C100.38,-324 62.62,-324 62.62,-324 56.62,-324 50.62,-318 50.62,-312 50.62,-312 50.62,-300 50.62,-300 50.62,-294 56.62,-288 62.62,-288 62.62,-288 100.38,-288 100.38,-288 106.38,-288 112.38,-294 112.38,-300 112.38,-300 112.38,-312 112.38,-312 112.38,-318 106.38,-324 100.38,-324"/>
|
|
<text text-anchor="middle" x="81.5" y="-299.82" font-family="Times,serif" font-size="14.00">GObject</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- ancestor_2--ancestor_1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>ancestor_2--ancestor_1</title>
|
|
<path fill="none" stroke="black" d="M81.5,-287.7C81.5,-276.85 81.5,-262.92 81.5,-252.1"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="toggle-wrapper ancestors">
|
|
<h4 id="ancestors">
|
|
Ancestors
|
|
<a href="#ancestors" class="anchor"></a>
|
|
</h4>
|
|
|
|
<div class="docblock">
|
|
<ul>
|
|
|
|
|
|
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a></li>
|
|
|
|
|
|
|
|
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.InitiallyUnowned.html" data-namespace="GObject">GInitiallyUnowned</a></li>
|
|
|
|
|
|
|
|
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a></li>
|
|
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="toggle-wrapper implements">
|
|
<h4 id="implements">
|
|
Implements
|
|
<a href="#implements" class="anchor"></a>
|
|
</h4>
|
|
|
|
<div class="docblock">
|
|
<ul>
|
|
|
|
|
|
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.ListModel.html" data-namespace="Gio">GListModel</a></li>
|
|
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="toggle-wrapper methods">
|
|
<h4 id="methods">
|
|
Instance methods
|
|
<a href="#methods" class="anchor"></a>
|
|
</h4>
|
|
|
|
<div class="docblock">
|
|
|
|
<div class="">
|
|
<h6><a href="method.EnhancerProxyList.get_n_proxies.html">clapper_enhancer_proxy_list_get_n_proxies</a></h6>
|
|
<div class="docblock">
|
|
<p>Get the number of proxies in <code>ClapperEnhancerProxyList</code>.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="">
|
|
<h6><a href="method.EnhancerProxyList.get_proxy.html">clapper_enhancer_proxy_list_get_proxy</a></h6>
|
|
<div class="docblock">
|
|
<p>Get the <code>ClapperEnhancerProxy</code> at index.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="">
|
|
<h6><a href="method.EnhancerProxyList.get_proxy_by_module.html">clapper_enhancer_proxy_list_get_proxy_by_module</a></h6>
|
|
<div class="docblock">
|
|
<p>Get the <code>ClapperEnhancerProxy</code> by module name as defined in its plugin file.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="">
|
|
<h6><a href="method.EnhancerProxyList.peek_proxy.html">clapper_enhancer_proxy_list_peek_proxy</a></h6>
|
|
<div class="docblock">
|
|
<p>Get the <code>ClapperEnhancerProxy</code> at index.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="toggle-wrapper default-hide ancestor-methods"><h5 style="display:block;">Methods inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (25)</h5>
|
|
<div class="docblock">
|
|
|
|
<div class="docblock">
|
|
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="Gst">GstObject</a> for a full list of methods.</em></p>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="toggle-wrapper default-hide ancestor-methods"><h5 style="display:block;">Methods inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a> (43)</h5>
|
|
<div class="docblock">
|
|
|
|
<div class="docblock">
|
|
<p>Please see <a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="GObject">GObject</a> for a full list of methods.</em></p>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="toggle-wrapper default-hide ancestor-methods"><h5 style="display:block;">Methods inherited from <a class="external" href="javascript:void(0)" data-link="iface.ListModel.html" data-namespace="Gio">GListModel</a> (5)</h5>
|
|
<div class="docblock">
|
|
<h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="method.ListModel.get_item.html">g_list_model_get_item</a></h6>
|
|
<div class="docblock">
|
|
<p>Get the item at <code>position</code>.</p>
|
|
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="method.ListModel.get_item_type.html">g_list_model_get_item_type</a></h6>
|
|
<div class="docblock">
|
|
<p>Gets the type of the items in <code>list</code>.</p>
|
|
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="method.ListModel.get_n_items.html">g_list_model_get_n_items</a></h6>
|
|
<div class="docblock">
|
|
<p>Gets the number of items in <code>list</code>.</p>
|
|
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="method.ListModel.get_object.html">g_list_model_get_object</a></h6>
|
|
<div class="docblock">
|
|
<p>Get the item at <code>position</code>.</p>
|
|
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="method.ListModel.items_changed.html">g_list_model_items_changed</a></h6>
|
|
<div class="docblock">
|
|
<p>Emits the <code>GListModel::items-changed</code> signal on <code>list</code>.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="toggle-wrapper properties">
|
|
<h4 id="properties">
|
|
Properties
|
|
<a href="#properties" class="anchor"></a>
|
|
</h4>
|
|
|
|
|
|
<div class="docblock">
|
|
|
|
<div class="">
|
|
<h6><a href="property.EnhancerProxyList.n-proxies.html">Clapper.EnhancerProxyList:n-proxies</a></h6>
|
|
<div class="docblock">
|
|
<p>Number of proxies in the list.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p><span class="emblem available-next" title="This property will be available in the next stable release">unstable</span> <span class="emblem available">since: 0.10</span></p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="toggle-wrapper default-hide ancestor-properties"><h5 style="display:block;">Properties inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (2)</h5>
|
|
<div class="docblock">
|
|
<h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="property.Object.name.html">Gst.Object:name</a></h6>
|
|
<div class="docblock">
|
|
No description available.
|
|
</div><h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="property.Object.parent.html">Gst.Object:parent</a></h6>
|
|
<div class="docblock">
|
|
<p>The parent of the object. Please note, that when changing the ‘parent’
|
|
property, we don’t emit <code>GObject::notify</code> and <code>GstObject::deep-notify</code>
|
|
signals due to locking issues. In some cases one can use
|
|
<code>GstBin::element-added</code> or <code>GstBin::element-removed</code> signals on the parent to
|
|
achieve a similar effect.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="signals toggle-wrapper">
|
|
<h4 id="signals">
|
|
Signals
|
|
<a href="#signals" class="anchor"></a>
|
|
</h4>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="toggle-wrapper default-hide ancestor-signals"><h5 style="display:block;">Signals inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (1)</h5>
|
|
<div class="docblock">
|
|
<h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="signal.Object.deep-notify.html">GstObject::deep-notify</a></h6>
|
|
<div class="docblock">
|
|
<p>The deep notify signal is used to be notified of property changes. It is
|
|
typically attached to the toplevel bin to receive notifications from all
|
|
the elements contained in that bin.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="toggle-wrapper default-hide ancestor-signals"><h5 style="display:block;">Signals inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a> (1)</h5>
|
|
<div class="docblock">
|
|
<h6><a class="external" href="javascript:void(0)" data-namespace="GObject" data-link="signal.Object.notify.html">GObject::notify</a></h6>
|
|
<div class="docblock">
|
|
<p>The notify signal is emitted on an object when one of its properties has
|
|
its value set through g_object_set_property(), g_object_set(), et al.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="toggle-wrapper default-hide ancestor-signals"><h5 style="display:block;">Signals inherited from <a class="external" href="javascript:void(0)" data-link="iface.ListModel.html" data-namespace="Gio">GListModel</a> (1)</h5>
|
|
<div class="docblock">
|
|
<h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="signal.ListModel.items-changed.html">GListModel::items-changed</a></h6>
|
|
<div class="docblock">
|
|
<p>This signal is emitted whenever items were added to or removed
|
|
from <code>list</code>. At <code>position</code>, <code>removed</code> items were removed and <code>added</code>
|
|
items were added in their place.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="class toggle-wrapper default-hide">
|
|
<h4 id="class-struct">
|
|
Class structure
|
|
<a href="#class-struct" class="anchor"></a>
|
|
</h4>
|
|
|
|
<div class="docblock">
|
|
<pre><code>struct ClapperEnhancerProxyListClass {
|
|
GstObjectClass parent_class;
|
|
|
|
}</code></pre>
|
|
</div>
|
|
|
|
<div class="docblock">
|
|
<p>No description available.</p>
|
|
</div>
|
|
|
|
|
|
<div class="docblock">
|
|
<h6>Class members</h6>
|
|
|
|
<dl class="members">
|
|
|
|
<dt><code>parent_class: GstObjectClass</code></dt>
|
|
<dd><p>No description available.</p></dd>
|
|
|
|
</dd>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</section>
|
|
</section>
|
|
|
|
|
|
|
|
<div id="toc" class="toc">
|
|
<nav aria-labelledby="toc-title">
|
|
<p id="toc-title">Content</p>
|
|
<ul class="toc-list">
|
|
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
|
|
|
|
|
|
<li class="toc-list-item"><a href="#hierarchy"><span class="link-text">Hierarchy</span></a></li>
|
|
|
|
|
|
<li class="toc-list-item"><a href="#ancestors"><span class="link-text">Ancestors</span></a></li>
|
|
|
|
|
|
<li class="toc-list-item"><a href="#implements"><span class="link-text">Implements</span></a></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li class="toc-list-item"><a href="#methods"><span class="link-text">Methods</span></a></li>
|
|
|
|
|
|
|
|
<li class="toc-list-item"><a href="#properties"><span class="link-text">Properties</span></a></li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
|
|
|
|
<section id="search" class="content hidden"></section>
|
|
|
|
<footer>
|
|
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |