#include <scribble_manager.h>
Public Member Functions | |
Point () | |
Point (const int ptx, const int pty) | |
void | reset (const int ptx, const int pty) |
void | move_x (const int ptx) |
void | move_y (const int pty) |
Data Fields | |
int | x |
int | y |
Point structure.
Definition at line 40 of file scribble_manager.h.
test::Point::Point | ( | ) | [inline] |
Definition at line 42 of file scribble_manager.h.
test::Point::Point | ( | const int | ptx, | |
const int | pty | |||
) | [inline] |
Definition at line 46 of file scribble_manager.h.
void test::Point::move_x | ( | const int | ptx | ) | [inline] |
void test::Point::move_y | ( | const int | pty | ) | [inline] |
void test::Point::reset | ( | const int | ptx, | |
const int | pty | |||
) | [inline] |
int test::Point::x |
Definition at line 65 of file scribble_manager.h.
Referenced by move_x(), test::ScribbleMgr::on_scribble_begin(), test::ScribbleMgr::on_scribble_end(), test::ScribbleMgr::on_scribble_move(), and reset().
int test::Point::y |
Definition at line 65 of file scribble_manager.h.
Referenced by move_y(), test::ScribbleMgr::on_scribble_begin(), test::ScribbleMgr::on_scribble_end(), test::ScribbleMgr::on_scribble_move(), and reset().