• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdesdk API Reference
  • KDE Home
  • Contact Us
 

lokalize

  • sources
  • kde-4.14
  • kdesdk
  • lokalize
  • src
  • catalog
  • gettext
importplugin_private.h
Go to the documentation of this file.
1 /* ****************************************************************************
2  This file is part of KAider
3  This file contains parts of KBabel code
4 
5  Copyright (C) 2002-2003 by Stanislav Visnovsky
6  <visnovsky@kde.org>
7 
8  This program is free software; you can redistribute it and/or modify
9  it under the terms of the GNU General Public License as published by
10  the Free Software Foundation; either version 2 of the License, or
11  (at your option) any later version.
12 
13  This program is distributed in the hope that it will be useful,
14  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  GNU General Public License for more details.
17 
18  You should have received a copy of the GNU General Public License
19  along with this program; if not, write to the Free Software
20  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21 
22  In addition, as a special exception, the copyright holders give
23  permission to link the code of this program with any edition of
24  the Qt library by Trolltech AS, Norway (or with modified versions
25  of Qt that use the same license as Qt), and distribute linked
26  combinations including the two. You must obey the GNU General
27  Public License in all respects for all of the code used other than
28  Qt. If you modify this file, you may extend this exception to
29  your version of the file, but you are not obligated to do so. If
30  you do not wish to do so, delete this exception statement from
31  your version.
32 
33 **************************************************************************** */
34 #ifndef IMPORTPLUGINPRIVATE_H
35 #define IMPORTPLUGINPRIVATE_H
36 
37 #include "catalogitem.h"
38 #include "catalog.h"
39 
40 #include <QLinkedList>
41 #include <QTextCodec>
42 
43 class QTextCodec;
44 namespace GettextCatalog {
45 class GettextStorage;
46 
47 class CatalogImportPluginPrivate
48 {
49 public:
50  GettextStorage* _catalog;
51  bool _updateHeader;
52  bool _updateGeneratedFromDocbook;
53  bool _updateCodec;
54  bool _updateErrorList;
55  bool _updateCatalogExtraData;
56 
57  bool _generatedFromDocbook;
58  QLinkedList<CatalogItem> _entries;
59  QLinkedList<CatalogItem> _obsoleteEntries;
60  CatalogItem _header;
61  QTextCodec* _codec;
62  QList<int> _errorList;
63  QStringList _catalogExtraData;
64 
65 };
66 
67 }
68 #endif
GettextCatalog::CatalogImportPluginPrivate::_updateCatalogExtraData
bool _updateCatalogExtraData
Definition: importplugin_private.h:55
GettextCatalog::CatalogImportPluginPrivate::_header
CatalogItem _header
Definition: importplugin_private.h:60
GettextCatalog::CatalogImportPluginPrivate::_catalog
GettextStorage * _catalog
Definition: importplugin_private.h:50
GettextCatalog::CatalogItem
This class represents an entry in a catalog.
Definition: catalogitem.h:55
catalogitem.h
GettextCatalog::CatalogImportPluginPrivate::_errorList
QList< int > _errorList
Definition: importplugin_private.h:62
GettextCatalog::CatalogImportPluginPrivate::_obsoleteEntries
QLinkedList< CatalogItem > _obsoleteEntries
Definition: importplugin_private.h:59
QLinkedList
GettextCatalog::CatalogImportPluginPrivate::_updateCodec
bool _updateCodec
Definition: importplugin_private.h:53
catalog.h
QList< int >
QTextCodec
QStringList
GettextCatalog::CatalogImportPluginPrivate::_updateErrorList
bool _updateErrorList
Definition: importplugin_private.h:54
GettextCatalog::CatalogImportPluginPrivate::_generatedFromDocbook
bool _generatedFromDocbook
Definition: importplugin_private.h:57
GettextCatalog::CatalogImportPluginPrivate
Definition: importplugin_private.h:47
GettextCatalog::CatalogImportPluginPrivate::_catalogExtraData
QStringList _catalogExtraData
Definition: importplugin_private.h:63
GettextCatalog::CatalogImportPluginPrivate::_codec
QTextCodec * _codec
Definition: importplugin_private.h:61
GettextCatalog::CatalogImportPluginPrivate::_updateGeneratedFromDocbook
bool _updateGeneratedFromDocbook
Definition: importplugin_private.h:52
GettextCatalog::CatalogImportPluginPrivate::_entries
QLinkedList< CatalogItem > _entries
Definition: importplugin_private.h:58
GettextCatalog::CatalogImportPluginPrivate::_updateHeader
bool _updateHeader
Definition: importplugin_private.h:51
GettextCatalog::GettextStorage
Implementation of storage for Gettext PO.
Definition: gettextstorage.h:39
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

KDE's Doxygen guidelines are available online.

lokalize

Skip menu "lokalize"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • umbrello
  •   umbrello

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal