dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
LineIcon
dlangui
core
editable
text editor line icon
class
LineIcon {
LineIconType
type
;
int
line
;
Object
objectParam
;
this
();
this
(LineIconType type, int line, Object obj);
}
Constructors
this
this
()
empty
this
this
(LineIconType type, int line, Object obj)
Undocumented in source.
Members
Variables
line
int
line
;
line number
objectParam
Object
objectParam
;
arbitrary parameter
type
LineIconType
type
;
mark type
Meta
Source
See Implementation
dlangui
core
editable
aliases
TokenProp
TokenPropString
classes
EditOperation
EditableContent
LineIcon
UndoBuffer
enums
EditAction
EditStateMark
LineIconType
TokenCategory
functions
concatDStrings
replaceEolsWithSpaces
splitDString
tokenCategory
interfaces
EditableContentListener
EditableContentMarksChangeListener
SyntaxSupport
structs
LineIcons
LineSpan
TextLineMeasure
TextPosition
TextRange
WrapPoint
variables
EOL
SYSTEM_DEFAULT_EOL
TOKEN_CATEGORY_MASK
TOKEN_CATEGORY_SHIFT
TOKEN_SUBCATEGORY_MASK
TOKEN_UNKNOWN
text editor line icon