API — ICoreSDK/ICoreStudio/StudioObjects/Panels/PointerInspectorPanel
The public contract of 1 header(s) under src/ICoreSDK/ICoreStudio/StudioObjects/Panels/PointerInspectorPanel — 1 class/struct definition(s), 3 declaration(s). Each section shows the header's banner and its public (and protected-virtual) surface exactly as the file writes it.
| Header | Defines | Declarations | Bases |
|---|---|---|---|
ICorePointerInspectorMenuPanel.h | ICorePointerInspectorMenuPanel | 3 | public ICoreWidget |
ICorePointerInspectorMenuPanel.h#
src/ICoreSDK/ICoreStudio/StudioObjects/Panels/PointerInspectorPanel/ICorePointerInspectorMenuPanel.h
ICorePointerInspectorMenuPanel#
ICorePointerInspectorMenuPanel.h:22 · class · bases public ICoreWidget · pImpl · 3 declaration(s)
Read-only left-panel page that shows the live object pointers the project is holding.
class ICorePointerInspectorMenuPanel : public ICoreWidget {
public:
explicit ICorePointerInspectorMenuPanel(ICoreWidget* parent = nullptr);
~ICorePointerInspectorMenuPanel() override;
protected:
void shown() override;
private:
class Impl; // the two-line residue; state lives here
std::unique_ptr<Impl> impl;
};