@@ -24,8 +24,10 @@ with this program. If not, see <https://www.gnu.org/licenses/>
2424 *
2525 * Scenes only
2626 *
27- * @requestField ?sceneName | String | Name of the scene to get the items of
28- * @requestField ?sceneUuid | String | UUID of the scene to get the items of
27+ * @requestField ?canvasName | String | Name of the canvas the scene is in
28+ * @requestField ?canvasUuid | String | UUID of the canvas the scene is in
29+ * @requestField ?sceneName | String | Name of the scene to get the items of
30+ * @requestField ?sceneUuid | String | UUID of the scene to get the items of
2931 *
3032 * @responseField sceneItems | Array<Object> | Array of scene items in the scene
3133 *
@@ -57,8 +59,10 @@ RequestResult RequestHandler::GetSceneItemList(const Request &request)
5759 *
5860 * Groups only
5961 *
60- * @requestField ?sceneName | String | Name of the group to get the items of
61- * @requestField ?sceneUuid | String | UUID of the group to get the items of
62+ * @requestField ?canvasName | String | Name of the canvas the group is in
63+ * @requestField ?canvasUuid | String | UUID of the canvas the group is in
64+ * @requestField ?sceneName | String | Name of the group to get the items of
65+ * @requestField ?sceneUuid | String | UUID of the group to get the items of
6266 *
6367 * @responseField sceneItems | Array<Object> | Array of scene items in the group
6468 *
@@ -88,6 +92,8 @@ RequestResult RequestHandler::GetGroupSceneItemList(const Request &request)
8892 *
8993 * Scenes and Groups
9094 *
95+ * @requestField ?canvasName | String | Name of the canvas the scene or group is in
96+ * @requestField ?canvasUuid | String | UUID of the canvas the scene or group is in
9197 * @requestField ?sceneName | String | Name of the scene or group to search in
9298 * @requestField ?sceneUuid | String | UUID of the scene or group to search in
9399 * @requestField sourceName | String | Name of the source to find
@@ -133,6 +139,8 @@ RequestResult RequestHandler::GetSceneItemId(const Request &request)
133139/* *
134140 * Gets the source associated with a scene item.
135141 *
142+ * @requestField ?canvasName | String | Name of the canvas the scene is in
143+ * @requestField ?canvasUuid | String | UUID of the canvas the scene is in
136144 * @requestField ?sceneName | String | Name of the scene the item is in
137145 * @requestField ?sceneUuid | String | UUID of the scene the item is in
138146 * @requestField sceneItemId | Number | Numeric ID of the scene item | >= 0
@@ -169,6 +177,8 @@ RequestResult RequestHandler::GetSceneItemSource(const Request &request)
169177 *
170178 * Scenes only
171179 *
180+ * @requestField ?canvasName | String | Name of the canvas the scene is in
181+ * @requestField ?canvasUuid | String | UUID of the canvas the scene is in
172182 * @requestField ?sceneName | String | Name of the scene to create the new item in
173183 * @requestField ?sceneUuid | String | UUID of the scene to create the new item in
174184 * @requestField ?sourceName | String | Name of the source to add to the scene
@@ -223,6 +233,8 @@ RequestResult RequestHandler::CreateSceneItem(const Request &request)
223233 *
224234 * Scenes only
225235 *
236+ * @requestField ?canvasName | String | Name of the canvas the scene is in
237+ * @requestField ?canvasUuid | String | UUID of the canvas the scene is in
226238 * @requestField ?sceneName | String | Name of the scene the item is in
227239 * @requestField ?sceneUuid | String | UUID of the scene the item is in
228240 * @requestField sceneItemId | Number | Numeric ID of the scene item | >= 0
@@ -253,6 +265,8 @@ RequestResult RequestHandler::RemoveSceneItem(const Request &request)
253265 *
254266 * Scenes only
255267 *
268+ * @requestField ?canvasName | String | Name of the canvas the scene is in
269+ * @requestField ?canvasUuid | String | UUID of the canvas the scene is in
256270 * @requestField ?sceneName | String | Name of the scene the item is in
257271 * @requestField ?sceneUuid | String | UUID of the scene the item is in
258272 * @requestField sceneItemId | Number | Numeric ID of the scene item | >= 0
@@ -330,6 +344,8 @@ RequestResult RequestHandler::DuplicateSceneItem(const Request &request)
330344 *
331345 * Scenes and Groups
332346 *
347+ * @requestField ?canvasName | String | Name of the canvas the scene is in
348+ * @requestField ?canvasUuid | String | UUID of the canvas the scene is in
333349 * @requestField ?sceneName | String | Name of the scene the item is in
334350 * @requestField ?sceneUuid | String | UUID of the scene the item is in
335351 * @requestField sceneItemId | Number | Numeric ID of the scene item | >= 0
@@ -361,6 +377,8 @@ RequestResult RequestHandler::GetSceneItemTransform(const Request &request)
361377/* *
362378 * Sets the transform and crop info of a scene item.
363379 *
380+ * @requestField ?canvasName | String | Name of the canvas the scene is in
381+ * @requestField ?canvasUuid | String | UUID of the canvas the scene is in
364382 * @requestField ?sceneName | String | Name of the scene the item is in
365383 * @requestField ?sceneUuid | String | UUID of the scene the item is in
366384 * @requestField sceneItemId | Number | Numeric ID of the scene item | >= 0
@@ -526,6 +544,8 @@ RequestResult RequestHandler::SetSceneItemTransform(const Request &request)
526544 *
527545 * Scenes and Groups
528546 *
547+ * @requestField ?canvasName | String | Name of the canvas the scene is in
548+ * @requestField ?canvasUuid | String | UUID of the canvas the scene is in
529549 * @requestField ?sceneName | String | Name of the scene the item is in
530550 * @requestField ?sceneUuid | String | UUID of the scene the item is in
531551 * @requestField sceneItemId | Number | Numeric ID of the scene item | >= 0
@@ -559,6 +579,8 @@ RequestResult RequestHandler::GetSceneItemEnabled(const Request &request)
559579 *
560580 * Scenes and Groups
561581 *
582+ * @requestField ?canvasName | String | Name of the canvas the scene is in
583+ * @requestField ?canvasUuid | String | UUID of the canvas the scene is in
562584 * @requestField ?sceneName | String | Name of the scene the item is in
563585 * @requestField ?sceneUuid | String | UUID of the scene the item is in
564586 * @requestField sceneItemId | Number | Numeric ID of the scene item | >= 0
@@ -592,6 +614,8 @@ RequestResult RequestHandler::SetSceneItemEnabled(const Request &request)
592614 *
593615 * Scenes and Groups
594616 *
617+ * @requestField ?canvasName | String | Name of the canvas the scene is in
618+ * @requestField ?canvasUuid | String | UUID of the canvas the scene is in
595619 * @requestField ?sceneName | String | Name of the scene the item is in
596620 * @requestField ?sceneUuid | String | UUID of the scene the item is in
597621 * @requestField sceneItemId | Number | Numeric ID of the scene item | >= 0
@@ -625,6 +649,8 @@ RequestResult RequestHandler::GetSceneItemLocked(const Request &request)
625649 *
626650 * Scenes and Group
627651 *
652+ * @requestField ?canvasName | String | Name of the canvas the scene is in
653+ * @requestField ?canvasUuid | String | UUID of the canvas the scene is in
628654 * @requestField ?sceneName | String | Name of the scene the item is in
629655 * @requestField ?sceneUuid | String | UUID of the scene the item is in
630656 * @requestField sceneItemId | Number | Numeric ID of the scene item | >= 0
@@ -660,6 +686,8 @@ RequestResult RequestHandler::SetSceneItemLocked(const Request &request)
660686 *
661687 * Scenes and Groups
662688 *
689+ * @requestField ?canvasName | String | Name of the canvas the scene is in
690+ * @requestField ?canvasUuid | String | UUID of the canvas the scene is in
663691 * @requestField ?sceneName | String | Name of the scene the item is in
664692 * @requestField ?sceneUuid | String | UUID of the scene the item is in
665693 * @requestField sceneItemId | Number | Numeric ID of the scene item | >= 0
@@ -693,6 +721,8 @@ RequestResult RequestHandler::GetSceneItemIndex(const Request &request)
693721 *
694722 * Scenes and Groups
695723 *
724+ * @requestField ?canvasName | String | Name of the canvas the scene is in
725+ * @requestField ?canvasUuid | String | UUID of the canvas the scene is in
696726 * @requestField ?sceneName | String | Name of the scene the item is in
697727 * @requestField ?sceneUuid | String | UUID of the scene the item is in
698728 * @requestField sceneItemId | Number | Numeric ID of the scene item | >= 0
@@ -736,6 +766,8 @@ RequestResult RequestHandler::SetSceneItemIndex(const Request &request)
736766 *
737767 * Scenes and Groups
738768 *
769+ * @requestField ?canvasName | String | Name of the canvas the scene is in
770+ * @requestField ?canvasUuid | String | UUID of the canvas the scene is in
739771 * @requestField ?sceneName | String | Name of the scene the item is in
740772 * @requestField ?sceneUuid | String | UUID of the scene the item is in
741773 * @requestField sceneItemId | Number | Numeric ID of the scene item | >= 0
@@ -771,6 +803,8 @@ RequestResult RequestHandler::GetSceneItemBlendMode(const Request &request)
771803 *
772804 * Scenes and Groups
773805 *
806+ * @requestField ?canvasName | String | Name of the canvas the scene is in
807+ * @requestField ?canvasUuid | String | UUID of the canvas the scene is in
774808 * @requestField ?sceneName | String | Name of the scene the item is in
775809 * @requestField ?sceneUuid | String | UUID of the scene the item is in
776810 * @requestField sceneItemId | Number | Numeric ID of the scene item | >= 0
0 commit comments