#include <CDRTransforms.h>
|  | 
|  | CDRTransforms () | 
|  | 
|  | CDRTransforms (const CDRTransforms &trafos) | 
|  | 
|  | ~CDRTransforms () | 
|  | 
| void | append (double v0, double v1, double x0, double v3, double v4, double y0) | 
|  | 
| void | append (const CDRTransform &trafo) | 
|  | 
| void | clear () | 
|  | 
| bool | empty () const | 
|  | 
| void | applyToPoint (double &x, double &y) const | 
|  | 
| void | applyToArc (double &rx, double &ry, double &rotation, bool &sweep, double &x, double &y) const | 
|  | 
| double | getScaleX () const | 
|  | 
| double | getScaleY () const | 
|  | 
| double | getTranslateX () const | 
|  | 
| double | getTranslateY () const | 
|  | 
| bool | getFlipX () const | 
|  | 
| bool | getFlipY () const | 
|  | 
◆ CDRTransforms() [1/2]
      
        
          | libcdr::CDRTransforms::CDRTransforms | ( |  | ) |  | 
      
 
 
◆ CDRTransforms() [2/2]
      
        
          | libcdr::CDRTransforms::CDRTransforms | ( | const CDRTransforms & | trafos | ) |  | 
      
 
 
◆ ~CDRTransforms()
      
        
          | libcdr::CDRTransforms::~CDRTransforms | ( |  | ) |  | 
      
 
 
◆ _getScaleX()
  
  | 
        
          | double libcdr::CDRTransforms::_getScaleX | ( |  | ) | const |  | private | 
 
 
◆ _getScaleY()
  
  | 
        
          | double libcdr::CDRTransforms::_getScaleY | ( |  | ) | const |  | private | 
 
 
◆ append() [1/2]
      
        
          | void libcdr::CDRTransforms::append | ( | double | v0, | 
        
          |  |  | double | v1, | 
        
          |  |  | double | x0, | 
        
          |  |  | double | v3, | 
        
          |  |  | double | v4, | 
        
          |  |  | double | y0 | 
        
          |  | ) |  |  | 
      
 
 
◆ append() [2/2]
      
        
          | void libcdr::CDRTransforms::append | ( | const CDRTransform & | trafo | ) |  | 
      
 
 
◆ applyToArc()
      
        
          | void libcdr::CDRTransforms::applyToArc | ( | double & | rx, | 
        
          |  |  | double & | ry, | 
        
          |  |  | double & | rotation, | 
        
          |  |  | bool & | sweep, | 
        
          |  |  | double & | x, | 
        
          |  |  | double & | y | 
        
          |  | ) |  | const | 
      
 
 
◆ applyToPoint()
      
        
          | void libcdr::CDRTransforms::applyToPoint | ( | double & | x, | 
        
          |  |  | double & | y | 
        
          |  | ) |  | const | 
      
 
 
◆ clear()
      
        
          | void libcdr::CDRTransforms::clear | ( |  | ) |  | 
      
 
 
◆ empty()
      
        
          | bool libcdr::CDRTransforms::empty | ( |  | ) | const | 
      
 
 
◆ getFlipX()
      
        
          | bool libcdr::CDRTransforms::getFlipX | ( |  | ) | const | 
      
 
 
◆ getFlipY()
      
        
          | bool libcdr::CDRTransforms::getFlipY | ( |  | ) | const | 
      
 
 
◆ getScaleX()
      
        
          | double libcdr::CDRTransforms::getScaleX | ( |  | ) | const | 
      
 
 
◆ getScaleY()
      
        
          | double libcdr::CDRTransforms::getScaleY | ( |  | ) | const | 
      
 
 
◆ getTranslateX()
      
        
          | double libcdr::CDRTransforms::getTranslateX | ( |  | ) | const | 
      
 
 
◆ getTranslateY()
      
        
          | double libcdr::CDRTransforms::getTranslateY | ( |  | ) | const | 
      
 
 
◆ m_trafos
The documentation for this class was generated from the following files: