KDevCreateFile Class Reference
KDevelop Authors. More...
#include <kdevcreatefile.h>
Inheritance diagram for KDevCreateFile:

Public Member Functions | |
KDevCreateFile (const QString &pluginName, const QString &icon, QObject *parent=0, const char *name=0) | |
virtual | ~KDevCreateFile () |
virtual CreatedFile | createNewFile (QString ext=QString::null, QString dir=QString::null, QString name=QString::null, QString subtype=QString::null)=0 |
Call this method to create a new file, within or without the project. |
Detailed Description
KDevelop Authors.
Definition at line 32 of file kdevcreatefile.h.
Constructor & Destructor Documentation
|
Definition at line 23 of file kdevcreatefile.cpp. References KDevCreateFile(). Referenced by KDevCreateFile(). |
|
Definition at line 28 of file kdevcreatefile.cpp. |
Member Function Documentation
|
Call this method to create a new file, within or without the project. Supply as much information as you know. Leave what you don't know as QString::null. The user will be prompted as necessary for the missing information, and the file created, and added to the project as necessary. Implemented in FileCreatePart. Referenced by AddMethodDialog::accept(), AutoDetailsView::slotAddNewFile(), TrollProjectWidget::slotDetailsContextMenu(), TrollProjectWidget::slotNewFile(), and GenericProjectWidget::slotNewFile(). |
The documentation for this class was generated from the following files:
- lib/interfaces/kdevcreatefile.h
- lib/interfaces/kdevcreatefile.cpp