Notation used in Ruby API documentation
Module: QtGui
Description: This class represents the QTextCursor::MoveOperation enum
This class is equivalent to the class QTextCursor_MoveOperation
new QTextCursor_MoveOperation ptr | new | (int i) | Creates an enum from an integer value |
new QTextCursor_MoveOperation ptr | new | (string s) | Creates an enum from a string value |
[const] | bool | != | (const QTextCursor_MoveOperation other) | Compares two enums for inequality |
[const] | bool | != | (int other) | Compares an enum with an integer for inequality |
[const] | bool | < | (const QTextCursor_MoveOperation other) | Returns true if the first enum is less (in the enum symbol order) than the second |
[const] | bool | < | (int other) | Returns true if the enum is less (in the enum symbol order) than the integer value |
[const] | bool | == | (const QTextCursor_MoveOperation other) | Compares two enums |
[const] | bool | == | (int other) | Compares an enum with an integer value |
[const] | QTextCursor_MoveOperation ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
void | assign | (const QTextCursor_MoveOperation other) | Assigns another object to self | |
[const] | new QTextCursor_MoveOperation ptr | dup | Creates a copy of self | |
[const] | int | hash | Gets the hash value from the enum | |
[const] | string | inspect | Converts an enum to a visual string | |
[const] | int | to_i | Gets the integer value from the enum | |
[const] | string | to_s | Gets the symbolic string from an enum | |
[const] | QTextCursor_QFlags_MoveOperation | | | (const QTextCursor_MoveOperation other) | Creates a flag set by combining the two flags |
[const] | QTextCursor_QFlags_MoveOperation | | | (const QTextCursor_QFlags_MoveOperation other) | Combines the flag and the flag set |
[static,const] | QTextCursor_MoveOperation | Down | Enum constant QTextCursor::Down | |
[static,const] | QTextCursor_MoveOperation | End | Enum constant QTextCursor::End | |
[static,const] | QTextCursor_MoveOperation | EndOfBlock | Enum constant QTextCursor::EndOfBlock | |
[static,const] | QTextCursor_MoveOperation | EndOfLine | Enum constant QTextCursor::EndOfLine | |
[static,const] | QTextCursor_MoveOperation | EndOfWord | Enum constant QTextCursor::EndOfWord | |
[static,const] | QTextCursor_MoveOperation | Left | Enum constant QTextCursor::Left | |
[static,const] | QTextCursor_MoveOperation | NextBlock | Enum constant QTextCursor::NextBlock | |
[static,const] | QTextCursor_MoveOperation | NextCell | Enum constant QTextCursor::NextCell | |
[static,const] | QTextCursor_MoveOperation | NextCharacter | Enum constant QTextCursor::NextCharacter | |
[static,const] | QTextCursor_MoveOperation | NextRow | Enum constant QTextCursor::NextRow | |
[static,const] | QTextCursor_MoveOperation | NextWord | Enum constant QTextCursor::NextWord | |
[static,const] | QTextCursor_MoveOperation | NoMove | Enum constant QTextCursor::NoMove | |
[static,const] | QTextCursor_MoveOperation | PreviousBlock | Enum constant QTextCursor::PreviousBlock | |
[static,const] | QTextCursor_MoveOperation | PreviousCell | Enum constant QTextCursor::PreviousCell | |
[static,const] | QTextCursor_MoveOperation | PreviousCharacter | Enum constant QTextCursor::PreviousCharacter | |
[static,const] | QTextCursor_MoveOperation | PreviousRow | Enum constant QTextCursor::PreviousRow | |
[static,const] | QTextCursor_MoveOperation | PreviousWord | Enum constant QTextCursor::PreviousWord | |
[static,const] | QTextCursor_MoveOperation | Right | Enum constant QTextCursor::Right | |
[static,const] | QTextCursor_MoveOperation | Start | Enum constant QTextCursor::Start | |
[static,const] | QTextCursor_MoveOperation | StartOfBlock | Enum constant QTextCursor::StartOfBlock | |
[static,const] | QTextCursor_MoveOperation | StartOfLine | Enum constant QTextCursor::StartOfLine | |
[static,const] | QTextCursor_MoveOperation | StartOfWord | Enum constant QTextCursor::StartOfWord | |
[static,const] | QTextCursor_MoveOperation | Up | Enum constant QTextCursor::Up | |
[static,const] | QTextCursor_MoveOperation | WordLeft | Enum constant QTextCursor::WordLeft | |
[static,const] | QTextCursor_MoveOperation | WordRight | Enum constant QTextCursor::WordRight |
void | create | Use of this method is deprecated. Use _create instead | ||
void | destroy | Use of this method is deprecated. Use _destroy instead | ||
[const] | bool | destroyed? | Use of this method is deprecated. Use _destroyed? instead | |
[const] | bool | is_const_object? | Use of this method is deprecated. Use _is_const_object? instead |
!= | (1) Signature: [const] bool != (const QTextCursor_MoveOperation other) Description: Compares two enums for inequality |
(2) Signature: [const] bool != (int other) Description: Compares an enum with an integer for inequality | |
< | (1) Signature: [const] bool < (const QTextCursor_MoveOperation other) Description: Returns true if the first enum is less (in the enum symbol order) than the second |
(2) Signature: [const] bool < (int other) Description: Returns true if the enum is less (in the enum symbol order) than the integer value | |
== | (1) Signature: [const] bool == (const QTextCursor_MoveOperation other) Description: Compares two enums |
(2) Signature: [const] bool == (int other) Description: Compares an enum with an integer value | |
Down | Signature: [static,const] QTextCursor_MoveOperation Down Description: Enum constant QTextCursor::Down Python specific notes: |
End | Signature: [static,const] QTextCursor_MoveOperation End Description: Enum constant QTextCursor::End Python specific notes: |
EndOfBlock | Signature: [static,const] QTextCursor_MoveOperation EndOfBlock Description: Enum constant QTextCursor::EndOfBlock Python specific notes: |
EndOfLine | Signature: [static,const] QTextCursor_MoveOperation EndOfLine Description: Enum constant QTextCursor::EndOfLine Python specific notes: |
EndOfWord | Signature: [static,const] QTextCursor_MoveOperation EndOfWord Description: Enum constant QTextCursor::EndOfWord Python specific notes: |
Left | Signature: [static,const] QTextCursor_MoveOperation Left Description: Enum constant QTextCursor::Left Python specific notes: |
NextBlock | Signature: [static,const] QTextCursor_MoveOperation NextBlock Description: Enum constant QTextCursor::NextBlock Python specific notes: |
NextCell | Signature: [static,const] QTextCursor_MoveOperation NextCell Description: Enum constant QTextCursor::NextCell Python specific notes: |
NextCharacter | Signature: [static,const] QTextCursor_MoveOperation NextCharacter Description: Enum constant QTextCursor::NextCharacter Python specific notes: |
NextRow | Signature: [static,const] QTextCursor_MoveOperation NextRow Description: Enum constant QTextCursor::NextRow Python specific notes: |
NextWord | Signature: [static,const] QTextCursor_MoveOperation NextWord Description: Enum constant QTextCursor::NextWord Python specific notes: |
NoMove | Signature: [static,const] QTextCursor_MoveOperation NoMove Description: Enum constant QTextCursor::NoMove Python specific notes: |
PreviousBlock | Signature: [static,const] QTextCursor_MoveOperation PreviousBlock Description: Enum constant QTextCursor::PreviousBlock Python specific notes: |
PreviousCell | Signature: [static,const] QTextCursor_MoveOperation PreviousCell Description: Enum constant QTextCursor::PreviousCell Python specific notes: |
PreviousCharacter | Signature: [static,const] QTextCursor_MoveOperation PreviousCharacter Description: Enum constant QTextCursor::PreviousCharacter Python specific notes: |
PreviousRow | Signature: [static,const] QTextCursor_MoveOperation PreviousRow Description: Enum constant QTextCursor::PreviousRow Python specific notes: |
PreviousWord | Signature: [static,const] QTextCursor_MoveOperation PreviousWord Description: Enum constant QTextCursor::PreviousWord Python specific notes: |
Right | Signature: [static,const] QTextCursor_MoveOperation Right Description: Enum constant QTextCursor::Right Python specific notes: |
Start | Signature: [static,const] QTextCursor_MoveOperation Start Description: Enum constant QTextCursor::Start Python specific notes: |
StartOfBlock | Signature: [static,const] QTextCursor_MoveOperation StartOfBlock Description: Enum constant QTextCursor::StartOfBlock Python specific notes: |
StartOfLine | Signature: [static,const] QTextCursor_MoveOperation StartOfLine Description: Enum constant QTextCursor::StartOfLine Python specific notes: |
StartOfWord | Signature: [static,const] QTextCursor_MoveOperation StartOfWord Description: Enum constant QTextCursor::StartOfWord Python specific notes: |
Up | Signature: [static,const] QTextCursor_MoveOperation Up Description: Enum constant QTextCursor::Up Python specific notes: |
WordLeft | Signature: [static,const] QTextCursor_MoveOperation WordLeft Description: Enum constant QTextCursor::WordLeft Python specific notes: |
WordRight | Signature: [static,const] QTextCursor_MoveOperation WordRight Description: Enum constant QTextCursor::WordRight Python specific notes: |
_const_cast | Signature: [const] QTextCursor_MoveOperation ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: 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. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [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. |
_is_const_object? | Signature: [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. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
assign | Signature: void assign (const QTextCursor_MoveOperation other) Description: Assigns another object to self |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead 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. |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
destroyed? | Signature: [const] bool destroyed? Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead 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. |
dup | Signature: [const] new QTextCursor_MoveOperation ptr dup Description: Creates a copy of self Python specific notes: |
hash | Signature: [const] int hash Description: Gets the hash value from the enum Python specific notes: |
inspect | Signature: [const] string inspect Description: Converts an enum to a visual string Python specific notes: |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
new | (1) Signature: [static] new QTextCursor_MoveOperation ptr new (int i) Description: Creates an enum from an integer value Python specific notes: |
(2) Signature: [static] new QTextCursor_MoveOperation ptr new (string s) Description: Creates an enum from a string value Python specific notes: | |
to_i | Signature: [const] int to_i Description: Gets the integer value from the enum Python specific notes: |
to_s | Signature: [const] string to_s Description: Gets the symbolic string from an enum Python specific notes: |
| | (1) Signature: [const] QTextCursor_QFlags_MoveOperation | (const QTextCursor_MoveOperation other) Description: Creates a flag set by combining the two flags |
(2) Signature: [const] QTextCursor_QFlags_MoveOperation | (const QTextCursor_QFlags_MoveOperation other) Description: Combines the flag and the flag set |