AlpacaLibary  1.63
A closed source C++ bot for OSRS
Internal::Fonts Class Reference

#include <Fonts.hpp>

Inheritance diagram for Internal::Fonts:
Internal::Object

Public Member Functions

 Fonts (const void *Obj)
 
 Fonts ()=default
 
 Fonts (Fonts &&Obj)=default
 
 Fonts (const Fonts &Obj)=default
 
Fontsoperator= (Fonts &&Obj)=default
 
Fontsoperator= (const Fonts &Obj)=default
 
Map GetFontMap () const
 
- Public Member Functions inherited from Internal::Object
 Object (const void *Obj=nullptr)
 
 Object (Object &&Obj)
 
 Object (const Object &Obj)
 
Objectoperator= (Object &&Obj)
 
Objectoperator= (const Object &Obj)
 
bool operator== (const Object &O) const
 
bool operator!= (const Object &O) const
 
 operator bool () const
 
 operator void * () const
 
bool Equals (Object O) const
 
bool InstanceOf (Class C) const
 
virtual ~Object ()
 

Static Public Member Functions

static Class GetClass ()
 

Additional Inherited Members

- Public Attributes inherited from Internal::Object
void * Obj = nullptr
 

Detailed Description

Definition at line 10 of file Fonts.hpp.

Constructor & Destructor Documentation

◆ Fonts() [1/4]

Internal::Fonts::Fonts ( const void *  Obj)

◆ Fonts() [2/4]

Internal::Fonts::Fonts ( )
default

◆ Fonts() [3/4]

Internal::Fonts::Fonts ( Fonts &&  Obj)
default

◆ Fonts() [4/4]

Internal::Fonts::Fonts ( const Fonts Obj)
default

Member Function Documentation

◆ GetClass()

static Class Internal::Fonts::GetClass ( )
static

◆ GetFontMap()

Map Internal::Fonts::GetFontMap ( ) const

◆ operator=() [1/2]

Fonts& Internal::Fonts::operator= ( const Fonts Obj)
default

◆ operator=() [2/2]

Fonts& Internal::Fonts::operator= ( Fonts &&  Obj)
default

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