MyGUI
3.2.1
|
#include <MyGUI_MaskPickInfo.h>
Public Member Functions | |
MaskPickInfo () | |
bool | load (const std::string &_file) |
bool | pick (const IntPoint &_point, const IntCoord &_coord) const |
bool | empty () const |
Definition at line 16 of file MyGUI_MaskPickInfo.h.
Definition at line 16 of file MyGUI_MaskPickInfo.cpp.
bool MyGUI::MaskPickInfo::empty | ( | ) | const |
Definition at line 77 of file MyGUI_MaskPickInfo.cpp.
bool MyGUI::MaskPickInfo::load | ( | const std::string & | _file | ) |
Definition at line 22 of file MyGUI_MaskPickInfo.cpp.
bool MyGUI::MaskPickInfo::pick | ( | const IntPoint & | _point, |
const IntCoord & | _coord | ||
) | const |
Definition at line 67 of file MyGUI_MaskPickInfo.cpp.