lokalize
projectmodel.h
Go to the documentation of this file.
149 KUrl beginEditing(const QModelIndex& index); //copies POT file to PO file and returns url of the PO file
153 QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
203 void generatePOTMapping(QVector<int> & result, const QModelIndex& poParent, const QModelIndex& potParent) const;
QVariant headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const
Definition: projectmodel.cpp:519
KUrl beginEditing(const QModelIndex &index)
Definition: projectmodel.cpp:158
void totalsChanged(int fuzzy, int translated, int untranslated, bool done)
QModelIndex index(int row, int column, const QModelIndex &parent=QModelIndex()) const
Definition: projectmodel.cpp:688
Definition: projectmodel.h:140
Definition: projectmodel.h:139
Definition: projectmodel.h:122
bool hasChildren(const QModelIndex &parent=QModelIndex()) const
Definition: projectmodel.cpp:555
Definition: projectlocal.h:13
bool canFetchMore(const QModelIndex &parent) const
Definition: projectmodel.cpp:567
Qt::ItemFlags flags(const QModelIndex &index) const
Definition: projectmodel.cpp:540
Definition: projectmodel.h:129
Some notes: Uses two KDirModels for template and translations dir.
Definition: projectmodel.h:54
int columnCount(const QModelIndex &parent=QModelIndex()) const
Definition: projectmodel.cpp:513
Definition: projectlocal.h:13
void setUrl(const KUrl &poUrl, const KUrl &potUrl)
Definition: projectmodel.cpp:112
Definition: projectmodel.h:137
Definition: projectmodel.h:126
Definition: projectmodel.h:136
Definition: projectlocal.h:13
QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
we use QRect to pass data through QVariant tunnel
Definition: projectmodel.cpp:611
Definition: projectmodel.h:138
Definition: projectlocal.h:13
void loading()
Definition: projectmodel.h:130
Definition: projectmodel.h:241
Definition: projectmodel.h:125
UpdateStatsJob(QList< KFileItem > files, QObject *owner=0)
Definition: projectmodel.cpp:1258
Definition: projectmodel.h:128
Definition: projectmodel.h:123
QObject * parent() const
int rowCount(const QModelIndex &parent=QModelIndex()) const
Definition: projectmodel.cpp:549
KFileItem itemForIndex(const QModelIndex &index) const
Definition: projectmodel.cpp:701
Definition: projectmodel.h:124
typedef ItemFlags
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.