EditOperation.this - multiple declarations

Function EditOperation.this

Prototype

this(
  EditAction action
);

Function EditOperation.this

Prototype

this(
  EditAction action,
  TextPosition pos,
  dstring text
);

Function EditOperation.this

Prototype

this(
  EditAction action,
  TextRange range,
  dstring text
);

Function EditOperation.this

Prototype

this(
  EditAction action,
  TextRange range,
  dstring[] text
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0