QGIS API Documentation  2.10.1-Pisa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 620 of file qgslinesymbollayerv2.cpp.

Constructor & Destructor Documentation

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

Definition at line 623 of file qgslinesymbollayerv2.cpp.

Member Function Documentation

double MyLine::angle ( void  )
inline

Definition at line 649 of file qgslinesymbollayerv2.cpp.

QPointF MyLine::diffForInterval ( double  interval)
inline

Definition at line 659 of file qgslinesymbollayerv2.cpp.

double MyLine::length ( )
inline

Definition at line 670 of file qgslinesymbollayerv2.cpp.

Member Data Documentation

bool MyLine::mIncreasing
protected

Definition at line 674 of file qgslinesymbollayerv2.cpp.

double MyLine::mLength
protected

Definition at line 676 of file qgslinesymbollayerv2.cpp.

double MyLine::mT
protected

Definition at line 675 of file qgslinesymbollayerv2.cpp.

bool MyLine::mVertical
protected

Definition at line 673 of file qgslinesymbollayerv2.cpp.


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