KTextEditor
KTextEditor::Mark Class Reference
Mark class containing line and mark types. More...
#include <markinterface.h>
Public Attributes | |
int | line |
uint | type |
Detailed Description
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.
Definition at line 49 of file markinterface.h.
Member Data Documentation
The mark types in the line, combined with logical OR.
Definition at line 56 of file markinterface.h.
The documentation for this class was generated from the following file: