Diff2::Marker

Search for usage in LXR

Diff2::Marker Class Reference

#include <KompareDiff2/Marker>

Public Types

enum  Type { Start = 0 , End = 1 }
 

Public Member Functions

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

Detailed Description

A Marker.

Definition at line 20 of file marker.h.

Member Enumeration Documentation

◆ Type

enum Diff2::Marker::Type

Definition at line 23 of file marker.h.

Constructor & Destructor Documentation

◆ Marker() [1/2]

Diff2::Marker::Marker ( )
inline

Definition at line 26 of file marker.h.

◆ Marker() [2/2]

Diff2::Marker::Marker ( enum Marker::Type type,
unsigned int offset )
inline

Definition at line 31 of file marker.h.

◆ ~Marker()

Diff2::Marker::~Marker ( )
inline

Definition at line 36 of file marker.h.

Member Function Documentation

◆ offset()

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

Definition at line 40 of file marker.h.

◆ operator==()

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

Definition at line 45 of file marker.h.

◆ setOffset()

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

Definition at line 43 of file marker.h.

◆ setType()

void Diff2::Marker::setType ( enum Marker::Type type)
inline

Definition at line 42 of file marker.h.

◆ type()

enum Marker::Type Diff2::Marker::type ( ) const
inline

Definition at line 39 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 Tue Mar 26 2024 11:16:37 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.