NewProjectDlg

Undocumented in source.

Constructors

this
this(IDEFrame parent, bool newWorkspace, Workspace currentWorkspace, string dir)
Undocumented in source.

Members

Functions

close
void close(Action action)
Undocumented in source. Be warned that the author may not have intended to support it.
createProject
bool createProject()
Undocumented in source. Be warned that the author may not have intended to support it.
getError
dstring getError()
Undocumented in source. Be warned that the author may not have intended to support it.
initTemplates
void initTemplates()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()

override to implement creation of dialog controls

setError
bool setError(dstring msg)
Undocumented in source. Be warned that the author may not have intended to support it.
templateSelected
void templateSelected(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
updateDirLayout
void updateDirLayout()
Undocumented in source. Be warned that the author may not have intended to support it.
validate
bool validate()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_cbCreateSubdir
CheckBox _cbCreateSubdir;
Undocumented in source.
_cbCreateWorkspace
CheckBox _cbCreateWorkspace;
Undocumented in source.
_cbCreateWorkspaceSubdir
CheckBox _cbCreateWorkspaceSubdir;
Undocumented in source.
_currentTemplate
ProjectTemplate _currentTemplate;
Undocumented in source.
_currentTemplateIndex
int _currentTemplateIndex;
Undocumented in source.
_currentWorkspace
Workspace _currentWorkspace;
Undocumented in source.
_directoryLayout
EditBox _directoryLayout;
Undocumented in source.
_edLocation
DirEditLine _edLocation;
Undocumented in source.
_edProjectName
EditLine _edProjectName;
Undocumented in source.
_edWorkspaceName
EditLine _edWorkspaceName;
Undocumented in source.
_ide
IDEFrame _ide;
Undocumented in source.
_location
string _location;
Undocumented in source.
_newWorkspace
bool _newWorkspace;
Undocumented in source.
_projectName
string _projectName;
Undocumented in source.
_projectTemplateList
StringListWidget _projectTemplateList;
Undocumented in source.
_projectTypeList
StringListWidget _projectTypeList;
Undocumented in source.
_result
ProjectCreationResult _result;
Undocumented in source.
_statusText
TextWidget _statusText;
Undocumented in source.
_templateDescription
EditBox _templateDescription;
Undocumented in source.
_templates
ProjectTemplate[] _templates;
Undocumented in source.
_workspaceName
string _workspaceName;
Undocumented in source.

Meta