mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
673 lines
21 KiB
HTML
673 lines
21 KiB
HTML
<!--
|
|
SPDX-FileCopyrightText: Rafał Dzięgiel
|
|
|
|
SPDX-License-Identifier: LGPL-2.1-or-later
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Clapper.StreamList</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.StreamList"/>
|
|
<meta property="og:description" content="Reference for Clapper.StreamList"/>
|
|
<meta name="twitter:title" content="Clapper.StreamList"/>
|
|
<meta name="twitter:description" content="Reference for Clapper.StreamList"/>
|
|
|
|
|
|
|
|
<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.1</p>
|
|
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h5>Type</h5>
|
|
<div class="links">
|
|
<a class="current" href="class.StreamList.html#description">StreamList</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="section">
|
|
<h5>Instance methods</h5>
|
|
<div class="links">
|
|
|
|
<a class="method" href="method.StreamList.get_current_index.html">get_current_index</a>
|
|
|
|
<a class="method" href="method.StreamList.get_current_stream.html">get_current_stream</a>
|
|
|
|
<a class="method" href="method.StreamList.get_n_streams.html">get_n_streams</a>
|
|
|
|
<a class="method" href="method.StreamList.get_stream.html">get_stream</a>
|
|
|
|
<a class="method" href="method.StreamList.select_index.html">select_index</a>
|
|
|
|
<a class="method" href="method.StreamList.select_stream.html">select_stream</a>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="section">
|
|
<h5>Properties</h5>
|
|
<div class="links">
|
|
|
|
<a class="property" href="property.StreamList.current-index.html">current-index</a>
|
|
|
|
<a class="property" href="property.StreamList.current-stream.html">current-stream</a>
|
|
|
|
<a class="property" href="property.StreamList.n-streams.html">n-streams</a>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="section generator">
|
|
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2025.4</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>StreamList</h1>
|
|
</header>
|
|
|
|
<section>
|
|
<summary>
|
|
<div class="docblock">
|
|
<p></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-stream-list.c#L19">[src]</a>
|
|
|
|
</h4>
|
|
|
|
<pre><code>final class Clapper.StreamList : Gst.Object
|
|
implements Gio.ListModel {
|
|
/* No available fields */
|
|
}</pre></code>
|
|
|
|
<div class="docblock">
|
|
<p>A list of media streams.</p>
|
|
</div>
|
|
|
|
<div class="docblock">
|
|
|
|
|
|
|
|
</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.StreamList">
|
|
<!-- Generated by graphviz version 12.2.1 (20241206.2353)
|
|
-->
|
|
<!-- Title: hierarchy Pages: 1 -->
|
|
<svg width="129pt" height="332pt"
|
|
viewBox="0.00 0.00 129.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="ClapperStreamList">
|
|
<path fill="none" stroke="black" d="M107.88,-108C107.88,-108 13.12,-108 13.12,-108 7.12,-108 1.12,-102 1.12,-96 1.12,-96 1.12,-84 1.12,-84 1.12,-78 7.12,-72 13.12,-72 13.12,-72 107.88,-72 107.88,-72 113.88,-72 119.88,-78 119.88,-84 119.88,-84 119.88,-96 119.88,-96 119.88,-102 113.88,-108 107.88,-108"/>
|
|
<text text-anchor="middle" x="60.5" y="-83.83" font-family="Times,serif" font-size="14.00">ClapperStreamList</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="106,-36 15,-36 15,0 106,0 106,-36"/>
|
|
<text text-anchor="middle" x="60.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="M60.5,-71.7C60.5,-60.85 60.5,-46.92 60.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="M83.88,-180C83.88,-180 37.12,-180 37.12,-180 31.12,-180 25.12,-174 25.12,-168 25.12,-168 25.12,-156 25.12,-156 25.12,-150 31.12,-144 37.12,-144 37.12,-144 83.88,-144 83.88,-144 89.88,-144 95.88,-150 95.88,-156 95.88,-156 95.88,-168 95.88,-168 95.88,-174 89.88,-180 83.88,-180"/>
|
|
<text text-anchor="middle" x="60.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="M60.5,-143.7C60.5,-132.85 60.5,-118.92 60.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="M109,-252C109,-252 12,-252 12,-252 6,-252 0,-246 0,-240 0,-240 0,-228 0,-228 0,-222 6,-216 12,-216 12,-216 109,-216 109,-216 115,-216 121,-222 121,-228 121,-228 121,-240 121,-240 121,-246 115,-252 109,-252"/>
|
|
<text text-anchor="middle" x="60.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="M60.5,-215.7C60.5,-204.85 60.5,-190.92 60.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="M79.38,-324C79.38,-324 41.62,-324 41.62,-324 35.62,-324 29.62,-318 29.62,-312 29.62,-312 29.62,-300 29.62,-300 29.62,-294 35.62,-288 41.62,-288 41.62,-288 79.38,-288 79.38,-288 85.38,-288 91.38,-294 91.38,-300 91.38,-300 91.38,-312 91.38,-312 91.38,-318 85.38,-324 79.38,-324"/>
|
|
<text text-anchor="middle" x="60.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="M60.5,-287.7C60.5,-276.85 60.5,-262.92 60.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.StreamList.get_current_index.html">clapper_stream_list_get_current_index</a></h6>
|
|
<div class="docblock">
|
|
<p>Get index of the currently selected <code>ClapperStream</code>.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="">
|
|
<h6><a href="method.StreamList.get_current_stream.html">clapper_stream_list_get_current_stream</a></h6>
|
|
<div class="docblock">
|
|
<p>Get the currently selected <code>ClapperStream</code>.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="">
|
|
<h6><a href="method.StreamList.get_n_streams.html">clapper_stream_list_get_n_streams</a></h6>
|
|
<div class="docblock">
|
|
<p>Get the number of streams in <code>ClapperStreamList</code>.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="">
|
|
<h6><a href="method.StreamList.get_stream.html">clapper_stream_list_get_stream</a></h6>
|
|
<div class="docblock">
|
|
<p>Get the <code>ClapperStream</code> at index.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="">
|
|
<h6><a href="method.StreamList.select_index.html">clapper_stream_list_select_index</a></h6>
|
|
<div class="docblock">
|
|
<p>Selects <code>ClapperStream</code> at <code>index</code> from <code>list</code> as current one.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="">
|
|
<h6><a href="method.StreamList.select_stream.html">clapper_stream_list_select_stream</a></h6>
|
|
<div class="docblock">
|
|
<p>Selects <code>ClapperStream</code> from <code>list</code> to be activated.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p></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.StreamList.current-index.html">Clapper.StreamList:current-index</a></h6>
|
|
<div class="docblock">
|
|
<p>Index of currently selected stream.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="">
|
|
<h6><a href="property.StreamList.current-stream.html">Clapper.StreamList:current-stream</a></h6>
|
|
<div class="docblock">
|
|
<p>Currently selected stream.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="">
|
|
<h6><a href="property.StreamList.n-streams.html">Clapper.StreamList:n-streams</a></h6>
|
|
<div class="docblock">
|
|
<p>Number of streams in the list.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p></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 ClapperStreamListClass {
|
|
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> |