|
Classes |
| struct | DRECT2D |
| | 2D rectangle using 'double' precision coordinates. More...
|
| struct | DRECT3D |
| | 3D rectangle using 'double' precision coordinates. More...
|
| struct | LRECT2D |
| | 2D rectangle using 32-bit integer coordinates. More...
|
| struct | WRECT2D |
| | 2D rectangle using 16-bit integer coordinates. More...
|
Functions |
| int | IniRead (INIHANDLE hdl, const char *group, const char *field, DRECT2D &value, const DRECT2D &dft) |
| int | IniRead (INIHANDLE hdl, const char *group, const char *field, DRECT2D &value) |
| int | IniWrite (INIHANDLE hdl, const char *group, const char *field, const DRECT2D &value) |
| bool | operator!= (const DRECT3D &lhs, const DRECT3D &rhs) |
| bool | operator!= (const DRECT2D &lhs, const DRECT2D &rhs) |
| bool | operator!= (const LRECT2D &lhs, const LRECT2D &rhs) |
| bool | operator== (const DRECT3D &lhs, const DRECT3D &rhs) |
| bool | operator== (const DRECT2D &lhs, const DRECT2D &rhs) |
| bool | operator== (const LRECT2D &lhs, const LRECT2D &rhs) |
| void | SwapBytes (DRECT3D &rect) |
| void | SwapBytes (DRECT2D &rect) |