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

#include <OSDRectangle.hh>

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

Public Member Functions

 OSDRectangle (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
 
BoundingBox getBoundingBox (const OutputSurface &output) const
 
DisplaygetDisplay () const
 

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 invalidateLocal () override
 
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 OSDRectangle.hh.

Constructor & Destructor Documentation

◆ OSDRectangle()

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

Definition at line 17 of file OSDRectangle.cc.

Member Function Documentation

◆ getProperties()

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

Reimplemented from openmsx::OSDImageBasedWidget.

Definition at line 32 of file OSDRectangle.hh.

◆ getProperty()

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

Reimplemented from openmsx::OSDImageBasedWidget.

Definition at line 90 of file OSDRectangle.cc.

References openmsx::OSDImageBasedWidget::getProperty().

◆ getType()

std::string_view openmsx::OSDRectangle::getType ( ) const
overridevirtual

Implements openmsx::OSDWidget.

Definition at line 115 of file OSDRectangle.cc.

◆ setProperty()

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

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