|
MyGUI 3.4.3
|
#include <MyGUI_ResourceManualFont.h>

Public Types | |
| typedef RTTIBase | Base |
| typedef ResourceManualFont | RTTIBase |
Public Types inherited from MyGUI::IFont | |
| typedef RTTIBase | Base |
| typedef IFont | RTTIBase |
Public Types inherited from MyGUI::IResource | |
| typedef RTTIBase | Base |
| typedef IResource | RTTIBase |
Public Types inherited from MyGUI::ISerializable | |
| typedef RTTIBase | Base |
| typedef ISerializable | RTTIBase |
Public Types inherited from MyGUI::IObject | |
| typedef IObject | RTTIBase |
Static Public Member Functions | |
| static std::string_view | getClassTypeName () |
Static Public Member Functions inherited from MyGUI::IFont | |
| static std::string_view | getClassTypeName () |
Static Public Member Functions inherited from MyGUI::IResource | |
| static std::string_view | getClassTypeName () |
Static Public Member Functions inherited from MyGUI::ISerializable | |
| static std::string_view | getClassTypeName () |
Static Public Member Functions inherited from MyGUI::IObject | |
| static std::string_view | getClassTypeName () |
Additional Inherited Members | |
Protected Member Functions inherited from MyGUI::IResource | |
| IResource ()=default | |
| ~IResource () override=default | |
Protected Attributes inherited from MyGUI::IResource | |
| std::string | mResourceName |
Definition at line 19 of file MyGUI_ResourceManualFont.h.
Definition at line 21 of file MyGUI_ResourceManualFont.h.
Definition at line 21 of file MyGUI_ResourceManualFont.h.
Definition at line 170 of file MyGUI_ResourceManualFont.cpp.
|
overridevirtual |
Reimplemented from MyGUI::IResource.
Definition at line 41 of file MyGUI_ResourceManualFont.cpp.
|
inlinestatic |
Definition at line 21 of file MyGUI_ResourceManualFont.h.
|
overridevirtual |
Implements MyGUI::IFont.
Definition at line 140 of file MyGUI_ResourceManualFont.cpp.
Implements MyGUI::IFont.
Definition at line 16 of file MyGUI_ResourceManualFont.cpp.
|
overridevirtual |
Implements MyGUI::IFont.
Definition at line 135 of file MyGUI_ResourceManualFont.cpp.
|
inlineoverridevirtual |
Get type name as string
Reimplemented from MyGUI::IFont.
Definition at line 21 of file MyGUI_ResourceManualFont.h.
Compare with selected type
Definition at line 21 of file MyGUI_ResourceManualFont.h.
|
inlineoverridevirtual |
Compare with selected type
Reimplemented from MyGUI::IFont.
Definition at line 21 of file MyGUI_ResourceManualFont.h.
Definition at line 165 of file MyGUI_ResourceManualFont.cpp.
| void MyGUI::ResourceManualFont::setShader | ( | std::string_view | value | ) |
Definition at line 152 of file MyGUI_ResourceManualFont.cpp.
| void MyGUI::ResourceManualFont::setSource | ( | std::string_view | value | ) |
Definition at line 145 of file MyGUI_ResourceManualFont.cpp.
| void MyGUI::ResourceManualFont::setTexture | ( | MyGUI::ITexture * | texture | ) |
Definition at line 159 of file MyGUI_ResourceManualFont.cpp.