Public Member Functions | |
value ()=default | |
value (const std::string &filename) | |
value (const std::string &filename, const std::string &modifications) | |
value (const std::string &filename, const map_location &loc, int center_x, int center_y, const std::string &modifications="") | |
bool | operator== (const value &a) const |
bool | operator< (const value &a) const |
Public Attributes | |
locator::type | type = NONE |
bool | is_data_uri = false |
std::string | filename {} |
std::string | modifications {} |
map_location | loc {} |
int | center_x = 0 |
int | center_y = 0 |
Definition at line 108 of file picture.hpp.
|
default |
image::locator::value::value | ( | const std::string & | filename | ) |
Definition at line 245 of file picture.cpp.
References ERR_IMG, filename, is_data_uri, modifications, and image::locator::SUB_FILE.
image::locator::value::value | ( | const std::string & | filename, |
const std::string & | modifications | ||
) |
Definition at line 270 of file picture.cpp.
image::locator::value::value | ( | const std::string & | filename, |
const map_location & | loc, | ||
int | center_x, | ||
int | center_y, | ||
const std::string & | modifications = "" |
||
) |
Definition at line 277 of file picture.cpp.
bool image::locator::value::operator< | ( | const value & | a | ) | const |
Definition at line 306 of file picture.cpp.
References a, image::locator::FILE, filename, and image::locator::SUB_FILE.
bool image::locator::value::operator== | ( | const value & | a | ) | const |
Definition at line 292 of file picture.cpp.
References a, image::locator::FILE, filename, and image::locator::SUB_FILE.
int image::locator::value::center_x = 0 |
Definition at line 124 of file picture.hpp.
Referenced by image::locator::get_center_x(), and std::hash< image::locator >::operator()().
int image::locator::value::center_y = 0 |
Definition at line 125 of file picture.hpp.
Referenced by image::locator::get_center_y(), and std::hash< image::locator >::operator()().
std::string image::locator::value::filename {} |
Definition at line 121 of file picture.hpp.
Referenced by image::locator::get_filename(), std::hash< image::locator >::operator()(), and value().
bool image::locator::value::is_data_uri = false |
Definition at line 120 of file picture.hpp.
Referenced by image::locator::is_data_uri(), and value().
map_location image::locator::value::loc {} |
Definition at line 123 of file picture.hpp.
Referenced by image::locator::get_loc(), and std::hash< image::locator >::operator()().
std::string image::locator::value::modifications {} |
Definition at line 122 of file picture.hpp.
Referenced by image::locator::clone(), image::locator::get_modifications(), std::hash< image::locator >::operator()(), and value().
locator::type image::locator::value::type = NONE |
Definition at line 119 of file picture.hpp.
Referenced by image::locator::clone(), image::locator::get_type(), image::locator::is_void(), and std::hash< image::locator >::operator()().