7 #ifndef __imgui_ImguiHandlerRecord_h__ 8 #define __imgui_ImguiHandlerRecord_h__ 28 void initialize(
void);
30 virtual void updateGUI(
void)
32 update(m_spRecordGroup,
"RecordGroup");
37 virtual void drawOverlay(
void);
40 { m_spRecordGroup=a_spRecordGroup; }
48 void updateRecord(
Record a_record,
String a_label,I32 a_recordIndex);
72 I32 m_selectedAttrIndex;
73 Record m_lastSelectedRecord;
74 I32 m_lastSelectedAttrIndex;
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
Reference to an instance of a Layout.
Definition: RecordSB.h:35
Imgui Handler for generic RecordGroup.
Definition: ImguiHandlerRecord.h:20