ImGuiTextBuffer

imguicpp.ImGuiTextBuffer (extern class)

Static Members

Name Type
self cpp.Star
Returns
cpp.ConstCharStar

Buf is zero-terminated, so end() will point on the zero-terminator

Name Type
self cpp.Star
Returns
cpp.ConstCharStar

size(self: cpp.Star): Int
Name Type
self cpp.Star
Returns
Int

empty(self: cpp.Star): Bool
Name Type
self cpp.Star
Returns
Bool

clear(self: cpp.Star): Void
Name Type
self cpp.Star

resize(self: cpp.Star, size: Int): Void

Similar to resize(0) on ImVector: empty string but don't free buffer.

Name Type
self cpp.Star
size Int

reserve(self: cpp.Star, capacity: Int): Void
Name Type
self cpp.Star
capacity Int

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

Metadata

Name Parameters
:structAccess -
:include "linc_imgui.h"