dlangide v0.0.18 (2015-01-21T13:41:15Z)
Home
Dub
Repo
Project
dlangide
workspace
project
DLANGIDE D project
class
Project :
WorkspaceItem
{
protected
Workspace
_workspace
;
protected
bool
_opened
;
protected
ProjectFolder
_items
;
this
(string fname);
string
relativeToAbsolutePath
(string path);
ProjectFolder
items
[@property getter];
Workspace
workspace
[@property getter];
Workspace
workspace
[@property setter];
ProjectFolder
findItems
();
bool
load
(string fname);
}
Constructors
this
this
(string fname)
Undocumented in source.
Members
Functions
findItems
ProjectFolder
findItems
()
Undocumented in source. Be warned that the author may not have intended to support it.
load
bool
load
(string fname)
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.
Properties
items
ProjectFolder
items
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
workspace
Workspace
workspace
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
workspace
Workspace
workspace
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_items
ProjectFolder
_items
;
Undocumented in source.
_opened
bool
_opened
;
Undocumented in source.
_workspace
Workspace
_workspace
;
Undocumented in source.
Inherited Members
From WorkspaceItem
_filename
string
_filename
;
Undocumented in source.
_dir
string
_dir
;
Undocumented in source.
_name
dstring
_name
;
Undocumented in source.
_description
dstring
_description
;
Undocumented in source.
filename
string
filename
[@property getter]
file name of workspace item
filename
string
filename
[@property setter]
file name of workspace item
name
dstring
name
[@property getter]
name
name
dstring
name
[@property setter]
name
description
dstring
description
[@property getter]
name
description
dstring
description
[@property setter]
name
load
bool
load
(string fname)
load
save
bool
save
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dlangide
workspace
project
classes
Project
ProjectFolder
ProjectItem
ProjectSourceFile
WorkspaceItem
DLANGIDE D project