Aspose::Slides::Animation::IEffect Class Referenceabstract

Represents animation effect. More...

Inherits System::Object.

Inherited by Aspose::Slides::Animation::Effect.

Public Member Functions

virtual System::SharedPtr< ISequenceget_Sequence ()=0
 Returns a sequence for an effect. Read-only ISequence. More...
 
virtual System::SharedPtr< ITextAnimationget_TextAnimation ()=0
 Returns text animation. Read-only ITextAnimation. More...
 
virtual EffectPresetClassType get_PresetClassType ()=0
 Defines class of effect. Read EffectPresetClassType. More...
 
virtual void set_PresetClassType (EffectPresetClassType value)=0
 Defines class of effect. Write EffectPresetClassType. More...
 
virtual EffectType get_Type ()=0
 Defines type of effect. Read EffectType. More...
 
virtual void set_Type (EffectType value)=0
 Defines type of effect. Write EffectType. More...
 
virtual EffectSubtype get_Subtype ()=0
 Defines subtype of effect. Read EffectSubtype. More...
 
virtual void set_Subtype (EffectSubtype value)=0
 Defines subtype of effect. Write EffectSubtype. More...
 
virtual System::SharedPtr< IBehaviorCollectionget_Behaviors ()=0
 Returns collection of behavior for effect. Read IBehaviorCollection. More...
 
virtual void set_Behaviors (System::SharedPtr< IBehaviorCollection > value)=0
 Returns collection of behavior for effect. Write IBehaviorCollection. More...
 
virtual System::SharedPtr< ITimingget_Timing ()=0
 Defines timing value for effect. Read ITiming. More...
 
virtual void set_Timing (System::SharedPtr< ITiming > value)=0
 Defines timing value for effect. Write ITiming. More...
 
virtual System::SharedPtr< IShapeget_TargetShape ()=0
 Returns target shape for effect. Read-only IShape. More...
 
- Public Member Functions inherited from System::Object
 Object ()
 Creates object. Initializes all internal data structures. More...
 
virtual ~Object ()
 Destroys object. Frees all internal data structures. More...
 
 Object (Object const &x)
 Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
Objectoperator= (Object const &x)
 Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
ObjectSharedRefAdded ()
 Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int SharedRefRemovedSafe ()
 Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int RemovedSharedRefs (int count)
 Decreases shared reference count by specified value. More...
 
Detail::SmartPtrCounter * WeakRefAdded ()
 Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
void WeakRefRemoved ()
 Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
Detail::SmartPtrCounter * GetCounter ()
 Gets reference counter data structure associated with the object. More...
 
int SharedCount () const
 Gets current value of shared reference counter. More...
 
void Lock ()
 Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
 
void Unlock ()
 Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
 
virtual bool Equals (ptr obj)
 Compares objects using C# Object.Equals semantics. More...
 
virtual int32_t GetHashCode () const
 Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
 
virtual String ToString () const
 Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
 
virtual ptr MemberwiseClone () const
 Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
 
virtual const TypeInfoGetType () const
 Gets actual type of object. Analog of C# System.Object.GetType() call. More...
 
virtual bool Is (const TypeInfo &targetType) const
 Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
 
virtual void SetTemplateWeakPtr (uint32_t argument)
 Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
 
virtual bool FastCast (const Details::FastRttiBase &helper, void **out_ptr) const
 For internal purposes only. More...
 
template<>
bool ReferenceEquals (String const &str, std::nullptr_t)
 Specialization of Object::ReferenceEquals for case of string and nullptr. More...
 
template<>
bool ReferenceEquals (String const &str1, String const &str2)
 Specialization of Object::ReferenceEquals for case of strings. More...
 

Additional Inherited Members

- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 
- Static Public Member Functions inherited from System::Object
static bool ReferenceEquals (ptr const &objA, ptr const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, T const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, std::nullptr_t)
 Reference-compares value type object with nullptr. More...
 
