Hymn to Beauty
C++ 3D Engine
GUI::ResourceSelector::SelectedResource Struct Reference

Information about the selected resource. More...

#include <ResourceSelector.hpp>

Public Member Functions

std::string GetPath () const
 Get path (including name). More...
 

Public Attributes

const ResourceList::Resourceresource
 The selected resource. More...
 
std::string path
 The path to the resource. More...
 

Detailed Description

Information about the selected resource.

Member Function Documentation

◆ GetPath()

std::string ResourceSelector::SelectedResource::GetPath ( ) const

Get path (including name).

Returns
The path to the resource.

Member Data Documentation

◆ path

std::string GUI::ResourceSelector::SelectedResource::path

The path to the resource.

◆ resource

const ResourceList::Resource* GUI::ResourceSelector::SelectedResource::resource

The selected resource.


The documentation for this struct was generated from the following files: