openMSX
Public Member Functions | Public Attributes | List of all members
openmsx::ImGuiOsdIcons::IconInfo::Icon Struct Reference

#include <ImGuiOsdIcons.hh>

Collaboration diagram for openmsx::ImGuiOsdIcons::IconInfo::Icon:
Collaboration graph
[legend]

Public Member Functions

 Icon ()=default
 
 Icon (std::string filename_)
 

Public Attributes

std::string filename
 
gl::Texture tex {gl::Null{}}
 
gl::ivec2 size
 

Detailed Description

Definition at line 47 of file ImGuiOsdIcons.hh.

Constructor & Destructor Documentation

◆ Icon() [1/2]

openmsx::ImGuiOsdIcons::IconInfo::Icon::Icon ( )
default

◆ Icon() [2/2]

openmsx::ImGuiOsdIcons::IconInfo::Icon::Icon ( std::string  filename_)
inlineexplicit

Definition at line 49 of file ImGuiOsdIcons.hh.

Member Data Documentation

◆ filename

std::string openmsx::ImGuiOsdIcons::IconInfo::Icon::filename

Definition at line 50 of file ImGuiOsdIcons.hh.

◆ size

gl::ivec2 openmsx::ImGuiOsdIcons::IconInfo::Icon::size

Definition at line 52 of file ImGuiOsdIcons.hh.

◆ tex

gl::Texture openmsx::ImGuiOsdIcons::IconInfo::Icon::tex {gl::Null{}}

Definition at line 51 of file ImGuiOsdIcons.hh.


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