kviewshell
GMapAreas.cpp File Reference
#include "GMapAreas.h"
#include "GException.h"
#include "debug.h"
#include <math.h>
#include <stdio.h>
Include dependency graph for GMapAreas.cpp:
Go to the source code of this file.
Functions | |
static GUTF8String | GMapArea2xmltag (const GMapArea &area, const GUTF8String &coords) |
Variables | |
static const char | error_intersect [] = ERR_MSG("GMapAreas.intersect") |
static const char | error_oval_border [] = ERR_MSG("GMapAreas.oval_border") |
static const char | error_oval_hilite [] = ERR_MSG("GMapAreas.oval_hilite") |
static const char | error_poly_border [] = ERR_MSG("GMapAreas.poly_border") |
static const char | error_poly_hilite [] = ERR_MSG("GMapAreas.poly_hilite") |
static const char | error_too_few_points [] = ERR_MSG("GMapAreas.too_few_points") |
static const char | width_1 [] = ERR_MSG("GMapAreas.width_1") |
static const char | width_3_32 [] = ERR_MSG("GMapAreas.width_3-32") |
static const char | zero_height [] = ERR_MSG("GMapAreas.zero_height") |
static const char | zero_width [] = ERR_MSG("GMapAreas.zero_width") |
Function Documentation
static GUTF8String GMapArea2xmltag | ( | const GMapArea & | area, | |
const GUTF8String & | coords | |||
) | [static] |
Definition at line 953 of file GMapAreas.cpp.
Variable Documentation
const char error_intersect[] = ERR_MSG("GMapAreas.intersect") [static] |
Definition at line 108 of file GMapAreas.cpp.
const char error_oval_border[] = ERR_MSG("GMapAreas.oval_border") [static] |
Definition at line 105 of file GMapAreas.cpp.
const char error_oval_hilite[] = ERR_MSG("GMapAreas.oval_hilite") [static] |
Definition at line 106 of file GMapAreas.cpp.
const char error_poly_border[] = ERR_MSG("GMapAreas.poly_border") [static] |
Definition at line 103 of file GMapAreas.cpp.
const char error_poly_hilite[] = ERR_MSG("GMapAreas.poly_hilite") [static] |
Definition at line 104 of file GMapAreas.cpp.
const char error_too_few_points[] = ERR_MSG("GMapAreas.too_few_points") [static] |
Definition at line 107 of file GMapAreas.cpp.
const char width_1[] = ERR_MSG("GMapAreas.width_1") [static] |
Definition at line 101 of file GMapAreas.cpp.
const char width_3_32[] = ERR_MSG("GMapAreas.width_3-32") [static] |
Definition at line 102 of file GMapAreas.cpp.
const char zero_height[] = ERR_MSG("GMapAreas.zero_height") [static] |
Definition at line 100 of file GMapAreas.cpp.
const char zero_width[] = ERR_MSG("GMapAreas.zero_width") [static] |
Definition at line 99 of file GMapAreas.cpp.