MCPcopy Create free account
hub / github.com/Illation/ETEngine / Init

Method Init

Engine/source/EtEditor/Tools/ResourceBrowser.cpp:29–35  ·  view source on GitHub ↗

----------------------- ResourceBrowser::Init Tool initialization implementation

Source from the content-addressed store, hash-verified

27// Tool initialization implementation
28//
29void ResourceBrowser::Init(EditorBase* const editor, Gtk::Frame* parent)
30{
31 m_View.Init(std::vector<rttr::type>());
32
33 parent->add(*(m_View.GetAttachment()));
34 m_View.GetAttachment()->show_all();
35}
36
37//------------------------------------
38// ResourceBrowser::GetToolbarContent

Callers

nothing calls this directly

Calls 1

GetAttachmentMethod · 0.45

Tested by

no test coverage detected