openMSX
Public Member Functions | List of all members
im::ScopedFont Struct Reference

#include <ImGuiCpp.hh>

Public Member Functions

 ScopedFont (ImFont *font)
 
 ~ScopedFont ()
 
 ScopedFont (const ScopedFont &)=delete
 
 ScopedFont (ScopedFont &&)=delete
 
ScopedFontoperator= (const ScopedFont &)=delete
 
ScopedFontoperator= (ScopedFont &&)=delete
 

Detailed Description

Definition at line 138 of file ImGuiCpp.hh.

Constructor & Destructor Documentation

◆ ScopedFont() [1/3]

im::ScopedFont::ScopedFont ( ImFont *  font)
inlineexplicit

Definition at line 139 of file ImGuiCpp.hh.

◆ ~ScopedFont()

im::ScopedFont::~ScopedFont ( )
inline

Definition at line 140 of file ImGuiCpp.hh.

◆ ScopedFont() [2/3]

im::ScopedFont::ScopedFont ( const ScopedFont )
delete

◆ ScopedFont() [3/3]

im::ScopedFont::ScopedFont ( ScopedFont &&  )
delete

Member Function Documentation

◆ operator=() [1/2]

ScopedFont & im::ScopedFont::operator= ( const ScopedFont )
delete

◆ operator=() [2/2]

ScopedFont & im::ScopedFont::operator= ( ScopedFont &&  )
delete

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