KompareDiff2::Marker

Search for usage in LXR

KompareDiff2::Marker Class Reference

#include <KompareDiff2/Marker>

Public Types

enum  Type { Start = 0 , End = 1 }
 

Public Member Functions

 Marker (Marker::Type type, unsigned int offset)
 
unsigned int offset () const
 
bool operator== (const Marker &rhs) const
 
void setOffset (unsigned int offset)
 
void setType (Marker::Type type)
 
Marker::Type type () const
 

Detailed Description

A Marker.

Definition at line 23 of file marker.h.

Member Enumeration Documentation

◆ Type

enum KompareDiff2::Marker::Type

Definition at line 26 of file marker.h.

Constructor & Destructor Documentation

◆ Marker() [1/2]

KompareDiff2::Marker::Marker ( )
inline

Definition at line 32 of file marker.h.

◆ Marker() [2/2]

KompareDiff2::Marker::Marker ( Marker::Type type,
unsigned int offset )
inline

Definition at line 37 of file marker.h.

Member Function Documentation

◆ offset()

unsigned int KompareDiff2::Marker::offset ( ) const
inline

Definition at line 49 of file marker.h.

◆ operator==()

bool KompareDiff2::Marker::operator== ( const Marker & rhs) const
inline

Definition at line 63 of file marker.h.

◆ setOffset()

void KompareDiff2::Marker::setOffset ( unsigned int offset)
inline

Definition at line 58 of file marker.h.

◆ setType()

void KompareDiff2::Marker::setType ( Marker::Type type)
inline

Definition at line 54 of file marker.h.

◆ type()

Marker::Type KompareDiff2::Marker::type ( ) const
inline

Definition at line 45 of file marker.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 Jul 26 2024 11:54:15 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.