QGIS API Documentation  2.12.0-Lyon
Public Member Functions | Protected Attributes | List of all members
MyLine Class Reference

Public Member Functions

 MyLine (QPointF p1, QPointF p2)
 
double angle ()
 
QPointF diffForInterval (double interval)
 
double length ()
 

Protected Attributes

bool mIncreasing
 
double mLength
 
double mT
 
bool mVertical
 

Detailed Description

Definition at line 632 of file qgslinesymbollayerv2.cpp.

Constructor & Destructor Documentation

MyLine::MyLine ( QPointF  p1,
QPointF  p2 
)
inline

Definition at line 635 of file qgslinesymbollayerv2.cpp.

Member Function Documentation

double MyLine::angle ( void  )
inline

Definition at line 661 of file qgslinesymbollayerv2.cpp.

QPointF MyLine::diffForInterval ( double  interval)
inline

Definition at line 671 of file qgslinesymbollayerv2.cpp.

double MyLine::length ( )
inline

Definition at line 682 of file qgslinesymbollayerv2.cpp.

Member Data Documentation

bool MyLine::mIncreasing
protected

Definition at line 686 of file qgslinesymbollayerv2.cpp.

double MyLine::mLength
protected

Definition at line 688 of file qgslinesymbollayerv2.cpp.

double MyLine::mT
protected

Definition at line 687 of file qgslinesymbollayerv2.cpp.

bool MyLine::mVertical
protected

Definition at line 685 of file qgslinesymbollayerv2.cpp.


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