DVSyncManager

Namespace: PP.Ui;

Inheritance Hierarchy

Object

DVSyncManager

Description

The DVSyncManager class is used to synchronize visual components.

Syntax

PP.initClass(PP.Ui.DVSyncManager, PP.Object, "PP.Ui.DVSyncManager");

Constructor

  Constructor name Brief description
sub_image.gif DVSyncManager The DVSyncManager constructor creates an instance of the DVSyncManager class.

Properties

  Property name Brief description
HoverSameTime The HoverSameTime property determines whether only the elements, for which identical timeline values are set, are highlighted.
SyncHover The SyncHover property determines whether highlighting is synchronized.
SyncSelection The SyncSelection property determines whether selecting is synchronized.
SyncTimeline The SyncTimeline property determines whether timeline is synchronized.
Visualizers The Visualizer property determines an array of visualizers, which will be synchronized.

Methods

  Method name Brief description
add The add method adds a visualizer to the collection of synchronized elements.
clear The clear method clears the collection of synchronized visualizers.
remove The remove method removes the specified visualizer from the collection of synchronized elements.

Properties inherited from the class Object

  Property name Brief description
Data The Data property associates a random object with this component.
Id The Id property sets component identifier.
Settings The Settings property sets the component parameters.

Methods inherited from the class Object

  Method name Brief description
clone The clone method creates a copy of object. It is not implemented in PP.Ui.Control.
dispose The dispose method deletes the component.
getTypeName The getTypeName method returns the name of the object type without the namespace, to which it belongs.

PP.Ui