#include "TeGeometry.h"
#include "TdkLayoutObjectFactory.h"
#include "TdkDisplay.h"
#include "TdkMapLayoutObject.h"
#include "TdkOperationModeManager.h"
#include "TdkPrintPreviewPage.h"
#include "TdkMapController.h"
#include "TdkLayoutController.h"
#include "TdkProjectController.h"
#include "TdkTecGAlg.h"
#include "TdkMathMatrix.h"
#include "TdkTemplateObjectFactory.h"
#include "TdkMetricRuler.h"
#include "TdkProcessingService.h"
#include "TdkLayoutMapRotatedEvent.h"
#include "TdkSetup.h"
#include "math.h"
Defines | |
#define | PI (3.141592653589793) |
Functions | |
int | TdkGetPrecision (double val) |
int | TdkRoundCoord (double val, int precision) |
void | TdkDrawSimpleText (TdkDisplay *display, string text, string font, string fontType, double posx, double &posy, int size, double angle=0) |
#define PI (3.141592653589793) |
void TdkDrawSimpleText | ( | TdkDisplay * | display, | |
string | text, | |||
string | font, | |||
string | fontType, | |||
double | posx, | |||
double & | posy, | |||
int | size, | |||
double | angle = 0 | |||
) |
int TdkGetPrecision | ( | double | val | ) |
int TdkRoundCoord | ( | double | val, | |
int | precision | |||
) |