ImGuiTextBuffer
imguicpp.ImGuiTextBuffer (extern class)
Static Members
begin(self: cpp.Star): cpp.ConstCharStar| Name | Type |
|---|---|
self |
cpp.Star |
| Returns |
|---|
| cpp.ConstCharStar |
end(self: cpp.Star): cpp.ConstCharStarBuf is zero-terminated, so end() will point on the zero-terminator
| Name | Type |
|---|---|
self |
cpp.Star |
| Returns |
|---|
| cpp.ConstCharStar |
| Name | Type |
|---|---|
self |
cpp.Star |
| Returns |
|---|
| Int |
| Name | Type |
|---|---|
self |
cpp.Star |
| Returns |
|---|
| Bool |
| Name | Type |
|---|---|
self |
cpp.Star |
Similar to resize(0) on ImVector: empty string but don't free buffer.
| Name | Type |
|---|---|
self |
cpp.Star |
size |
Int |
| Name | Type |
|---|---|
self |
cpp.Star |
capacity |
Int |
c_str(self: cpp.Star): cpp.ConstCharStar| Name | Type |
|---|---|
self |
cpp.Star |
| Returns |
|---|
| cpp.ConstCharStar |
append(self: cpp.Star, str: cpp.ConstCharStar, ?strEnd: cpp.ConstCharStar = null): Void| Name | Type | Default |
|---|---|---|
self |
cpp.Star | |
str |
cpp.ConstCharStar | |
strEnd |
cpp.ConstCharStar | null |
Instance Members
buf: ImVector_charMetadata
| Name | Parameters |
|---|---|
:structAccess |
- |
:include |
"linc_imgui.h" |