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

Snow effect for background layer. More...

#include <GLSnow.hh>

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

Public Member Functions

 GLSnow (Display &display)
 
void paint (OutputSurface &output) override
 Paint this layer.
 
- Public Member Functions inherited from openmsx::Layer
virtual ~Layer ()=default
 
ZIndex getZ () const
 Query the Z-index of this layer.
 
bool isActive () const
 
Coverage getCoverage () const
 Query the coverage of this layer.
 
void setDisplay (LayerListener &display_)
 Store pointer to Display.
 

Additional Inherited Members

- Public Types inherited from openmsx::Layer
enum class  ZIndex {
  BACKGROUND , MSX_PASSIVE , MSX_ACTIVE , OSDGUI ,
  IMGUI
}
 Determines stacking order of layers: layers with higher Z-indices are closer to the viewer. More...
 
enum class  Coverage { FULL , PARTIAL , NONE }
 Describes how much of the screen is currently covered by a particular layer. More...
 
- Protected Member Functions inherited from openmsx::Layer
 Layer (Coverage coverage_, ZIndex z_)
 Construct a layer.
 
void setCoverage (Coverage coverage_)
 Changes the current coverage of this layer.
 
void setZ (ZIndex z)
 Changes the current Z-index of this layer.
 

Detailed Description

Snow effect for background layer.

Definition at line 14 of file GLSnow.hh.

Constructor & Destructor Documentation

◆ GLSnow()

openmsx::GLSnow::GLSnow ( Display display)
explicit

Definition at line 14 of file GLSnow.cc.

References ranges::generate(), and global_urng().

Member Function Documentation

◆ paint()

void openmsx::GLSnow::paint ( OutputSurface output)
overridevirtual

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