dlangide v0.7.42 (2017-08-11T16:19:30Z)
Home
Dub
Repo
ProjectTemplate
dlangide
ui
newproject
Undocumented in source.
class
ProjectTemplate {
dstring
name
;
dstring
description
;
string
srcfile
;
string
srccode
;
bool
isLibrary
;
string
json
;
this
(dstring name, dstring description, string srcfile, string srccode, bool isLibrary, string json);
}
Constructors
this
this
(dstring name, dstring description, string srcfile, string srccode, bool isLibrary, string json)
Undocumented in source.
Members
Variables
description
dstring
description
;
Undocumented in source.
isLibrary
bool
isLibrary
;
Undocumented in source.
json
string
json
;
Undocumented in source.
name
dstring
name
;
Undocumented in source.
srccode
string
srccode
;
Undocumented in source.
srcfile
string
srcfile
;
Undocumented in source.
Meta
Source
See Implementation
dlangide
ui
newproject
classes
NewProjectDlg
ProjectCreationResult
ProjectTemplate
variables
DUB_JSON_DLANGUI_HELLOWORLD
DUB_JSON_VIBED_HELLOWORLD
SOURCE_CODE_DLANGUI_HELLOWORLD
SOURCE_CODE_HELLOWORLD
SOURCE_CODE_VIBED_HELLOWORLD