layerTranslator Class Referencelayer translator class more... Public Member FunctionsDetailed DescriptionThis class is used for the layer mapping functions is the classes drawingField and cell
Example:
layerTranslator t;
t.mapLayer(18,19);
t.mapLayer(19,18);
layout->drawing->mapLayer(&t);
Member Documentation void layerTranslator::mapLayer(int from, int to)
map layer sets a mapping of layer from to Layer to void layerTranslator::mapAll(int to)
map all sets the mapping of all layer to to int layerTranslator::map(int from)
map maps the Layer from void layerTranslator::invert()
invert Inverts the translation. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |