You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nmWTAI-Platform/Src/nmNum/nmPlot/nmObjLineMeasuringScaleTool...

16 lines
380 B
C++

#include <QPainter>
#include "nmObjLine.h"
#include "nmObjLineMeasuringScaleTool.h"
#include "nmDataLogFile.h"
nmObjLineMeasuringScaleTool::nmObjLineMeasuringScaleTool()
{
setText(tr("nObjLineMeasuringScaleTool"));
m_oNot = NMOT_Line_MeasuringScale;
nmDataLogFile::getInstance()->writeLog(" nmObjLineMeasuringScaleTool ++++++++ " + QString::number(m_oNot));
}