ISelection¶
Namespace: VideoCataloger
Type: Interface
Current selection in the application.
Definition¶
Methods¶
| Method | Description |
|---|---|
| GetSelectedVideos() | Get a list of the currently selected video ids. |
| SetSelectedVideos(List |
Set the selected videos in the program. |
| SetSelectedVideo(long) | Select one video in the catalog window. |
| SetNoSelectedVideo() | Set no selected video in the video catalog window. |
| GetSelectedPlaylist() | Get the currently selected playlist. null if no selected playlist |
| SetSelectedPlaylist(long) | Set the currently selected playlist. |
| SetSelectedPlaylistClip(int) | Set the currently selected playlist clip assuming a playlist is selected. |
| GetSelectedBin() | Get the currently selected Bin. null if no selected bin |
| SetSelectedBin(long) | Set the currently selected bin. |
| GetSelectedActor() | Get the currently selected actor. null if no selected actor |
| SetSelectedActor(long) | Set the currently selected Actor. |
| GetSelectedThumbnails() | Get a list of the currently selected thumbnail ids. |
| SetSelectedThumbnails(List |
Set the selected thumbnails in the program. |
| SetSelectedThumbnail(long) | Select one thumbnail in the catalog window. |
| SetSelectedThumbnail(long) | Select one thumbnail in the catalog window. |
GetSelectedVideos¶
Get a list of the currently selected video ids.
Returns: Collections.Generic.List{Int64}
- A list with video ids of the currently selected videos in the catalog window. An emty list if there is no selection.
SetSelectedVideos¶
Set the selected videos in the program.
Parameters:
| Name | Type | Description |
|---|---|---|
new_selection |
Collections.Generic.List{Int64} |
List with video ids |
SetSelectedVideo¶
Select one video in the catalog window.
Parameters:
| Name | Type | Description |
|---|---|---|
video_id |
Int64 |
Video id for the video to be selected |
SetNoSelectedVideo¶
Set no selected video in the video catalog window.
GetSelectedPlaylist¶
Get the currently selected playlist. null if no selected playlist
Returns: VideoCataloger.RemoteCatalogService.VideoPlaylist
- Currently selected Playlist.
SetSelectedPlaylist¶
Set the currently selected playlist.
Parameters:
| Name | Type | Description |
|---|---|---|
playlist_id |
Int64 |
Playlist id for the playlist to be selected |
SetSelectedPlaylistClip¶
Set the currently selected playlist clip assuming a playlist is selected.
Parameters:
| Name | Type | Description |
|---|---|---|
clip_id |
Int32 |
clip to select |
GetSelectedBin¶
Get the currently selected Bin. null if no selected bin
Returns: VideoCataloger.RemoteCatalogService.Bin
- Currently selected Bin.
SetSelectedBin¶
Set the currently selected bin.
Parameters:
| Name | Type | Description |
|---|---|---|
bin_id |
Int64 |
bin id for the Bin to be selected |
GetSelectedActor¶
Get the currently selected actor. null if no selected actor
Returns: VideoCataloger.RemoteCatalogService.Actor
- Currently selected Actor.
SetSelectedActor¶
Set the currently selected Actor.
Parameters:
| Name | Type | Description |
|---|---|---|
actor_id |
Int64 |
actor id for the selected actor |
GetSelectedThumbnails¶
Get a list of the currently selected thumbnail ids.
Returns: Collections.Generic.List{Int64}
- A list with video ids of the currently selected thumbnails. An emty list if there is no selection.
SetSelectedThumbnails¶
Set the selected thumbnails in the program.
Parameters:
| Name | Type | Description |
|---|---|---|
new_selection |
Collections.Generic.List{Int64} |
List with thumbnai ids |
SetSelectedThumbnail¶
Select one thumbnail in the catalog window.
Parameters:
| Name | Type | Description |
|---|---|---|
thumbnail_id |
Int64 |
Thumbnail id for the video to be selected |
SetSelectedThumbnail¶
Select one thumbnail in the catalog window.
Parameters:
| Name | Type | Description |
|---|---|---|
thumbnail_id |
Int64 |
Thumbnail id for the video to be selected |