• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

KDED

kbuildsycoca.cpp File Reference

#include <qdir.h>
#include <qeventloop.h>
#include <config.h>
#include "kbuildsycoca.h"
#include "kresourcelist.h"
#include "vfolder_menu.h"
#include <kservice.h>
#include <kmimetype.h>
#include <kbuildservicetypefactory.h>
#include <kbuildservicefactory.h>
#include <kbuildservicegroupfactory.h>
#include <kbuildimageiofactory.h>
#include <kbuildprotocolinfofactory.h>
#include <kctimefactory.h>
#include <kdatastream.h>
#include <qdatastream.h>
#include <qfile.h>
#include <qtimer.h>
#include <assert.h>
#include <kapplication.h>
#include <dcopclient.h>
#include <kglobal.h>
#include <kdebug.h>
#include <kdirwatch.h>
#include <kstandarddirs.h>
#include <ksavefile.h>
#include <klocale.h>
#include <kaboutdata.h>
#include <kcmdlineargs.h>
#include <kcrash.h>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
#include <memory>
#include "kbuildsycoca.moc"

Include dependency graph for kbuildsycoca.cpp:

Go to the source code of this file.


Typedefs

typedef QDict< KSycocaEntry > KBSEntryDict
typedef QValueList
< KSycocaEntry::List > 
KSycocaEntryListList

Functions

void crashHandler (int)
KDE_EXPORT int kdemain (int argc, char **argv)
static QString oldSycocaPath ()
static QString sycocaPath ()

Variables

static const char appName [] = "kbuildsycoca"
static const char appVersion [] = "1.1"
static bool bGlobalDatabase = false
static bool bMenuTest = false
static const char * cSycocaPath = 0
static KSycocaEntryListList * g_allEntries = 0
static QStringList * g_allResourceDirs = 0
static KBuildServiceFactory * g_bsf = 0
static KBuildServiceGroupFactory * g_bsgf = 0
static bool g_changed = false
static QStringList * g_changeList = 0
static QDict< Q_UINT32 > * g_ctimeDict = 0
static KCTimeInfo * g_ctimeInfo = 0
static KBSEntryDict * g_entryDict = 0
static KSycocaFactory * g_factory = 0
static const char * g_resource = 0
static KBSEntryDict * g_serviceGroupEntryDict = 0
static KSycocaEntry::List g_tempStorage
static VFolderMenu * g_vfolder = 0
static Q_UINT32 newTimestamp = 0
static KCmdLineOptions options []

Typedef Documentation

typedef QDict<KSycocaEntry> KBSEntryDict

Definition at line 68 of file kbuildsycoca.cpp.

typedef QValueList<KSycocaEntry::List> KSycocaEntryListList

Definition at line 69 of file kbuildsycoca.cpp.


Function Documentation

void crashHandler ( int   ) 

Definition at line 93 of file kbuildsycoca.cpp.

KDE_EXPORT int kdemain ( int  argc,
char **  argv 
)

Definition at line 718 of file kbuildsycoca.cpp.

static QString oldSycocaPath (  )  [static]

Definition at line 121 of file kbuildsycoca.cpp.

static QString sycocaPath (  )  [static]

Definition at line 101 of file kbuildsycoca.cpp.


Variable Documentation

const char appName[] = "kbuildsycoca" [static]

Definition at line 709 of file kbuildsycoca.cpp.

const char appVersion[] = "1.1" [static]

Definition at line 710 of file kbuildsycoca.cpp.

bool bGlobalDatabase = false [static]

Definition at line 90 of file kbuildsycoca.cpp.

bool bMenuTest = false [static]

Definition at line 91 of file kbuildsycoca.cpp.

const char* cSycocaPath = 0 [static]

Definition at line 88 of file kbuildsycoca.cpp.

KSycocaEntryListList* g_allEntries = 0 [static]

Definition at line 81 of file kbuildsycoca.cpp.

QStringList* g_allResourceDirs = 0 [static]

Definition at line 83 of file kbuildsycoca.cpp.

KBuildServiceFactory* g_bsf = 0 [static]

Definition at line 73 of file kbuildsycoca.cpp.

KBuildServiceGroupFactory* g_bsgf = 0 [static]

Definition at line 74 of file kbuildsycoca.cpp.

bool g_changed = false [static]

Definition at line 84 of file kbuildsycoca.cpp.

QStringList* g_changeList = 0 [static]

Definition at line 82 of file kbuildsycoca.cpp.

QDict<Q_UINT32>* g_ctimeDict = 0 [static]

Definition at line 77 of file kbuildsycoca.cpp.

KCTimeInfo* g_ctimeInfo = 0 [static]

Definition at line 76 of file kbuildsycoca.cpp.

KBSEntryDict* g_entryDict = 0 [static]

Definition at line 79 of file kbuildsycoca.cpp.

KSycocaFactory* g_factory = 0 [static]

Definition at line 75 of file kbuildsycoca.cpp.

const char* g_resource = 0 [static]

Definition at line 78 of file kbuildsycoca.cpp.

KBSEntryDict* g_serviceGroupEntryDict = 0 [static]

Definition at line 80 of file kbuildsycoca.cpp.

KSycocaEntry::List g_tempStorage [static]

Definition at line 85 of file kbuildsycoca.cpp.

VFolderMenu* g_vfolder = 0 [static]

Definition at line 86 of file kbuildsycoca.cpp.

Q_UINT32 newTimestamp = 0 [static]

Definition at line 71 of file kbuildsycoca.cpp.

KCmdLineOptions options[] [static]

Initial value:

 {
   { "nosignal", I18N_NOOP("Do not signal applications to update"), 0 },
   { "noincremental", I18N_NOOP("Disable incremental update, re-read everything"), 0 },
   { "checkstamps", I18N_NOOP("Check file timestamps"), 0 },
   { "nocheckfiles", I18N_NOOP("Disable checking files (dangerous)"), 0 },
   { "global", I18N_NOOP("Create global database"), 0 },
   { "menutest", I18N_NOOP("Perform menu generation test run only"), 0 },
   { "track <menu-id>", I18N_NOOP("Track menu id for debug purposes"), 0 },




   KCmdLineLastOption
}

Definition at line 694 of file kbuildsycoca.cpp.

KDED

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

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal