24 :
Widget(parentSubsystem), m_renameID(0)
29 :
Widget(parentWidget), m_renameID(0)
34 void RenderPage(
const std::vector<SB_OBJECT_CATEGORY>& categories);
35 void RenderObjectsPage();
36 void RenderEventsPage();
37 void RenderSoundbankPage();
40 void RenderCategory(SB_OBJECT_CATEGORY category);
42 void RenderSingleNode(rttr::type type, rttr::instance instance);
53 bool RenderNodeContextMenu(rttr::type type, rttr::instance instance);
55 void RenderCreateParentOrChildMenu(SB_OBJECT_CATEGORY category,
57 NodeCreationType creationType);
59 std::string_view CreateParentOrChildMenuName(NodeCreationType creationType);
66 SB_ID m_nodeToOpen = 0;
67 char m_renameString[255] =
"\0";