MCPcopy Create free account
hub / github.com/MyGUI/mygui / set

Method set

MyGUIEngine/src/MyGUI_TextView.cpp:35–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 {
34 public:
35 void set(
36 size_t _position,
37 const UString::utf32string::const_iterator& _space_point,
38 size_t _count,
39 float _width)
40 {
41 position = _position;
42 space_point = _space_point;
43 count = _count;
44 width = _width;
45 rollback = true;
46 }
47
48 void clear()
49 {

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected