#include "stdlib.h"#include "string.h"#include "ctype.h"#include "pp_PropertyMap.h"Functions | |
| static int | s_str_compare (const void *a, const void *b) |
| bool | operator== (const PP_PropertyMap::Line L1, const PP_PropertyMap::Line L2) |
Variables | |
| static const char * | AbiPropertyName [PP_PropertyMap::abi__count] |
| The property names. | |
| static const char * | s_linestyle [4] |
| bool operator== | ( | const PP_PropertyMap::Line | L1, | |
| const PP_PropertyMap::Line | L2 | |||
| ) |
| static int s_str_compare | ( | const void * | a, | |
| const void * | b | |||
| ) | [static] |
Referenced by PP_PropertyMap::abi_property_lookup().
const char* AbiPropertyName[PP_PropertyMap::abi__count] [static] |
The property names.
Keep these sorted and watch the commas.
Referenced by PP_PropertyMap::_properties(), PP_PropertyMap::abi_property_lookup(), and PP_PropertyMap::abi_property_name().
const char* s_linestyle[4] [static] |
{
"none",
"solid",
"dotted",
"dashed"
}
Referenced by PP_PropertyMap::linestyle_for_CSS().
1.7.1