kdevelop/kdevplatform/language/codegen
applychangeswidget.cpp
Go to the documentation of this file.
171 KParts::ReadWritePart* part = KMimeTypeTrader::self()->createPartInstanceFromQuery<KParts::ReadWritePart>(
virtual void reject()
ApplyChangesWidget(QWidget *parent=nullptr)
Definition: applychangeswidget.cpp:66
void rejected()
QStringList split(const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const
KTextEditor::Document * document() const
Definition: applychangeswidget.cpp:107
void resize(int w, int h)
void updateDiffView(int index=-1)
Update the comparison view fo index, in case changes have been done directly to the opened document...
Definition: applychangeswidget.cpp:209
void setInformation(const QString &info)
Definition: applychangeswidget.cpp:114
QString tempPath()
void currentChanged(int index)
bool hasDocuments() const
Definition: applychangeswidget.cpp:100
~ApplyChangesWidget() override
QExplicitlySharedDataPointer< CodeRepresentation > Ptr
Definition: coderepresentation.h:139
virtual void accept()
QString fileName() const
QWidget(QWidget *parent, QFlags< Qt::WindowType > f)
T & last()
void indexChanged(int)
Called to signal a change to the currently viewed index.
Definition: applychangeswidget.cpp:201
void setSizeGripEnabled(bool)
void accepted()
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void addDocuments(const IndexedString &original)
Definition: applychangeswidget.cpp:121
CodeRepresentation::Ptr createCodeRepresentation(const IndexedString &path)
Creates a code-representation for the given url, that allows conveniently accessing its data...
Definition: coderepresentation.cpp:346
QUrl fromLocalFile(const QString &localFile)
bool applyAllChanges()
This will save all the modified files into their originals.
Definition: applychangeswidget.cpp:138
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 12 2019 03:33:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 12 2019 03:33:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.