MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / CUIEditBoxEx

Method CUIEditBoxEx

ogsr_engine/xrGame/ui/UIEditBoxEx.cpp:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "UIFrameWindow.h"
5
6CUIEditBoxEx::CUIEditBoxEx()
7{
8 m_pFrameWindow = xr_new<CUIFrameWindow>();
9 AttachChild(m_pFrameWindow);
10 m_lines.SetTextComplexMode(true);
11 m_lines.SetUseNewLineMode(false);
12 m_lines.SetVTextAlignment(valTop);
13}
14
15CUIEditBoxEx::~CUIEditBoxEx() { xr_delete(m_pFrameWindow); }
16

Callers

nothing calls this directly

Calls 3

SetUseNewLineModeMethod · 0.80
SetTextComplexModeMethod · 0.45
SetVTextAlignmentMethod · 0.45

Tested by

no test coverage detected