• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kded
 

kded

  • kded
kbuildservicetypefactory.h
1 /* This file is part of the KDE project
2  Copyright (C) 1999 David Faure <faure@kde.org>
3 
4  This library is free software; you can redistribute it and/or
5  modify it under the terms of the GNU Library General Public
6  License as published by the Free Software Foundation; either
7  version 2 of the License, or (at your option) any later version.
8 
9  This library is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  Library General Public License for more details.
13 
14  You should have received a copy of the GNU Library General Public License
15  along with this library; see the file COPYING.LIB. If not, write to
16  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17  Boston, MA 02110-1301, USA.
18 */
19 
20 #ifndef __k_build_service_type_factory_h__
21 #define __k_build_service_type_factory_h__
22 
23 #include <kservicetypefactory.h>
24 #include <tqstringlist.h>
25 
30 class KBuildServiceTypeFactory : public KServiceTypeFactory
31 {
32 public:
36  KBuildServiceTypeFactory();
37 
38  virtual ~KBuildServiceTypeFactory();
39 
44  virtual KServiceType * findServiceTypeByName(const TQString &_name);
45 
49  virtual KSycocaEntry * createEntry(const TQString &file, const char *resource);
50 
51  virtual KServiceType * createEntry( int ) { assert(0); return 0L; }
52 
56  virtual void addEntry(KSycocaEntry *newEntry, const char *resource);
57 
61  virtual void save(TQDataStream &str);
62 
69  virtual void saveHeader(TQDataStream &str);
70 
74  static TQStringList resourceTypes();
75 private:
76 
77  void savePatternLists(TQDataStream &str);
78 };
79 
80 #endif
KBuildServiceTypeFactory
Service-type factory for building tdesycoca.
Definition: kbuildservicetypefactory.h:31
KBuildServiceTypeFactory::KBuildServiceTypeFactory
KBuildServiceTypeFactory()
Create factory.
Definition: kbuildservicetypefactory.cpp:34
KBuildServiceTypeFactory::saveHeader
virtual void saveHeader(TQDataStream &str)
Write out header information.
Definition: kbuildservicetypefactory.cpp:133
KBuildServiceTypeFactory::findServiceTypeByName
virtual KServiceType * findServiceTypeByName(const TQString &_name)
Find a service type in the database file.
Definition: kbuildservicetypefactory.cpp:57
KBuildServiceTypeFactory::resourceTypes
static TQStringList resourceTypes()
Returns all resource types for this service factory.
Definition: kbuildservicetypefactory.cpp:47
KBuildServiceTypeFactory::addEntry
virtual void addEntry(KSycocaEntry *newEntry, const char *resource)
Add entry.
Definition: kbuildservicetypefactory.cpp:251
KBuildServiceTypeFactory::createEntry
virtual KSycocaEntry * createEntry(const TQString &file, const char *resource)
Construct a KServiceType from a config file.
Definition: kbuildservicetypefactory.cpp:69
KBuildServiceTypeFactory::save
virtual void save(TQDataStream &str)
Write out service type specific index files.
Definition: kbuildservicetypefactory.cpp:149

kded

Skip menu "kded"
  • Main Page
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

kded

Skip menu "kded"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for kded by doxygen 1.9.1
This website is maintained by Timothy Pearson.