jf-roku/components/manager/QueueManager.xml

33 lines
1.1 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2022-11-29 22:05:46 +00:00
<component name="QueueManager" extends="Group">
<interface>
<function name="clear" />
<function name="clearHold" />
2022-11-29 22:05:46 +00:00
<function name="deleteAtIndex" />
2022-12-02 00:22:00 +00:00
<function name="getCount" />
<function name="getCurrentItem" />
<function name="getHold" />
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" />
<function name="hold" />
2023-05-09 17:06:17 +00:00
<function name="isPrerollActive" />
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" />
<function name="setTopStartingPoint" />
2022-12-02 00:22:00 +00:00
<function name="setPosition" />
<function name="setPrerollStatus" />
2023-04-08 17:48:57 +00:00
<function name="toggleShuffle" />
2022-11-29 22:05:46 +00:00
<function name="top" />
</interface>
</component>