- addChild
void addChild(ProjectItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
- child
ProjectItem child(int index)
returns child item by index
- childByName
ProjectItem childByName(dstring s)
Undocumented in source. Be warned that the author may not have intended to support it.
- childByPathName
ProjectItem childByPathName(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadDir
bool loadDir(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadFile
bool loadFile(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadItems
void loadItems()
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.
- relativeToAbsolutePath
string relativeToAbsolutePath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- _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
- refresh
void refresh()
Undocumented in source. Be warned that the author may not have intended to support it.
Project folder