ProjectSourceFile

Project source file

class ProjectSourceFile : ProjectItem {}

Constructors

this
this(string filename)
Undocumented in source.

Inherited Members

From ProjectItem

_project
Project _project;
Undocumented in source.
_parent
ProjectItem _parent;
Undocumented in source.
_filename
string _filename;
Undocumented in source.
_name
dstring _name;
Undocumented in source.
parent
ProjectItem parent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
project
Project project [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
project
Project project [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
filename
string filename [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
dstring name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isFolder
bool isFolder [@property getter]

returns true if item is folder

childCount
int childCount [@property getter]

returns child object count

child
ProjectItem child(int index)

returns child item by index

Meta