CartoType API
Public Attributes
CartoType::CMacro Class Reference

#include <cartotype_map_style.h>

List of all members.

Public Attributes

int32 iStart
int32 iEnd
CString iName

Detailed Description

A style sheet macro. Macros are sequences of XML defined using <macro id="name"> ...content... </macro> and referenced using <macro ref='name' param1='value1' ... paramN='valueN'/>. The text is re-interpreted at the time the macro is expanded, so that it uses the current context. All attributes apart from 'ref' are macro parameters Parameter values are represented in the macro text using ~param1~ .. ~paramN~ and are textually replaced by the parameter values.


Member Data Documentation

The end of the macro's text in the style sheet.

The name of the macro.

The start of the macro's text in the style sheet.


The documentation for this class was generated from the following file: