KLayout Manual: Main Index » Class Index » API reference - Class QAccessible_RelationFlag

API reference - Class QAccessible_RelationFlag

Notation used in Ruby API documentation

Description: This class represents the QAccessible::RelationFlag enum

Public constructors

new QAccessible_RelationFlagnew(unsigned int arg1)Creates the enum object from an integer

Public methods

[const]bool==(QAccessible_RelationFlag other)Compares the enum class against an enum of it's own type
[const]bool==(unsigned int other)Compares the enum class against an integer
[const]voidassign(const QAccessible_RelationFlag other)Assign the contents of another object to self
voidcreateEnsures the C++ object is created
voiddestroyExplicitly destroy the object
[const]booldestroyed?Returns a value indicating whether the object was already destroyed
[const]QAccessible_RelationFlagdupCreates a copy of self
[const]boolis_const_object?Returns a value indicating whether the reference is a const reference
[const]unsigned intto_iConverts the enum class to an integer
[const]stringto_sConverts the enum class to a string

Public static methods and constants

new QAccessible_RelationFlagAncestorEnum constant QAccessible::Ancestor
new QAccessible_RelationFlagChildEnum constant QAccessible::Child
new QAccessible_RelationFlagControlledEnum constant QAccessible::Controlled
new QAccessible_RelationFlagControllerEnum constant QAccessible::Controller
new QAccessible_RelationFlagCoveredEnum constant QAccessible::Covered
new QAccessible_RelationFlagCoversEnum constant QAccessible::Covers
new QAccessible_RelationFlagDescendentEnum constant QAccessible::Descendent
new QAccessible_RelationFlagDownEnum constant QAccessible::Down
new QAccessible_RelationFlagFocusChildEnum constant QAccessible::FocusChild
new QAccessible_RelationFlagGeometryMaskEnum constant QAccessible::GeometryMask
new QAccessible_RelationFlagHierarchyMaskEnum constant QAccessible::HierarchyMask
new QAccessible_RelationFlagLabelEnum constant QAccessible::Label
new QAccessible_RelationFlagLabelledEnum constant QAccessible::Labelled
new QAccessible_RelationFlagLeftEnum constant QAccessible::Left
new QAccessible_RelationFlagLogicalMaskEnum constant QAccessible::LogicalMask
new QAccessible_RelationFlagRightEnum constant QAccessible::Right
new QAccessible_RelationFlagSelfEnum constant QAccessible::Self
new QAccessible_RelationFlagSiblingEnum constant QAccessible::Sibling
new QAccessible_RelationFlagUnrelatedEnum constant QAccessible::Unrelated
new QAccessible_RelationFlagUpEnum constant QAccessible::Up

Detailed description

[const] bool ==(QAccessible_RelationFlag other)

Description: Compares the enum class against an enum of it's own type

[const] bool ==(unsigned int other)

Description: Compares the enum class against an integer

[static] new QAccessible_RelationFlag Ancestor

Description: Enum constant QAccessible::Ancestor

[static] new QAccessible_RelationFlag Child

Description: Enum constant QAccessible::Child

[static] new QAccessible_RelationFlag Controlled

Description: Enum constant QAccessible::Controlled

[static] new QAccessible_RelationFlag Controller

Description: Enum constant QAccessible::Controller

[static] new QAccessible_RelationFlag Covered

Description: Enum constant QAccessible::Covered

[static] new QAccessible_RelationFlag Covers

Description: Enum constant QAccessible::Covers

[static] new QAccessible_RelationFlag Descendent

Description: Enum constant QAccessible::Descendent

[static] new QAccessible_RelationFlag Down

Description: Enum constant QAccessible::Down

[static] new QAccessible_RelationFlag FocusChild

Description: Enum constant QAccessible::FocusChild

[static] new QAccessible_RelationFlag GeometryMask

Description: Enum constant QAccessible::GeometryMask

[static] new QAccessible_RelationFlag HierarchyMask

Description: Enum constant QAccessible::HierarchyMask

[static] new QAccessible_RelationFlag Label

Description: Enum constant QAccessible::Label

[static] new QAccessible_RelationFlag Labelled

Description: Enum constant QAccessible::Labelled

[static] new QAccessible_RelationFlag Left

Description: Enum constant QAccessible::Left

[static] new QAccessible_RelationFlag LogicalMask

Description: Enum constant QAccessible::LogicalMask

[static] new QAccessible_RelationFlag Right

Description: Enum constant QAccessible::Right

[static] new QAccessible_RelationFlag Self

Description: Enum constant QAccessible::Self

[static] new QAccessible_RelationFlag Sibling

Description: Enum constant QAccessible::Sibling

[static] new QAccessible_RelationFlag Unrelated

Description: Enum constant QAccessible::Unrelated

[static] new QAccessible_RelationFlag Up

Description: Enum constant QAccessible::Up

[const] void assign(const QAccessible_RelationFlag other)

Description: Assign the contents of another object to self

This method assigns the contents of another object to self. This is a deep copy that does not only copy the reference but the actual content.

void create

Description: Ensures the C++ object is created

Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created.

void destroy

Description: Explicitly destroy the object

Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing.

[const] bool destroyed?

Description: Returns a value indicating whether the object was already destroyed

This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself.

[const] QAccessible_RelationFlag dup

Description: Creates a copy of self

[const] bool is_const_object?

Description: Returns a value indicating whether the reference is a const reference

This method returns true, if self is a const reference. In that case, only const methods may be called on self.

[static] new QAccessible_RelationFlag new(unsigned int arg1)

Description: Creates the enum object from an integer

[const] unsigned int to_i

Description: Converts the enum class to an integer

[const] string to_s

Description: Converts the enum class to a string