KompareDiff2::Info
KompareDiff2::Info Class Reference
#include <KompareDiff2/Info>
Public Member Functions | |
Info (Mode _mode=UnknownMode, DiffMode _diffMode=UnknownDiffMode, Format _format=UnknownFormat, Generator _generator=UnknownGenerator, const QUrl &_source=QUrl(), const QUrl &_destination=QUrl(), const QString &_localSource=QString(), const QString &_localDestination=QString(), QTemporaryDir *_sourceQTempDir=nullptr, QTemporaryDir *_destinationQTempDir=nullptr, uint _depth=0, bool _applied=true) | |
void | swapSourceWithDestination () |
Public Attributes | |
bool | applied |
uint | depth |
QUrl | destination |
QTemporaryDir * | destinationQTempDir |
DiffMode | diffMode |
Format | format |
Generator | generator |
QString | localDestination |
QString | localSource |
Mode | mode |
QUrl | source |
QTemporaryDir * | sourceQTempDir |
Detailed Description
Constructor & Destructor Documentation
◆ Info()
Info::Info | ( | Mode | _mode = UnknownMode, |
DiffMode | _diffMode = UnknownDiffMode, | ||
Format | _format = UnknownFormat, | ||
Generator | _generator = UnknownGenerator, | ||
const QUrl & | _source = QUrl(), | ||
const QUrl & | _destination = QUrl(), | ||
const QString & | _localSource = QString(), | ||
const QString & | _localDestination = QString(), | ||
QTemporaryDir * | _sourceQTempDir = nullptr, | ||
QTemporaryDir * | _destinationQTempDir = nullptr, | ||
uint | _depth = 0, | ||
bool | _applied = true ) |
Member Function Documentation
◆ swapSourceWithDestination()
Member Data Documentation
◆ applied
◆ depth
◆ destination
◆ destinationQTempDir
QTemporaryDir* KompareDiff2::Info::destinationQTempDir |
◆ diffMode
◆ format
◆ generator
◆ localDestination
◆ localSource
◆ mode
◆ source
◆ sourceQTempDir
QTemporaryDir* KompareDiff2::Info::sourceQTempDir |
The documentation for this class was generated from the following files:
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
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.