- _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.
- name8
string name8 [@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
- refresh
void refresh()
Undocumented in source. Be warned that the author may not have intended to support it.
- findSourceFile
ProjectSourceFile findSourceFile(string projectFileName, string fullFileName)
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.
- isJsonFile
bool isJsonFile [@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.
- isXMLFile
bool isXMLFile [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Project source file