dlangide v0.7.42 (2017-08-11T16:19:30Z)
Home
Dub
Repo
DCDTask
dlangide
tools
d
dcdinterface
Undocumented in source.
class
DCDTask {
protected
bool
_cancelled
;
protected
CustomEventTarget
_guiExecutor
;
protected
string
[]
_importPaths
;
protected
string
_filename
;
protected
string
_content
;
protected
int
_index
;
protected
AutocompleteRequest
request
;
this
(CustomEventTarget guiExecutor, string[] importPaths, string filename, string content, int index);
bool
cancelled
[@property getter];
void
cancel
();
void
createRequest
();
void
performRequest
();
void
postResults
();
void
execute
();
}
Constructors
this
this
(CustomEventTarget guiExecutor, string[] importPaths, string filename, string content, int index)
Undocumented in source.
Members
Functions
cancel
void
cancel
()
Undocumented in source. Be warned that the author may not have intended to support it.
createRequest
void
createRequest
()
Undocumented in source. Be warned that the author may not have intended to support it.
execute
void
execute
()
Undocumented in source. Be warned that the author may not have intended to support it.
performRequest
void
performRequest
()
Undocumented in source. Be warned that the author may not have intended to support it.
postResults
void
postResults
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
cancelled
bool
cancelled
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_cancelled
bool
_cancelled
;
Undocumented in source.
_content
string
_content
;
Undocumented in source.
_filename
string
_filename
;
Undocumented in source.
_guiExecutor
CustomEventTarget
_guiExecutor
;
Undocumented in source.
_importPaths
string
[]
_importPaths
;
Undocumented in source.
_index
int
_index
;
Undocumented in source.
request
AutocompleteRequest
request
;
Undocumented in source.
Meta
Source
See Implementation
dlangide
tools
d
dcdinterface
aliases
CompletionResultSet
DocCommentsResultSet
FindDeclarationResultSet
SharedASTAllocator
classes
DCDInterface
DCDTask
ModuleCacheAccessor
enums
DCDResult
functions
internStrings
testDCDFailAfterThreadCreation