Functions | Variables

pp_PropertyMap.cpp File Reference

#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]

Function Documentation

bool operator== ( const PP_PropertyMap::Line  L1,
const PP_PropertyMap::Line  L2 
)
static int s_str_compare ( const void *  a,
const void *  b 
) [static]

Variable Documentation

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]
Initial value:
 {
    "none",
    "solid",
    "dotted",
    "dashed"
}

Referenced by PP_PropertyMap::linestyle_for_CSS().