template<typename T1 , typename T2 >
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares reference type objects in C# style. More...
 
template<typename T1 , typename T2 >
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares value type objects in C# style. More...
 
static const TypeInfoType ()
 Implements C# typeof(System.Object) construct. More...
 
template<>
bool Equals (float const &objA, float const &objB)
 Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
 
template<>
bool Equals (double const &objA, double const &objB)
 Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
 

Detailed Description

Represents animation effect.

Member Function Documentation

◆ get_Behaviors()

virtual System::SharedPtr<IBehaviorCollection> Aspose::Slides::Animation::IEffect::get_Behaviors ( )
pure virtual

Returns collection of behavior for effect. Read IBehaviorCollection.

Implemented in Aspose::Slides::Animation::Effect.

◆ get_PresetClassType()

virtual EffectPresetClassType Aspose::Slides::Animation::IEffect::get_PresetClassType ( )
pure virtual

Defines class of effect. Read EffectPresetClassType.

Implemented in Aspose::Slides::Animation::Effect.

◆ get_Sequence()

virtual System::SharedPtr<ISequence> Aspose::Slides::Animation::IEffect::get_Sequence ( )
pure virtual

Returns a sequence for an effect. Read-only ISequence.

Implemented in Aspose::Slides::Animation::Effect.

◆ get_Subtype()

virtual EffectSubtype Aspose::Slides::Animation::IEffect::get_Subtype ( )
pure virtual

Defines subtype of effect. Read EffectSubtype.

Implemented in Aspose::Slides::Animation::Effect.

◆ get_TargetShape()

virtual System::SharedPtr<IShape> Aspose::Slides::Animation::IEffect::get_TargetShape ( )
pure virtual

Returns target shape for effect. Read-only IShape.

Implemented in Aspose::Slides::Animation::Effect.

◆ get_TextAnimation()

virtual System::SharedPtr<ITextAnimation> Aspose::Slides::Animation::IEffect::get_TextAnimation ( )
pure virtual

Returns text animation. Read-only ITextAnimation.

Implemented in Aspose::Slides::Animation::Effect.

◆ get_Timing()

virtual System::SharedPtr<ITiming> Aspose::Slides::Animation::IEffect::get_Timing ( )
pure virtual

Defines timing value for effect. Read ITiming.

Implemented in Aspose::Slides::Animation::Effect.

◆ get_Type()

virtual EffectType Aspose::Slides::Animation::IEffect::get_Type ( )
pure virtual

Defines type of effect. Read EffectType.

Implemented in Aspose::Slides::Animation::Effect.

◆ set_Behaviors()

virtual void Aspose::Slides::Animation::IEffect::set_Behaviors ( System::SharedPtr< IBehaviorCollection value)
pure virtual

Returns collection of behavior for effect. Write IBehaviorCollection.

Implemented in Aspose::Slides::Animation::Effect.

◆ set_PresetClassType()

virtual void Aspose::Slides::Animation::IEffect::set_PresetClassType ( EffectPresetClassType  value)
pure virtual

Defines class of effect. Write EffectPresetClassType.

Implemented in Aspose::Slides::Animation::Effect.

◆ set_Subtype()

virtual void Aspose::Slides::Animation::IEffect::set_Subtype ( EffectSubtype  value)
pure virtual

Defines subtype of effect. Write EffectSubtype.

Implemented in Aspose::Slides::Animation::Effect.

◆ set_Timing()

virtual void Aspose::Slides::Animation::IEffect::set_Timing ( System::SharedPtr< ITiming value)
pure virtual

Defines timing value for effect. Write ITiming.

Implemented in Aspose::Slides::Animation::Effect.

◆ set_Type()

virtual void Aspose::Slides::Animation::IEffect::set_Type ( EffectType  value)
pure virtual

Defines type of effect. Write EffectType.

Implemented in Aspose::Slides::Animation::Effect.