KDevelop API Documentation

KDevCustomImporter Class Reference

#include <kdevcustomimporter.h>

Inheritance diagram for KDevCustomImporter:

Inheritance graph
[legend]
Collaboration diagram for KDevCustomImporter:

Collaboration graph
[legend]
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 m_settings.

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.

QStringList KDevCustomImporter::fileList  )  [virtual]
 

Implements KDevPCSImporter.

Definition at line 52 of file kdevcustomimporter.cpp.

References m_settings, and processDir().

Referenced by 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 fileList(), and kdDebug().

Referenced by fileList().


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.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:22:23 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003