Kate::TextLine::Attribute

Search for usage in LXR

Kate::TextLine::Attribute Class Reference

#include <katetextline.h>

Public Member Functions

 Attribute (int _offset=0, int _length=0, int _attributeValue=0)
 

Public Attributes

int attributeValue
 
int length
 
int offset
 

Detailed Description

Attribute storage.

Definition at line 27 of file katetextline.h.

Constructor & Destructor Documentation

◆ Attribute()

Kate::TextLine::Attribute::Attribute ( int _offset = 0,
int _length = 0,
int _attributeValue = 0 )
inlineexplicit

Attribute constructor.

Parameters
_offsetoffset
_lengthlength
_attributeValueattribute value

Definition at line 36 of file katetextline.h.

Member Data Documentation

◆ attributeValue

int Kate::TextLine::Attribute::attributeValue

attribute value (to encode type of this range)

Definition at line 56 of file katetextline.h.

◆ length

int Kate::TextLine::Attribute::length

length

Definition at line 51 of file katetextline.h.

◆ offset

int Kate::TextLine::Attribute::offset

offset

Definition at line 46 of file katetextline.h.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 3 2024 11:46:29 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.