#include <KompareDiff2/Marker>
|
enum | Type { Start = 0
, End = 1
} |
|
A Marker.
Definition at line 23 of file marker.h.
◆ Type
enum KompareDiff2::Marker::Type |
◆ Marker() [1/2]
KompareDiff2::Marker::Marker |
( |
| ) |
|
|
inline |
◆ Marker() [2/2]
KompareDiff2::Marker::Marker |
( |
Marker::Type | type, |
|
|
unsigned int | offset ) |
|
inline |
◆ offset()
unsigned int KompareDiff2::Marker::offset |
( |
| ) |
const |
|
inline |
◆ operator==()
bool KompareDiff2::Marker::operator== |
( |
const Marker & | rhs | ) |
const |
|
inline |
◆ setOffset()
void KompareDiff2::Marker::setOffset |
( |
unsigned int | offset | ) |
|
|
inline |
◆ setType()
void KompareDiff2::Marker::setType |
( |
Marker::Type | type | ) |
|
|
inline |
◆ type()
Marker::Type KompareDiff2::Marker::type |
( |
| ) |
const |
|
inline |
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 Mon Nov 18 2024 12:13:14 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.