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

Function setProperty

MyGUIEngine/include/MyGUI_ControllerItem.h:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 virtual bool addTime(Widget* _widget, float _time) = 0;
32
33 virtual void setProperty(std::string_view /*_key*/, std::string_view /*_value*/)
34 {
35 }
36
37 /** Event : Before controller started working.\n
38 signature : void method(MyGUI::Widget* _sender, MyGUI::ControllerItem* _controller)\n

Callers 4

setPropertyOverrideMethod · 0.85
_initialiseMethod · 0.85
changeWidgetSkinMethod · 0.85
setSkinPropertyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected