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
|
Definition at line 37 of file scriptprojectpart.cpp. |
Function Documentation
|
Definition at line 39 of file scriptprojectpart.cpp. |
|
Definition at line 80 of file scriptprojectpart.cpp. Referenced by ScriptProjectPart::openProject(), PascalProjectPart::openProject(), and AdaProjectPart::openProject(). |
Variable Documentation
|
|