Method | Description | |
---|---|---|
Pause ( ) : void | ||
SaveChanges ( bool resyncEvents ) : void | ||
Seek ( SeekEvent e ) : void | ||
SynchronizationWidget ( ) : System |
Method | Description | |
---|---|---|
Build ( ) : void | ||
OnDestroyed ( ) : void |
Method | Description | |
---|---|---|
ConnectSignals ( ) : void | ||
HandleAudioToggled ( object sender, |
Configure players' audio volume based on toggle buttons.
|
|
HandleCameraDragged ( System.MediaFile mediafile, |
||
HandleCameraUpdate ( |
||
HandleKeyPressed ( KeyPressedEvent e ) : void | ||
HandleMainCamPlayerVMPropertyChanged ( object sender, System e ) : void | ||
HandleScrollEvent ( object sender, System args ) : void |
Handles the scroll event from the scrolled window and synchronise the timelines labels and timerule with it.
|
|
HandleSelectedCameraChanged ( object sender, |
||
HandleShowTimerMenuEvent ( |
||
HandleStateChanged ( PlaybackStateChangedEvent e ) : void |
Try to slave the secondary player to the first
|
|
HandleTick ( |
Handles the tick from media player to update Current Time in timelines.
|
|
HandleTimeNodeChanged ( |
Periods segments have moved, adjust main camera position to segment boundaries
|
|
HandleTimeruleSeek ( |
||
HandleTogglePlayEvent ( TogglePlayEvent e ) : void | ||
HandleZoomChanged ( object sender, |
||
HideDidactic ( ) : void | ||
HideSecondaryPlayer ( ) : void |
Hides the secondary player, pausing it if necessary.
|
|
IsInScope ( |
Determines whether the provided camera object is in scope of the current time.
|
|
ShowDidactic ( DidacticMessage message ) : void |
Handles the case where the secondary video gets out of scope compared to current time of main video.
|
|
ShowSecondaryPlayer ( ) : bool |
Shows the secondary player, hiding didactic message.
|
|
SyncSecondaryPlayer ( ) : bool |
Synchronises the secondary player position and playing state with the main one.
|
|
UpdateLabels ( ) : void | ||
UpdateMaxSecondsPerPixel ( ) : void |
Calculates the maximum number of seconds per pixel to accomodate the complete duration in available space.
|
|
UpdateTime ( ) : bool | ||
UpdateTimeLineSize ( MediaFileSet fileSet ) : void |
Adjusts the VPaned position to accomodate up to 8 cameras.
|
public SaveChanges ( bool resyncEvents ) : void | ||
resyncEvents | bool | |
return | void |