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

findSourceFile
ProjectSourceFile findSourceFile(string projectFileName, string fullFileName)
Undocumented in source. Be warned that the author may not have intended to support it.
refresh
void refresh()
Undocumented in source. Be warned that the author may not have intended to support it.

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

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