#include <exploder_utils.hpp>
Public Member Functions | |
exploder_point () | |
exploder_point (int x, int y) | |
exploder_point (const std::string &s) | |
Public Attributes | |
int | x |
int | y |
Definition at line 29 of file exploder_utils.hpp.
|
inline |
Definition at line 31 of file exploder_utils.hpp.
Definition at line 32 of file exploder_utils.hpp.
exploder_point::exploder_point | ( | const std::string & | s | ) |
Definition at line 21 of file exploder_utils.cpp.
References mp_ui_alerts::items, and utils::split().
int exploder_point::x |
Definition at line 35 of file exploder_utils.hpp.
Referenced by cutter::add_sub_image(), composer::compose(), and main().
int exploder_point::y |
Definition at line 36 of file exploder_utils.hpp.
Referenced by cutter::add_sub_image(), composer::compose(), and main().