bindbc-cimgui ~master (2021-12-15T03:54:13.5083704)
Dub
Repo
Options
regenerate
Undocumented in source.
struct
Options {
@"Path to temporary directory, `temp` by default."
string
tempDirectory
;
@"Path to d++ executable. Only needed when doing bindings. Found in path if not provided."
string
dppExecutablePath
;
@"Path to bindbc generator. Only needed when doing bindings."
string
generatorRepoPath
;
@"Path to `cimgui.h`."
string
cimguiHeaderPath
;
@"Whether to get cimgui from github and compile into a dll and lib."
bool
compileImgui
;
enum
CimguiBranch
;
@"Controls which branch of cimgui to build. (Can be `docking` or `master`.)"
CimguiBranch
cimguiBranch
;
@"Whether to regenerate bindbc-cimgui bindings using the generator."
bool
generateBindings
;
@"Whether to get dpp from github and compile it."
bool
compileDpp
;
}
Members
Enums
CimguiBranch
enum
CimguiBranch
Undocumented in source.
Variables
cimguiBranch
CimguiBranch
cimguiBranch
;
Undocumented in source.
cimguiHeaderPath
string
cimguiHeaderPath
;
Undocumented in source.
compileDpp
bool
compileDpp
;
Undocumented in source.
compileImgui
bool
compileImgui
;
Undocumented in source.
dppExecutablePath
string
dppExecutablePath
;
Undocumented in source.
generateBindings
bool
generateBindings
;
Undocumented in source.
generatorRepoPath
string
generatorRepoPath
;
Undocumented in source.
tempDirectory
string
tempDirectory
;
Undocumented in source.
Meta
Source
See Implementation
regenerate
functions
_error
_exec
checkCommandsExist
dppCompilationWorkflow
existsCommand
generateBindingsWorkflow
gitClone
gitCloneImgui
imguiCompilationWorkflow
main
takeAfterLast
static variables
hasErrors
op
structs
Options