QGIS API Documentation  2.8.2-Wien
 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 627 of file qgslinesymbollayerv2.cpp.

Constructor & Destructor Documentation

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

Definition at line 630 of file qgslinesymbollayerv2.cpp.

Member Function Documentation

double MyLine::angle ( void  )
inline

Definition at line 656 of file qgslinesymbollayerv2.cpp.

QPointF MyLine::diffForInterval ( double  interval)
inline

Definition at line 666 of file qgslinesymbollayerv2.cpp.

double MyLine::length ( )
inline

Definition at line 677 of file qgslinesymbollayerv2.cpp.

Member Data Documentation

bool MyLine::mIncreasing
protected

Definition at line 681 of file qgslinesymbollayerv2.cpp.

double MyLine::mLength
protected

Definition at line 683 of file qgslinesymbollayerv2.cpp.

double MyLine::mT
protected

Definition at line 682 of file qgslinesymbollayerv2.cpp.

bool MyLine::mVertical
protected

Definition at line 680 of file qgslinesymbollayerv2.cpp.


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