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 128 of file picture.hpp.
|
default |
image::locator::value::value | ( | const std::string & | filename | ) |
Definition at line 271 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 296 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 303 of file picture.cpp.
bool image::locator::value::operator< | ( | const value & | a | ) | const |
Definition at line 332 of file picture.cpp.
References a, image::locator::FILE, preferences::modifications(), and image::locator::SUB_FILE.
bool image::locator::value::operator== | ( | const value & | a | ) | const |
Definition at line 318 of file picture.cpp.
References a, image::locator::FILE, preferences::modifications(), and image::locator::SUB_FILE.
int image::locator::value::center_x = 0 |
Definition at line 144 of file picture.hpp.
Referenced by image::locator::get_center_x(), and std::hash< image::locator::value >::operator()().
int image::locator::value::center_y = 0 |
Definition at line 145 of file picture.hpp.
Referenced by image::locator::get_center_y(), and std::hash< image::locator::value >::operator()().
std::string image::locator::value::filename {} |
Definition at line 141 of file picture.hpp.
Referenced by image::locator::file_exists(), image::locator::get_filename(), std::hash< image::locator::value >::operator()(), and value().
bool image::locator::value::is_data_uri = false |
Definition at line 140 of file picture.hpp.
Referenced by image::locator::file_exists(), image::locator::is_data_uri(), and value().
map_location image::locator::value::loc {} |
Definition at line 143 of file picture.hpp.
Referenced by image::locator::get_loc(), and std::hash< image::locator::value >::operator()().
std::string image::locator::value::modifications {} |
Definition at line 142 of file picture.hpp.
Referenced by image::locator::clone(), image::locator::get_modifications(), std::hash< image::locator::value >::operator()(), and value().
locator::type image::locator::value::type = NONE |
Definition at line 139 of file picture.hpp.
Referenced by image::locator::clone(), image::locator::get_type(), image::locator::is_void(), and std::hash< image::locator::value >::operator()().