|
fhq-server
v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
|
#include <employ_images.h>


Public Member Functions | |
| EmployImages () | |
| virtual bool | init () |
| virtual bool | deinit () |
| bool | doThumbnailImagePng (const std::string &sourceFilepath, const std::string &targetFilepath, int width_resize, int height_resize) |
Public Member Functions inherited from WsjcppEmployBase | |
| WsjcppEmployBase (const std::string &sName, const std::vector< std::string > &vLoadAfter) | |
| virtual | ~WsjcppEmployBase () |
| const std::vector< std::string > & | loadAfter () |
Static Public Member Functions | |
| static std::string | name () |
Private Member Functions | |
| EmployImages (EmployImages const &)=delete | |
| EmployImages & | operator= (EmployImages const &)=delete |
Private Attributes | |
| std::string | TAG |
|
privatedelete |
| EmployImages::EmployImages | ( | ) |
|
virtual |
Implements WsjcppEmployBase.
| bool EmployImages::doThumbnailImagePng | ( | const std::string & | sourceFilepath, |
| const std::string & | targetFilepath, | ||
| int | width_resize, | ||
| int | height_resize | ||
| ) |
|
virtual |
Implements WsjcppEmployBase.
|
inlinestatic |
|
privatedelete |
|
private |
1.8.13