Gin
Public Member Functions | Public Attributes | List of all members
ComponentViewer Class Reference

Shows the component under the mouse and component hierarchy. More...

Inherits juce::DocumentWindow, and juce::ComponentListener.

Public Member Functions

 ComponentViewer (Component *toTrack=nullptr, juce::PropertiesFile *settings=nullptr, bool alwaysOnTop=true)
 
 ~ComponentViewer () override
 

Public Attributes

std::function< void()> onClose
 

Detailed Description

Shows the component under the mouse and component hierarchy.

Useful for debugging

Constructor & Destructor Documentation

◆ ComponentViewer()

ComponentViewer::ComponentViewer ( Component *  toTrack = nullptr,
juce::PropertiesFile *  settings = nullptr,
bool  alwaysOnTop = true 
)

◆ ~ComponentViewer()

ComponentViewer::~ComponentViewer ( )
override

Member Data Documentation

◆ onClose

std::function<void ()> ComponentViewer::onClose

The documentation for this class was generated from the following file: