7 #ifndef __imgui_ImguiHandlerCatalog_h__ 8 #define __imgui_ImguiHandlerCatalog_h__ 28 void initialize(
void);
30 virtual void updateGUI(
void)
32 update(m_spCatalog,
"Catalog");
37 virtual void drawOverlay(
void);
39 void bind(
sp<Catalog> a_spCatalog) { m_spCatalog=a_spCatalog; }
58 String m_lastSelectedProperty;
Imgui Handler for generic Catalog.
Definition: ImguiHandlerCatalog.h:20
kernel
Definition: namespace.dox:3
Dear Imgui draw and event handler.
Definition: ImguiHandler.h:20
Per-class participation in the Initialized <> mechanism.
Definition: Initialized.h:117
Automatically reference-counted string container.
Definition: String.h:128
Intrusive Smart Pointer.
Definition: src/core/ptr.h:53