autoprojectpart.cpp File Reference
#include <config.h>
#include "autoprojectpart.h"
#include "autolistviewitems.h"
#include "configureoptionswidget.h"
#include "addtranslationdlg.h"
#include "addicondlg.h"
#include "autoprojectwidget.h"
#include <qdom.h>
#include <qdir.h>
#include <qfileinfo.h>
#include <qpopupmenu.h>
#include <qstringlist.h>
#include <qwhatsthis.h>
#include <qregexp.h>
#include <qgroupbox.h>
#include <kaction.h>
#include <kdebug.h>
#include <kdialogbase.h>
#include <kiconloader.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kparts/part.h>
#include <kdeversion.h>
#include <kprocess.h>
#include <domutil.h>
#include <kdevcore.h>
#include <kdevmakefrontend.h>
#include <kdevappfrontend.h>
#include <kdevmainwindow.h>
#include <kdevpartcontroller.h>
#include <makeoptionswidget.h>
#include <runoptionswidget.h>
#include <envvartools.h>
#include <configwidgetproxy.h>
#include "autoprojectpart.moc"
Include dependency graph for autoprojectpart.cpp:

Go to the source code of this file.
Defines | |
#define | CONFIGURE_OPTIONS 1 |
#define | RUN_OPTIONS 2 |
#define | MAKE_OPTIONS 3 |
Functions | |
K_EXPORT_COMPONENT_FACTORY (libkdevautoproject, AutoProjectFactory(&data)) AutoProjectPart | |
QStringList | recursiveATFind (const QString &currDir, const QString &baseDir) |
Variables | |
const KAboutData | data ("kdevautoproject", I18N_NOOP("Automake Manager"),"1.0") |
Define Documentation
|
Definition at line 55 of file autoprojectpart.cpp. Referenced by AutoProjectPart::insertConfigWidget(), and K_EXPORT_COMPONENT_FACTORY(). |
|
Definition at line 57 of file autoprojectpart.cpp. Referenced by AutoProjectPart::insertConfigWidget(), and K_EXPORT_COMPONENT_FACTORY(). |
|
Definition at line 56 of file autoprojectpart.cpp. Referenced by AutoProjectPart::insertConfigWidget(), and K_EXPORT_COMPONENT_FACTORY(). |
Function Documentation
|
Definition at line 61 of file autoprojectpart.cpp. References CONFIGURE_OPTIONS, MAKE_OPTIONS, DomUtil::readBoolEntry(), and RUN_OPTIONS. |
|
Definition at line 1293 of file autoprojectpart.cpp. References file, and kdDebug(). Referenced by AutoProjectPart::distFiles(). |
Variable Documentation
|
|