KDevelop API Documentation

KDevCustomImporter Class Reference

#include <kdevcustomimporter.h>

Inheritance diagram for KDevCustomImporter:

KDevPCSImporter QObject List of all members.

Public Member Functions

 KDevCustomImporter (QObject *parent=0, const char *name=0, const QStringList &args=QStringList())
 ~KDevCustomImporter ()
virtual QString dbName () const
virtual QStringList fileList ()
virtual QStringList includePaths ()
virtual QWidgetcreateSettingsPage (QWidget *parent, const char *name)

Protected Member Functions

QStringList fileList (const QString &path)
void processDir (const QString path, QStringList &files)

Private Attributes

QGuardedPtr< SettingsDialogm_settings

Constructor & Destructor Documentation

KDevCustomImporter::KDevCustomImporter QObject parent = 0,
const char *  name = 0,
const QStringList args = QStringList()
 

KDevCustomImporter::~KDevCustomImporter  ) 
 

Definition at line 28 of file kdevcustomimporter.cpp.


Member Function Documentation

QWidget * KDevCustomImporter::createSettingsPage QWidget parent,
const char *  name
[virtual]
 

Reimplemented from KDevPCSImporter.

Definition at line 78 of file kdevcustomimporter.cpp.

References createSettingsPage(), and m_settings.

Referenced by createSettingsPage().

QString KDevCustomImporter::dbName  )  const [virtual]
 

Implements KDevPCSImporter.

Definition at line 33 of file kdevcustomimporter.cpp.

References m_settings.

QStringList KDevCustomImporter::fileList const QString path  )  [protected]
 

Definition at line 38 of file kdevcustomimporter.cpp.

References fileList().

QStringList KDevCustomImporter::fileList  )  [virtual]
 

Implements KDevPCSImporter.

Definition at line 52 of file kdevcustomimporter.cpp.

References m_settings, and processDir().

Referenced by fileList(), and processDir().

QStringList KDevCustomImporter::includePaths  )  [virtual]
 

Implements KDevPCSImporter.

Definition at line 70 of file kdevcustomimporter.cpp.

References m_settings.

void KDevCustomImporter::processDir const QString  path,
QStringList files
[protected]
 

Definition at line 84 of file kdevcustomimporter.cpp.

References endl(), fileList(), kdDebug(), and processDir().

Referenced by fileList(), and processDir().


Member Data Documentation

QGuardedPtr<SettingsDialog> KDevCustomImporter::m_settings [private]
 

Definition at line 37 of file kdevcustomimporter.h.

Referenced by createSettingsPage(), dbName(), fileList(), and includePaths().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:22 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003