Inheritance diagram for StyledHRDMapper:
HRD Files format contains mappings of HRC syntax regions into real coloring information. Each record in HRD (RegionDefine) can contain information about region color (fore,
back)
and about it's style (style).
Public Methods | |
void | loadRegionMappings (InputSource *is) |
Loads region defines from is InputSource. | |
void | saveRegionMappings (Writer *writer) const |
Saves all loaded region defines into writer. | |
void | setRegionDefine (const String ®ion, const RegionDefine *rdnew) |
Changes specified region definition to rdnew. |
|
Saves all loaded region defines into Note, that result document would not be equal to input one, because there could be multiple input documents. Implements RegionMapperImpl. |
|
Changes specified region definition to
Implements RegionMapperImpl. |