ProjectItem

project item

Constructors

this
this(string filename)
Undocumented in source.
this
this()
Undocumented in source.

Members

Functions

child
ProjectItem child(int index)

returns child item by index

Properties

childCount
int childCount [@property getter]

returns child object count

filename
string filename [@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

name
dstring name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
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.

Variables

_filename
string _filename;
Undocumented in source.
_name
dstring _name;
Undocumented in source.
_parent
ProjectItem _parent;
Undocumented in source.
_project
Project _project;
Undocumented in source.

Meta