#include <notepad_utils.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) |
void | move (const int x_offset, const int y_offset) |
Data Fields | |
int | x |
int | y |
Point structure.
Definition at line 131 of file notepad_utils.h.
notepad::Point::Point | ( | ) | [inline] |
Definition at line 133 of file notepad_utils.h.
notepad::Point::Point | ( | const int | ptx, | |
const int | pty | |||
) | [inline] |
Definition at line 137 of file notepad_utils.h.
void notepad::Point::move | ( | const int | x_offset, | |
const int | y_offset | |||
) | [inline] |
void notepad::Point::move_x | ( | const int | ptx | ) | [inline] |
void notepad::Point::move_y | ( | const int | pty | ) | [inline] |
void notepad::Point::reset | ( | const int | ptx, | |
const int | pty | |||
) | [inline] |
Definition at line 162 of file notepad_utils.h.
Referenced by notepad::GCtx::draw_line(), move(), move_x(), and reset().
Definition at line 162 of file notepad_utils.h.
Referenced by notepad::GCtx::draw_line(), move(), move_y(), and reset().