3#include <GuiFoundation/GuiFoundationDLL.h>
12 PL_GUIFOUNDATION_DLL QScreen& GetClosestScreen(
const QPoint& point);
14 PL_GUIFOUNDATION_DLL
void AdjustGridDensity(
15 double& ref_fFinestDensity,
double& ref_fRoughDensity, plUInt32 uiWindowWidth,
double fViewportSceneWidth, plUInt32 uiMinPixelsForStep);
17 PL_GUIFOUNDATION_DLL
void ComputeGridExtentsX(
const QRectF& viewportSceneRect,
double fGridStops,
double& out_fMinX,
double& out_fMaxX);
19 PL_GUIFOUNDATION_DLL
void ComputeGridExtentsY(
const QRectF& viewportSceneRect,
double fGridStops,
double& out_fMinY,
double& out_fMaxY);