#include <InspectorWidget.hpp>
|
std::string | _name |
| The name of the widget.
|
|
◆ InspectorWidget()
shkyera::InspectorWidget::InspectorWidget |
( |
std::string |
name, |
|
|
std::shared_ptr< Registry > |
registry |
|
) |
| |
◆ draw()
void shkyera::InspectorWidget::draw |
( |
| ) |
|
|
overridevirtual |
Implementation of the abstract draw
method to render the profiler widget.
Implements shkyera::Widget.
◆ tryResetInspector()
bool shkyera::InspectorWidget::tryResetInspector |
( |
| ) |
|
|
inlineprivate |
◆ updateAssetSelection()
bool shkyera::InspectorWidget::updateAssetSelection |
( |
| ) |
|
|
private |
◆ Widget()
shkyera::Widget::Widget |
( |
std::string |
name | ) |
|
Constructor to create a widget with a specified name.
- Parameters
-
name | The name of the widget. |
◆ _assetInspector
std::unique_ptr<AssetInspector> shkyera::InspectorWidget::_assetInspector |
|
private |
◆ _registry
std::shared_ptr<Registry> shkyera::InspectorWidget::_registry |
|
private |
◆ _selectedAsset
std::optional<AssetHandle> shkyera::InspectorWidget::_selectedAsset |
|
private |
The documentation for this class was generated from the following files: