HOG2
|
Classes | |
class | Display |
struct | point |
struct | rect |
Enumerations | |
enum | textAlign { textAlignCenter, textAlignLeft, textAlignRight } |
enum | textBaseline { textBaselineTop, textBaselineMiddle, textBaselineBottom } |
Functions | |
bool | PointInRect (const point &p, const rect &r) |
std::ostream & | operator<< (std::ostream &o, const rect &r) |
std::ostream & | operator<< (std::ostream &o, const point &r) |
enum Graphics::textAlign |
Enumerator | |
---|---|
textAlignCenter | |
textAlignLeft | |
textAlignRight |
Definition at line 19 of file Graphics.h.
Enumerator | |
---|---|
textBaselineTop | |
textBaselineMiddle | |
textBaselineBottom |
Definition at line 25 of file Graphics.h.
|
inline |
Definition at line 133 of file Graphics.h.
References Graphics::point::x, Graphics::point::y, and Graphics::point::z.
|
inline |
Definition at line 130 of file Graphics.h.
References Graphics::rect::bottom, Graphics::rect::left, Graphics::rect::right, and Graphics::rect::top.
Definition at line 17 of file Graphics.cpp.
References Graphics::rect::bottom, Graphics::rect::left, Graphics::rect::right, Graphics::rect::top, Graphics::point::x, and Graphics::point::y.
Referenced by PancakePuzzle< N >::GetAction(), MNPuzzle< width, height >::GetAction(), HandleMouse(), and Witness< width, height >::Move().