Public Member Functions | |
value () | |
value (const char *filename) | |
value (const std::string &filename) | |
value (const char *filename, const char *modifications) | |
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 | |
type | type_ |
bool | is_data_uri_ |
std::string | filename_ |
map_location | loc_ |
std::string | modifications_ |
int | center_x_ |
int | center_y_ |
Definition at line 126 of file picture.hpp.
image::locator::value::value | ( | ) |
Definition at line 379 of file picture.cpp.
image::locator::value::value | ( | const char * | filename | ) |
Definition at line 390 of file picture.cpp.
image::locator::value::value | ( | const std::string & | filename | ) |
Definition at line 401 of file picture.cpp.
image::locator::value::value | ( | const char * | filename, |
const char * | modifications | ||
) |
Definition at line 423 of file picture.cpp.
image::locator::value::value | ( | const std::string & | filename, |
const std::string & | modifications | ||
) |
Definition at line 412 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 434 of file picture.cpp.
bool image::locator::value::operator< | ( | const value & | a | ) | const |
Definition at line 463 of file picture.cpp.
References center_x_, center_y_, image::locator::FILE, filename_, loc_, modifications_, image::locator::SUB_FILE, and type_.
bool image::locator::value::operator== | ( | const value & | a | ) | const |
Definition at line 449 of file picture.cpp.
References center_x_, center_y_, image::locator::FILE, filename_, loc_, modifications_, image::locator::SUB_FILE, and type_.
int image::locator::value::center_x_ |
Definition at line 143 of file picture.hpp.
Referenced by image::locator::get_center_x(), std::hash< image::locator::value >::operator()(), operator<(), and operator==().
int image::locator::value::center_y_ |
Definition at line 144 of file picture.hpp.
Referenced by image::locator::get_center_y(), std::hash< image::locator::value >::operator()(), operator<(), and operator==().
std::string image::locator::value::filename_ |
Definition at line 140 of file picture.hpp.
Referenced by image::locator::file_exists(), image::locator::get_filename(), std::hash< image::locator::value >::operator()(), operator<(), and operator==().
bool image::locator::value::is_data_uri_ |
Definition at line 139 of file picture.hpp.
Referenced by image::locator::file_exists(), and image::locator::is_data_uri().
map_location image::locator::value::loc_ |
Definition at line 141 of file picture.hpp.
Referenced by image::locator::get_loc(), std::hash< image::locator::value >::operator()(), operator<(), and operator==().
std::string image::locator::value::modifications_ |
Definition at line 142 of file picture.hpp.
Referenced by image::locator::get_modifications(), image::locator::locator(), std::hash< image::locator::value >::operator()(), operator<(), and operator==().
type image::locator::value::type_ |
Definition at line 138 of file picture.hpp.
Referenced by image::locator::get_type(), image::locator::is_void(), image::locator::locator(), std::hash< image::locator::value >::operator()(), operator<(), and operator==().