Aspose::Slides::AutoShapeLock Class Reference

Determines which operations are disabled on the parent AutoshapeEx. More...

Inherits Aspose::Slides::BaseShapeLock, and Aspose::Slides::IAutoShapeLock.

Public Member Functions

bool get_GroupingLocked () override
 Determines whether an adding this shape to a group is forbidden. Read bool. More...
 
void set_GroupingLocked (bool value) override
 Determines whether an adding this shape to a group is forbidden. Write bool. More...
 
bool get_SelectLocked () override
 Determines whether a selecting this shape is forbidden. Read bool. More...
 
void set_SelectLocked (bool value) override
 Determines whether a selecting this shape is forbidden. Write bool. More...
 
bool get_RotateLocked () override
 Determines whether a changing rotation angle of this shape is forbidden. Read bool. More...
 
void set_RotateLocked (bool value) override
 Determines whether a changing rotation angle of this shape is forbidden. Write bool. More...
 
bool get_AspectRatioLocked () override
 Determines whether a shape have to preserve aspect ratio on resizing. Read bool. More...
 
void set_AspectRatioLocked (bool value) override
 Determines whether a shape have to preserve aspect ratio on resizing. Write bool. More...
 
bool get_PositionLocked () override
 Determines whether a moving this shape is forbidden. Read bool. More...
 
void set_PositionLocked (bool value) override
 Determines whether a moving this shape is forbidden. Write bool. More...
 
bool get_SizeLocked () override
 Determines whether a resizing this shape is forbidden. Read bool. More...
 
void set_SizeLocked (bool value) override
 Determines whether a resizing this shape is forbidden. Write bool. More...
 
bool get_EditPointsLocked () override
 Determines whether a direct changing of contour of this shape is forbidden. Read bool. More...
 
void set_EditPointsLocked (bool value) override
 Determines whether a direct changing of contour of this shape is forbidden. Write bool. More...
 
bool get_AdjustHandlesLocked () override
 Determines whether a changing adjust values is forbidden. Read bool. More...
 
void set_AdjustHandlesLocked (bool value) override
 Determines whether a changing adjust values is forbidden. Write bool. More...
 
bool get_ArrowheadsLocked () override
 Determines whether a changing arrowheads is forbidden. Read bool. More...
 
void set_ArrowheadsLocked (bool value) override
 Determines whether a changing arrowheads is forbidden. Write bool. More...
 
bool get_ShapeTypeLocked () override
 Determines whether a changing of a shape type is forbidden. Read bool. More...
 
void set_ShapeTypeLocked (bool value) override
 Determines whether a changing of a shape type is forbidden. Write bool. More...
 
bool get_TextLocked () override
 Determines whether an editing of text is forbidden. Read bool. More...
 
void set_TextLocked (bool value) override
 Determines whether an editing of text is forbidden. Write bool. More...
 
- Public Member Functions inherited from Aspose::Slides::BaseShapeLock
bool get_NoLocks () override
 Return true if all lock-flags are disabled. Read-only bool. 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

Determines which operations are disabled on the parent AutoshapeEx.

Member Function Documentation

◆ get_AdjustHandlesLocked()

bool Aspose::Slides::AutoShapeLock::get_AdjustHandlesLocked ( )
overridevirtual

Determines whether a changing adjust values is forbidden. Read bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ get_ArrowheadsLocked()

bool Aspose::Slides::AutoShapeLock::get_ArrowheadsLocked ( )
overridevirtual

Determines whether a changing arrowheads is forbidden. Read bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ get_AspectRatioLocked()

bool Aspose::Slides::AutoShapeLock::get_AspectRatioLocked ( )
overridevirtual

Determines whether a shape have to preserve aspect ratio on resizing. Read bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ get_EditPointsLocked()

bool Aspose::Slides::AutoShapeLock::get_EditPointsLocked ( )
overridevirtual

Determines whether a direct changing of contour of this shape is forbidden. Read bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ get_GroupingLocked()

bool Aspose::Slides::AutoShapeLock::get_GroupingLocked ( )
overridevirtual

Determines whether an adding this shape to a group is forbidden. Read bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ get_PositionLocked()

bool Aspose::Slides::AutoShapeLock::get_PositionLocked ( )
overridevirtual

Determines whether a moving this shape is forbidden. Read bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ get_RotateLocked()

bool Aspose::Slides::AutoShapeLock::get_RotateLocked ( )
overridevirtual

Determines whether a changing rotation angle of this shape is forbidden. Read bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ get_SelectLocked()

bool Aspose::Slides::AutoShapeLock::get_SelectLocked ( )
overridevirtual

Determines whether a selecting this shape is forbidden. Read bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ get_ShapeTypeLocked()

bool Aspose::Slides::AutoShapeLock::get_ShapeTypeLocked ( )
overridevirtual

Determines whether a changing of a shape type is forbidden. Read bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ get_SizeLocked()

bool Aspose::Slides::AutoShapeLock::get_SizeLocked ( )
overridevirtual

Determines whether a resizing this shape is forbidden. Read bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ get_TextLocked()

bool Aspose::Slides::AutoShapeLock::get_TextLocked ( )
overridevirtual

Determines whether an editing of text is forbidden. Read bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ set_AdjustHandlesLocked()

void Aspose::Slides::AutoShapeLock::set_AdjustHandlesLocked ( bool  value)
overridevirtual

Determines whether a changing adjust values is forbidden. Write bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ set_ArrowheadsLocked()

void Aspose::Slides::AutoShapeLock::set_ArrowheadsLocked ( bool  value)
overridevirtual

Determines whether a changing arrowheads is forbidden. Write bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ set_AspectRatioLocked()

void Aspose::Slides::AutoShapeLock::set_AspectRatioLocked ( bool  value)
overridevirtual

Determines whether a shape have to preserve aspect ratio on resizing. Write bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ set_EditPointsLocked()

void Aspose::Slides::AutoShapeLock::set_EditPointsLocked ( bool  value)
overridevirtual

Determines whether a direct changing of contour of this shape is forbidden. Write bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ set_GroupingLocked()

void Aspose::Slides::AutoShapeLock::set_GroupingLocked ( bool  value)
overridevirtual

Determines whether an adding this shape to a group is forbidden. Write bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ set_PositionLocked()

void Aspose::Slides::AutoShapeLock::set_PositionLocked ( bool  value)
overridevirtual

Determines whether a moving this shape is forbidden. Write bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ set_RotateLocked()

void Aspose::Slides::AutoShapeLock::set_RotateLocked ( bool  value)
overridevirtual

Determines whether a changing rotation angle of this shape is forbidden. Write bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ set_SelectLocked()

void Aspose::Slides::AutoShapeLock::set_SelectLocked ( bool  value)
overridevirtual

Determines whether a selecting this shape is forbidden. Write bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ set_ShapeTypeLocked()

void Aspose::Slides::AutoShapeLock::set_ShapeTypeLocked ( bool  value)
overridevirtual

Determines whether a changing of a shape type is forbidden. Write bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ set_SizeLocked()

void Aspose::Slides::AutoShapeLock::set_SizeLocked ( bool  value)
overridevirtual

Determines whether a resizing this shape is forbidden. Write bool.

Implements Aspose::Slides::IAutoShapeLock.

◆ set_TextLocked()

void Aspose::Slides::AutoShapeLock::set_TextLocked ( bool  value)
overridevirtual

Determines whether an editing of text is forbidden. Write bool.

Implements Aspose::Slides::IAutoShapeLock.