InfText.DeleteOperationInterface

Fields

Name

Type

Access

Description

get_length

object

r

Virtual function to retrieve the end position of the number of characters removed by the delete operation.

get_position

object

r

Virtual function to retrieve the start position of the delete operation.

parent

GObject.TypeInterface

r

transform_overlap

object

r

Virtual function to transform the operation against another delete operation with overlapping regions.

transform_position

object

r

Virtual function to transform the operation such that the start position of the operation changes.

transform_split

object

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.