Crop (CROP) modification. More...
#include <image_modifications.hpp>
Public Member Functions | |
crop_modification (const SDL_Rect &slice) | |
virtual surface | operator() (const surface &src) const |
Applies the image-path modification on the specified surface. More... | |
const SDL_Rect & | get_slice () const |
![]() | |
virtual | ~modification () |
virtual int | priority () const |
Specifies the priority of the modification. More... | |
Private Attributes | |
SDL_Rect | slice_ |
Additional Inherited Members | |
![]() | |
static modification_queue | decode (const std::string &) |
Decodes modifications from a modification string. More... | |
Crop (CROP) modification.
Definition at line 325 of file image_modifications.hpp.
|
inline |
Definition at line 328 of file image_modifications.hpp.
|
inline |
Definition at line 333 of file image_modifications.hpp.
References slice_.
Referenced by BOOST_AUTO_TEST_CASE().
Applies the image-path modification on the specified surface.
Implements image::modification.
Definition at line 375 of file image_modifications.cpp.
References cut_surface().
|
private |
Definition at line 339 of file image_modifications.hpp.
Referenced by get_slice().