openMSX
Public Member Functions | Friends | List of all members
openmsx::OSDText Class Referencefinal

#include <OSDText.hh>

Inheritance diagram for openmsx::OSDText:
Inheritance graph
[legend]
Collaboration diagram for openmsx::OSDText:
Collaboration graph
[legend]

Public Member Functions

 OSDText (Display &display, const TclObject &name)
 
std::span< const std::string_view > getProperties () const override
 
void setProperty (Interpreter &interp, std::string_view name, const TclObject &value) override
 
void getProperty (std::string_view name, TclObject &result) const override
 
std::string_view getType () const override
 
- Public Member Functions inherited from openmsx::OSDImageBasedWidget
gl::vec2 getPos () const override
 
uint32_t getRGBA (uint32_t corner) const
 
std::span< const uint32_t, 4 > getRGBA4 () const
 
float getRecursiveFadeValue () const override
 
bool isVisible () const override
 
bool isRecursiveFading () const override
 
- Public Member Functions inherited from openmsx::OSDWidget
virtual ~OSDWidget ()=default
 
std::string_view getName () const
 
gl::vec2 getRelPos () const
 
float getZ () const
 
OSDWidgetgetParent ()
 
const OSDWidgetgetParent () const
 
const SubWidgets & getChildren () const
 
void addWidget (std::unique_ptr< OSDWidget > widget)
 
void deleteWidget (OSDWidget &widget)
 
void invalidateRecursive ()
 
void paintRecursive (OutputSurface &output)
 
int getScaleFactor (const OutputSurface &output) const
 
gl::vec2 transformPos (const OutputSurface &output, gl::vec2 pos, gl::vec2 relPos) const
 
void getBoundingBox (const OutputSurface &output, gl::vec2 &pos, gl::vec2 &size) const
 
DisplaygetDisplay () const
 

Friends

struct SplitAtChar
 

Additional Inherited Members

- Protected Member Functions inherited from openmsx::OSDImageBasedWidget
 OSDImageBasedWidget (Display &display, const TclObject &name)
 
 ~OSDImageBasedWidget () override
 
bool hasConstantAlpha () const
 
void createImage (OutputSurface &output)
 
void paint (OutputSurface &output) override
 
gl::vec2 getRenderedSize () const
 
void setError (std::string message)
 
bool hasError () const
 
- Protected Member Functions inherited from openmsx::OSDWidget
 OSDWidget (Display &display, TclObject name)
 
void invalidateChildren () const
 
bool needSuppressErrors () const
 
- Protected Attributes inherited from openmsx::OSDImageBasedWidget
std::unique_ptr< GLImageimage
 
- Static Protected Attributes inherited from openmsx::OSDImageBasedWidget
static constexpr auto imageBasedProperties
 
- Static Protected Attributes inherited from openmsx::OSDWidget
static constexpr auto widgetProperties
 

Detailed Description

Definition at line 14 of file OSDText.hh.

Constructor & Destructor Documentation

◆ OSDText()

openmsx::OSDText::OSDText ( Display display,
const TclObject name 
)

Definition at line 28 of file OSDText.cc.

Member Function Documentation

◆ getProperties()

std::span< const std::string_view > openmsx::OSDText::getProperties ( ) const
inlineoverridevirtual

Reimplemented from openmsx::OSDImageBasedWidget.

Definition at line 30 of file OSDText.hh.

◆ getProperty()

void openmsx::OSDText::getProperty ( std::string_view  name,
TclObject result 
) const
overridevirtual

Reimplemented from openmsx::OSDImageBasedWidget.

Definition at line 97 of file OSDText.cc.

References openmsx::OSDImageBasedWidget::getProperty(), and UNREACHABLE.

◆ getType()

string_view openmsx::OSDText::getType ( ) const
overridevirtual

Implements openmsx::OSDWidget.

Definition at line 130 of file OSDText.cc.

◆ setProperty()

void openmsx::OSDText::setProperty ( Interpreter interp,
std::string_view  name,
const TclObject value 
)
overridevirtual

Friends And Related Symbol Documentation

◆ SplitAtChar

friend struct SplitAtChar
friend

Definition at line 63 of file OSDText.hh.


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