|
| MergeCatalog (QObject *parent, Catalog *baseCatalog, bool saveChanges=true) |
|
| ~MergeCatalog () |
|
void | copyFromBaseCatalog (const DocPosition &, int options) |
|
void | copyFromBaseCatalog (const DocPosition &pos) |
|
void | copyToBaseCatalog (DocPosition &pos) |
|
void | copyToBaseCatalog (int options=0) |
|
QLinkedList< int > | differentEntries () const |
|
int | firstChangedIndex () const |
|
bool | isApproved (uint index) const |
|
int | isDifferent (uint index) const |
|
bool | isModified (DocPos) const |
|
bool | isPlural (uint index) const |
|
bool | isPresent (const short int &entry) const |
|
int | lastChangedIndex () const |
|
int | loadFromUrl (const KUrl &url) |
|
QString | msgstr (const DocPosition &) const |
|
int | nextChangedIndex (uint index) const |
|
int | prevChangedIndex (uint index) const |
|
void | removeFromDiffIndex (uint index) |
|
TargetState | state (const DocPosition &pos) const |
|
int | unmatchedCount () const |
|
| Catalog (QObject *parent) |
|
virtual | ~Catalog () |
|
void | attachAltTrans (int entry, const AltTrans &trans) |
|
void | attachAltTransCatalog (Catalog *) |
|
bool | autoSaveRecovered () |
|
int | capabilities () const |
|
void | clear () |
|
int | firstBookmarkIndex () const |
|
int | firstFuzzyIndex () const |
|
int | firstUntranslatedIndex () const |
|
bool | isEmpty () |
|
bool | isReadOnly () |
|
int | lastBookmarkIndex () const |
|
int | lastFuzzyIndex () const |
|
int | lastUntranslatedIndex () const |
|
QString | msgid (const DocPosition &) const |
|
int | nextBookmarkIndex (uint index) const |
|
int | nextFuzzyIndex (uint index) const |
|
int | nextUntranslatedIndex (uint index) const |
|
int | prevBookmarkIndex (uint index) const |
|
int | prevFuzzyIndex (uint index) const |
|
int | prevUntranslatedIndex (uint index) const |
|
void | push (QUndoCommand *cmd) |
|
virtual const DocPosition & | redo () |
|
void | setTarget (DocPosition pos, const CatalogString &s) |
|
void | setUrl (const KUrl &u) |
|
virtual const DocPosition & | undo () |
|
| QUndoStack (QObject *parent) |
|
| ~QUndoStack () |
|
void | beginMacro (const QString &text) |
|
bool | canRedo () const |
|
void | canRedoChanged (bool canRedo) |
|
bool | canUndo () const |
|
void | canUndoChanged (bool canUndo) |
|
void | cleanChanged (bool clean) |
|
int | cleanIndex () const |
|
void | clear () |
|
const QUndoCommand * | command (int index) const |
|
int | count () const |
|
QAction * | createRedoAction (QObject *parent, const QString &prefix) const |
|
QAction * | createUndoAction (QObject *parent, const QString &prefix) const |
|
void | endMacro () |
|
int | index () const |
|
void | indexChanged (int idx) |
|
bool | isActive () const |
|
bool | isClean () const |
|
void | push (QUndoCommand *cmd) |
|
void | redo () |
|
QString | redoText () const |
|
void | redoTextChanged (const QString &redoText) |
|
void | setActive (bool active) |
|
void | setClean () |
|
void | setIndex (int idx) |
|
void | setUndoLimit (int limit) |
|
QString | text (int idx) const |
|
void | undo () |
|
int | undoLimit () const |
|
QString | undoText () const |
|
void | undoTextChanged (const QString &undoText) |
|
| QObject (QObject *parent) |
|
| QObject (QObject *parent, const char *name) |
|
virtual | ~QObject () |
|
bool | blockSignals (bool block) |
|
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
|
const QObjectList & | children () const |
|
const char * | className () const |
|
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
|
void | deleteLater () |
|
void | destroyed (QObject *obj) |
|
bool | disconnect (const QObject *receiver, const char *method) |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
virtual bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
T | findChild (const QString &name) const |
|
QList< T > | findChildren (const QRegExp ®Exp) const |
|
QList< T > | findChildren (const QString &name) const |
|
bool | inherits (const char *className) const |
|
void | insertChild (QObject *object) |
|
void | installEventFilter (QObject *filterObj) |
|
bool | isA (const char *className) const |
|
bool | isWidgetType () const |
|
void | killTimer (int id) |
|
virtual const QMetaObject * | metaObject () const |
|
void | moveToThread (QThread *targetThread) |
|
const char * | name () const |
|
const char * | name (const char *defaultName) const |
|
QString | objectName () const |
|
QObject * | parent () const |
|
QVariant | property (const char *name) const |
|
void | removeChild (QObject *object) |
|
void | removeEventFilter (QObject *obj) |
|
void | setName (const char *name) |
|
void | setObjectName (const QString &name) |
|
void | setParent (QObject *parent) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
bool | signalsBlocked () const |
|
int | startTimer (int interval) |
|
QThread * | thread () const |
|
|
void | activePhaseChanged () |
|
void | signalEntryModified (const DocPosition &) |
|
void | signalFileAutoSaveFailed (const QString &) |
|
Q_SCRIPTABLE void | signalFileLoaded () |
|
void | signalFileLoaded (const KUrl &) |
|
Q_SCRIPTABLE void | signalFileSaved () |
|
void | signalFileSaved (const KUrl &) |
|
void | signalNumberOfEmptyChanged () |
|
void | signalNumberOfFuzziesChanged () |
|
static bool | extIsSupported (const QString &path) |
|
static const char *const * | states () |
|
static QStringList | supportedExtensions () |
|
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
|
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
|
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
|
QString | tr (const char *sourceText, const char *disambiguation, int n) |
|
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
|
static QString | supportedMimeFilters |
|
void | doAutoSave () |
|
void | flushUpdateDBBuffer () |
|
void | projectConfigChanged () |
|
void | setAutoSaveDirty () |
|
void | setApproved (const DocPosition &pos, bool approved) |
|
void | setEquivTrans (const DocPosition &, bool equivTrans) |
|
void | setLastModifiedPos (const DocPosition &) |
|
bool | setModified (DocPos entry, bool modif) |
|
TargetState | setState (const DocPosition &pos, TargetState state) |
|
void | targetDelete (const DocPosition &pos, int count) |
|
InlineTag | targetDeleteTag (const DocPosition &pos) |
|
void | targetInsert (const DocPosition &pos, const QString &arg) |
|
void | targetInsertTag (const DocPosition &pos, const InlineTag &tag) |
|
void | updateApprovedEmptyIndexCache () |
|
Phase | updatePhase (const Phase &phase) |
|
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
|
virtual void | childEvent (QChildEvent *event) |
|
virtual void | connectNotify (const char *signal) |
|
virtual void | customEvent (QEvent *event) |
|
virtual void | disconnectNotify (const char *signal) |
|
int | receivers (const char *signal) const |
|
QObject * | sender () const |
|
int | senderSignalIndex () const |
|
virtual void | timerEvent (QTimerEvent *event) |
|
QByteArray | normalizeSignalSlot (const char *signalSlot) |
|
CatalogPrivate * | d |
|
CatalogStorage * | m_storage |
|
| active |
|
| undoLimit |
|
| objectName |
|
Merge source container.
Parallel editing is available. What this subclass does is creating the map (to provide main-file entry order) and index for fast changed entry lookup So order of entries the same as of main-file
TODO index of ch - on-the-fly Merge source container
- Author
- Nick Shaforostoff shaff.nosp@m.f@uk.nosp@m.r.net
Definition at line 71 of file mergecatalog.h.