Public Member Functions | Public Attributes | List of all members
ImGuiTextEditState Struct Reference

#include <imgui_internal.h>

Public Member Functions

void ClearSelection ()
 
void CursorAnimReset ()
 
void CursorClamp ()
 
bool HasSelection () const
 
 ImGuiTextEditState ()
 
void OnKeyPressed (int key)
 
void SelectAll ()
 

Public Attributes

int BufSizeA
 
int CurLenA
 
int CurLenW
 
float CursorAnim
 
bool CursorFollow
 
ImGuiID Id
 
ImVector< char > InitialText
 
float ScrollX
 
bool SelectedAllMouseLock
 
ImGuiStb::STB_TexteditState StbState
 
ImVector< char > TempTextBuffer
 
ImVector< ImWcharText
 

Detailed Description

Definition at line 288 of file imgui_internal.h.

Constructor & Destructor Documentation

ImGuiTextEditState::ImGuiTextEditState ( )
inline

Definition at line 302 of file imgui_internal.h.

Member Function Documentation

void ImGuiTextEditState::ClearSelection ( )
inline

Definition at line 306 of file imgui_internal.h.

void ImGuiTextEditState::CursorAnimReset ( )
inline

Definition at line 303 of file imgui_internal.h.

void ImGuiTextEditState::CursorClamp ( )
inline

Definition at line 304 of file imgui_internal.h.

bool ImGuiTextEditState::HasSelection ( ) const
inline

Definition at line 305 of file imgui_internal.h.

void ImGuiTextEditState::OnKeyPressed ( int  key)

Definition at line 7550 of file imgui.cpp.

void ImGuiTextEditState::SelectAll ( )
inline

Definition at line 307 of file imgui_internal.h.

Member Data Documentation

int ImGuiTextEditState::BufSizeA

Definition at line 295 of file imgui_internal.h.

int ImGuiTextEditState::CurLenA

Definition at line 294 of file imgui_internal.h.

int ImGuiTextEditState::CurLenW

Definition at line 294 of file imgui_internal.h.

float ImGuiTextEditState::CursorAnim

Definition at line 298 of file imgui_internal.h.

bool ImGuiTextEditState::CursorFollow

Definition at line 299 of file imgui_internal.h.

ImGuiID ImGuiTextEditState::Id

Definition at line 290 of file imgui_internal.h.

ImVector<char> ImGuiTextEditState::InitialText

Definition at line 292 of file imgui_internal.h.

float ImGuiTextEditState::ScrollX

Definition at line 296 of file imgui_internal.h.

bool ImGuiTextEditState::SelectedAllMouseLock

Definition at line 300 of file imgui_internal.h.

ImGuiStb::STB_TexteditState ImGuiTextEditState::StbState

Definition at line 297 of file imgui_internal.h.

ImVector<char> ImGuiTextEditState::TempTextBuffer

Definition at line 293 of file imgui_internal.h.

ImVector<ImWchar> ImGuiTextEditState::Text

Definition at line 291 of file imgui_internal.h.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:32