class KTextEditor.Mark |
|
|
Mark class containing line and mark types. Introduction The class Mark represents a mark in a Document. It contains the line and type. A line can have multiple marks, like a bookmark and a breakpoint, i.e. the type contains all marks combined with a logical OR (|). There are several predefined mark types, look into the MarkInterface for further details. See also KTextEditor.MarkInterface, KTextEditor.Document |