Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGuiTextIndex Struct Reference

#include <imgui_internal.h>

Collaboration diagram for ImGuiTextIndex:
[legend]

Public Member Functions

void clear ()
 
int size ()
 
const char * get_line_begin (const char *base, int n)
 
const char * get_line_end (const char *base, int n)
 
void append (const char *base, int old_size, int new_size)
 

Public Attributes

ImVector< int > LineOffsets
 
int EndOffset = 0
 

Member Function Documentation

◆ append()

void ImGuiTextIndex::append ( const char * base,
int old_size,
int new_size )
Here is the caller graph for this function:

◆ clear()

void ImGuiTextIndex::clear ( )
inline
Here is the caller graph for this function:

◆ get_line_begin()

const char * ImGuiTextIndex::get_line_begin ( const char * base,
int n )
inline
Here is the caller graph for this function:

◆ get_line_end()

const char * ImGuiTextIndex::get_line_end ( const char * base,
int n )
inline
Here is the caller graph for this function:

◆ size()

int ImGuiTextIndex::size ( )
inline
Here is the caller graph for this function:

Member Data Documentation

◆ EndOffset

int ImGuiTextIndex::EndOffset = 0

◆ LineOffsets

ImVector<int> ImGuiTextIndex::LineOffsets

The documentation for this struct was generated from the following files:
Untitled