#include <image.hpp>
Public Member Functions | |
value () | |
value (const value &a) | |
value (const char *filename) | |
value (const char *filename, const std::string &modifications) | |
value (const std::string &filename) | |
value (const std::string &filename, const std::string &modifications) | |
value (const std::string &filename, const gamemap::location &loc, const std::string &modifications) | |
value (const std::string &filename, const gamemap::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_ |
std::string | filename_ |
gamemap::location | loc_ |
std::string | modifications_ |
int | center_x_ |
int | center_y_ |
Definition at line 62 of file image.hpp.
image::locator::value::value | ( | const char * | filename, | |
const std::string & | modifications | |||
) |
image::locator::value::value | ( | const std::string & | filename | ) |
image::locator::value::value | ( | const std::string & | filename, | |
const std::string & | modifications | |||
) |
image::locator::value::value | ( | const std::string & | filename, | |
const gamemap::location & | loc, | |||
const std::string & | modifications | |||
) |
image::locator::value::value | ( | const std::string & | filename, | |
const gamemap::location & | loc, | |||
int | center_x, | |||
int | center_y, | |||
const std::string & | modifications | |||
) |
bool image::locator::value::operator== | ( | const value & | a | ) | const |
Definition at line 245 of file image.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 259 of file image.cpp.
References center_x_, center_y_, image::locator::FILE, filename_, loc_, modifications_, image::locator::SUB_FILE, and type_.
Definition at line 75 of file image.hpp.
Referenced by image::locator::get_type(), image::locator::is_void(), image::locator::load_from_disk(), image::locator::locator(), operator<(), operator==(), and image::locator::parse_arguments().
std::string image::locator::value::filename_ |
Definition at line 76 of file image.hpp.
Referenced by image::locator::get_filename(), image::locator::load_image_file(), image::locator::load_image_sub_file(), operator<(), operator==(), and image::locator::parse_arguments().
Definition at line 77 of file image.hpp.
Referenced by image::locator::get_loc(), image::locator::load_image_sub_file(), operator<(), and operator==().
std::string image::locator::value::modifications_ |
Definition at line 78 of file image.hpp.
Referenced by image::locator::get_modifications(), image::locator::load_image_sub_file(), image::locator::locator(), operator<(), operator==(), and image::locator::parse_arguments().
Definition at line 79 of file image.hpp.
Referenced by image::locator::load_image_sub_file(), operator<(), and operator==().
Definition at line 80 of file image.hpp.
Referenced by image::locator::load_image_sub_file(), operator<(), and operator==().
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |