Class that represents a horizontal ruler with the coordinate system in mm.
More...
#include <HorizontalRuler.h>
|
| virtual void | drawText (QPoint p, std::string txt, double angle, QPainter *painter) |
| |
Class that represents a horizontal ruler with the coordinate system in mm.
Definition at line 44 of file HorizontalRuler.h.
| te::layout::HorizontalRuler::HorizontalRuler |
( |
| ) |
|
| te::layout::HorizontalRuler::~HorizontalRuler |
( |
| ) |
|
|
virtual |
| void te::layout::HorizontalRuler::drawRuler |
( |
QGraphicsView * |
view, |
|
|
QPainter * |
painter, |
|
|
double |
scale |
|
) |
| |
|
virtual |
| void te::layout::AbstractRuler::drawText |
( |
QPoint |
p, |
|
|
std::string |
txt, |
|
|
double |
angle, |
|
|
QPainter * |
painter |
|
) |
| |
|
protectedvirtualinherited |
| double te::layout::AbstractRuler::getBlockSize |
( |
| ) |
|
|
virtualinherited |
| double te::layout::AbstractRuler::getCornerSize |
( |
| ) |
|
|
virtualinherited |
| double te::layout::AbstractRuler::getHeight |
( |
| ) |
|
|
virtualinherited |
| double te::layout::AbstractRuler::getLongLine |
( |
| ) |
|
|
virtualinherited |
| double te::layout::AbstractRuler::getMediumLine |
( |
| ) |
|
|
virtualinherited |
| double te::layout::AbstractRuler::getMiddleBlockSize |
( |
| ) |
|
|
virtualinherited |
| double te::layout::AbstractRuler::getSmallBlockSize |
( |
| ) |
|
|
virtualinherited |
| double te::layout::AbstractRuler::getSmallLine |
( |
| ) |
|
|
virtualinherited |
| double te::layout::AbstractRuler::getSpacingLineText |
( |
| ) |
|
|
virtualinherited |
| bool te::layout::AbstractRuler::isVisible |
( |
| ) |
|
|
virtualinherited |
| void te::layout::AbstractRuler::setBlockSize |
( |
double |
size | ) |
|
|
virtualinherited |
| void te::layout::AbstractRuler::setCornerSize |
( |
double |
size | ) |
|
|
virtualinherited |
| void te::layout::AbstractRuler::setHeight |
( |
double |
size | ) |
|
|
virtualinherited |
| void te::layout::AbstractRuler::setLongLine |
( |
double |
size | ) |
|
|
virtualinherited |
| void te::layout::AbstractRuler::setMediumLine |
( |
double |
size | ) |
|
|
virtualinherited |
| void te::layout::AbstractRuler::setMiddleBlockSize |
( |
double |
size | ) |
|
|
virtualinherited |
| void te::layout::AbstractRuler::setSmallBlockSize |
( |
double |
size | ) |
|
|
virtualinherited |
| void te::layout::AbstractRuler::setSmallLine |
( |
double |
size | ) |
|
|
virtualinherited |
| void te::layout::AbstractRuler::setSpacingLineText |
( |
double |
size | ) |
|
|
virtualinherited |
| void te::layout::AbstractRuler::setVisible |
( |
bool |
visible | ) |
|
|
virtualinherited |
| int te::layout::AbstractRuler::m_blockSize |
|
protectedinherited |
| double te::layout::AbstractRuler::m_cornerSize |
|
protectedinherited |
| double te::layout::AbstractRuler::m_height |
|
protectedinherited |
| double te::layout::AbstractRuler::m_longLine |
|
protectedinherited |
| double te::layout::AbstractRuler::m_mediumLine |
|
protectedinherited |
| int te::layout::AbstractRuler::m_middleBlockSize |
|
protectedinherited |
| int te::layout::AbstractRuler::m_smallBlockSize |
|
protectedinherited |
| double te::layout::AbstractRuler::m_smallLine |
|
protectedinherited |
| double te::layout::AbstractRuler::m_spacingLineText |
|
protectedinherited |
| bool te::layout::AbstractRuler::m_visible |
|
protectedinherited |
The documentation for this class was generated from the following files: