filecreate_part.cpp File Reference
#include <qwhatsthis.h>
#include <qdom.h>
#include <qdir.h>
#include <qfileinfo.h>
#include <qvbox.h>
#include <qtimer.h>
#include <kdeversion.h>
#include <kiconloader.h>
#include <klocale.h>
#include <kdevgenericfactory.h>
#include <kfiledialog.h>
#include <kdebug.h>
#include <kstandarddirs.h>
#include <kstdaction.h>
#include <kaction.h>
#include <kapplication.h>
#include <kactionclasses.h>
#include <kpopupmenu.h>
#include "kdevcore.h"
#include "kdevmainwindow.h"
#include "kdevproject.h"
#include "kdevpartcontroller.h"
#include "configwidgetproxy.h"
#include "filetemplate.h"
#include "domutil.h"
#include "urlutil.h"
#include "filecreate_widget2.h"
#include "filecreate_widget3.h"
#include "filecreate_part.h"
#include "filecreate_filetype.h"
#include "filecreate_filedialog.h"
#include "filecreate_newfile.h"
#include "fcconfigwidget.h"
#include "filecreate_part.moc"
Include dependency graph for filecreate_part.cpp:

Go to the source code of this file.
Defines | |
#define | PROJECTSETTINGSPAGE 1 |
#define | GLOBALSETTINGSPAGE 2 |
Typedefs | |
typedef KDevGenericFactory< FileCreatePart > | FileCreateFactory |
Functions | |
K_EXPORT_COMPONENT_FACTORY (libkdevfilecreate, FileCreateFactory(&data)) using namespace FileCreate | |
Variables | |
const KAboutData | data ("kdevfilecreate", I18N_NOOP("New File Wizard"),"1.0") |
Define Documentation
|
Definition at line 51 of file filecreate_part.cpp. Referenced by FileCreatePart::FileCreatePart(), and FileCreatePart::insertConfigWidget(). |
|
Definition at line 50 of file filecreate_part.cpp. Referenced by FileCreatePart::FileCreatePart(), and FileCreatePart::insertConfigWidget(). |
Typedef Documentation
|
Definition at line 55 of file filecreate_part.cpp. |
Function Documentation
|
|
Variable Documentation
|
|