nanogui ~2d (2021-12-21T00:34:43.9140468)
Dub
Repo
Location
auxil
location
Undocumented in source.
@
safe
struct
Location {
enum
State
;
@
nogc
State
_state
;
@
nogc
TreePath
current_path
;
@
nogc
TreePath
path
;
@
nogc
Axis
x
;
@
nogc
Axis
y
;
State
state
[@property getter];
void
resetState
();
bool
checkState
();
void
indent
();
void
unindent
();
auto
startValue
(size_t len);
void
setPath
(int v);
bool
stateFirstOrRest
();
}
Members
Enums
State
enum
State
Undocumented in source.
Functions
checkState
bool
checkState
()
returns true if the processing should be interrupted
indent
void
indent
()
Undocumented in source. Be warned that the author may not have intended to support it.
resetState
void
resetState
()
Undocumented in source. Be warned that the author may not have intended to support it.
setPath
void
setPath
(int v)
Undocumented in source. Be warned that the author may not have intended to support it.
startValue
auto
startValue
(size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
stateFirstOrRest
bool
stateFirstOrRest
()
Undocumented in source. Be warned that the author may not have intended to support it.
unindent
void
unindent
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
state
State
state
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_state
State
_state
;
Undocumented in source.
current_path
TreePath
current_path
;
path
TreePath
path
;
Undocumented in source.
x
Axis
x
;
y
Axis
y
;
Undocumented in source.
Meta
Source
See Implementation
auxil
location
aliases
SizeType
enums
Order
structs
Axis
Location