Custom Platform Support Development Kit
1.3
|
Defines the interface that represents a layer in the timeline. More...
#include <ILayer.h>
Public Member Functions | |
virtual FCM::Result _FCMCALL | GetName (FCM::StringRep16 *ppName)=0 |
Returns the name of the layer. More... | |
virtual FCM::Result _FCMCALL | IsVisible (FCM::Boolean &isVisible)=0 |
Tests if the layer is visible or not. More... | |
virtual FCM::Result _FCMCALL | GetParentLayer (PILayer &pParentLayer)=0 |
Get Parent layer for the current layer. More... | |
virtual FCM::Result _FCMCALL | GetLayerType (FCM::PIFCMUnknown &pLayerType)=0 |
Gets the type associated with this layer. The type determines whether it is a folder, mask, guide, or normal. More... | |
Defines the interface that represents a layer in the timeline.
|
pure virtual |
Gets the type associated with this layer. The type determines whether it is a folder, mask, guide, or normal.
pLayerType | (OUT) The type of the layer. This can be queried for one of the following interfaces: ILayerFolder, ILayerNormal, ILayerMask and ILayerGuide. |
|
pure virtual |
Returns the name of the layer.
ppName | (OUT) Name of the layer |
|
pure virtual |
Get Parent layer for the current layer.
pParentLayer | (OUT) Parent Layer for the current layer Otherwise it is set to NULL |
|
pure virtual |
Tests if the layer is visible or not.
isVisible | (OUT) True if all objects in the layer are visible;false if any is hidden. |