#include <kdevcreatefile.h>
Public Types | |
enum | Status { STATUS_OK, STATUS_CANCELED, STATUS_NOTCREATED, STATUS_NOTWITHINPROJECT } |
Public Member Functions | |
CreatedFile () | |
CreatedFile (const CreatedFile &source) | |
CreatedFile & | operator= (const CreatedFile &source) |
bool | operator== (const CreatedFile &source) const |
Public Attributes | |
TQString | dir |
TQString | filename |
TQString | ext |
TQString | subtype |
Status | status |
bool | addToProject |
Detailed Description
File created with KDevCreateFile implementation.
Definition at line 53 of file kdevcreatefile.h.
Member Enumeration Documentation
◆ Status
The status of a file.
Definition at line 57 of file kdevcreatefile.h.
Constructor & Destructor Documentation
◆ CreatedFile()
|
inline |
Member Data Documentation
◆ addToProject
bool KDevCreateFile::CreatedFile::addToProject |
true if the file should be added to a project.
Definition at line 110 of file kdevcreatefile.h.
◆ dir
TQString KDevCreateFile::CreatedFile::dir |
The directory.
Definition at line 98 of file kdevcreatefile.h.
◆ ext
TQString KDevCreateFile::CreatedFile::ext |
The extension of a file.
Extension defines a "type" of the file template to use during file creation.
Definition at line 103 of file kdevcreatefile.h.
◆ filename
TQString KDevCreateFile::CreatedFile::filename |
The name (without directory path).
Definition at line 100 of file kdevcreatefile.h.
◆ status
Status KDevCreateFile::CreatedFile::status |
Current status.
Definition at line 108 of file kdevcreatefile.h.
◆ subtype
TQString KDevCreateFile::CreatedFile::subtype |
The subtype of a file.
"Subtype" defines a file template to use when there are several file templates for each extension.
Definition at line 106 of file kdevcreatefile.h.
The documentation for this class was generated from the following file: