InfText.DeleteOperationInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
get_length |
r |
Virtual function to retrieve the end position of the number of characters removed by the delete operation. |
|
get_position |
r |
Virtual function to retrieve the start position of the delete operation. |
|
parent |
r |
||
transform_overlap |
r |
Virtual function to transform the operation against another delete operation with overlapping regions. |
|
transform_position |
r |
Virtual function to transform the operation such that the start position of the operation changes. |
|
transform_split |
r |
Virtual function to transform the operation against an insert operation such that this operation needs to be split in two. |
Methods¶
None
Details¶
- class InfText.DeleteOperationInterface¶
This structure contains virtual methods of the
InfText.DeleteOperation
interface.