jf-roku/components/manager/QueueManager.xml

31 lines
1.1 KiB
XML
Raw Permalink Normal View History

2022-11-29 22:05:46 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="QueueManager" extends="Group">
<interface>
<function name="clear" />
<function name="deleteAtIndex" />
2022-12-02 00:22:00 +00:00
<function name="getCount" />
<function name="getCurrentItem" />
2023-04-08 17:48:57 +00:00
<function name="getIsShuffled" />
2022-11-29 22:05:46 +00:00
<function name="getItemByIndex" />
2022-12-02 00:22:00 +00:00
<function name="getPosition" />
2022-11-29 22:05:46 +00:00
<function name="getQueue" />
<function name="getQueueTypes" />
<function name="getQueueUniqueTypes" />
2023-04-08 17:48:57 +00:00
<function name="getUnshuffledQueue" />
2022-12-02 00:22:00 +00:00
<function name="moveBack" />
<function name="moveForward" />
2022-11-29 22:05:46 +00:00
<function name="peek" />
<function name="playQueue" />
2022-12-02 00:22:00 +00:00
<function name="pop" />
2022-11-29 22:05:46 +00:00
<function name="push" />
2023-04-08 17:48:57 +00:00
<function name="resetShuffle" />
2022-11-29 22:05:46 +00:00
<function name="set" />
2022-12-02 00:22:00 +00:00
<function name="setPosition" />
2023-04-08 17:48:57 +00:00
<function name="toggleShuffle" />
2022-11-29 22:05:46 +00:00
<function name="top" />
</interface>
<script type="text/brightscript" uri="QueueManager.brs" />
<script type="text/brightscript" uri="pkg:/source/utils/misc.brs" />
<script type="text/brightscript" uri="ViewCreator.brs" />
</component>