KDevelop API Documentation

buildtools/script/scriptprojectpart.cpp File Reference

#include "scriptprojectpart.h"
#include <qdir.h>
#include <qregexp.h>
#include <qstringlist.h>
#include <qvaluestack.h>
#include <qvbox.h>
#include <qwhatsthis.h>
#include <kaction.h>
#include <kdebug.h>
#include <kdialogbase.h>
#include <kiconloader.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kdevgenericfactory.h>
#include "domutil.h"
#include "kdevcore.h"
#include "kdevmainwindow.h"
#include "kdevpartcontroller.h"
#include "kdevlanguagesupport.h"
#include "scriptoptionswidget.h"
#include "scriptnewfiledlg.h"
#include "scriptprojectpart.moc"

Go to the source code of this file.

Typedefs

typedef KDevGenericFactory<
ScriptProjectPart
ScriptProjectFactory

Functions

 K_EXPORT_COMPONENT_FACTORY (libkdevscriptproject, ScriptProjectFactory(&data)) ScriptProjectPart
bool matchesPattern (const QString &fileName, const QStringList &patternList)

Variables

const KAboutData data ("kdevscriptproject", I18N_NOOP("Build Tool"),"1.0")


Typedef Documentation

typedef KDevGenericFactory<ScriptProjectPart> ScriptProjectFactory
 

Definition at line 37 of file scriptprojectpart.cpp.


Function Documentation

K_EXPORT_COMPONENT_FACTORY libkdevscriptproject  ,
ScriptProjectFactory data
 

Definition at line 39 of file scriptprojectpart.cpp.

bool matchesPattern const QString fileName,
const QStringList patternList
[static]
 

Todo:
This should really be merged with FileTreeWidget::matchesHidePattern() and put in its own class. Currently this is repeated in scriptprojectpart.cpp, pascalproject_part.cpp, adaproject_part.cpp

Definition at line 80 of file scriptprojectpart.cpp.

Referenced by ScriptProjectPart::openProject(), PascalProjectPart::openProject(), and AdaProjectPart::openProject().


Variable Documentation

const KAboutData data("kdevscriptproject", I18N_NOOP("Build Tool"),"1.0") [static]
 

KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:01:54 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003