The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Private Attributes | List of all members
image::xbrz_modification Class Reference

xBRZ scale (xBRZ) modification More...

#include <image_modifications.hpp>

Inheritance diagram for image::xbrz_modification:

Public Member Functions

 xbrz_modification (int z)
 
virtual surface operator() (const surface &src) const
 Applies the image-path modification on the specified surface. More...
 
- Public Member Functions inherited from image::modification
virtual ~modification ()
 
virtual int priority () const
 Specifies the priority of the modification. More...
 

Private Attributes

int z_
 

Additional Inherited Members

- Static Public Member Functions inherited from image::modification
static modification_queue decode (const std::string &)
 Decodes modifications from a modification string. More...
 

Detailed Description

xBRZ scale (xBRZ) modification

Definition at line 473 of file image_modifications.hpp.

Constructor & Destructor Documentation

◆ xbrz_modification()

image::xbrz_modification::xbrz_modification ( int  z)
inline

Definition at line 476 of file image_modifications.hpp.

Member Function Documentation

◆ operator()()

surface image::xbrz_modification::operator() ( const surface src) const
virtual

Applies the image-path modification on the specified surface.

Implements image::modification.

Definition at line 503 of file image_modifications.cpp.

References scale_surface_xbrz().

Member Data Documentation

◆ z_

int image::xbrz_modification::z_
private

Definition at line 483 of file image_modifications.hpp.


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