Home
last modified time | relevance | path

Searched refs:IDrawContext (Results 1 – 25 of 61) sorted by relevance

123

/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmaptool/canvas/
H A DIDrawContext.cpp43 QMutex IDrawContext::mutex(QMutex::Recursive);
46 IDrawContext::IDrawContext(CCanvas* canvas, QObject* parent) in IDrawContext() function in IDrawContext
53 void IDrawContext::init() in init()
64 void IDrawContext::saveSettings(QSettings& cfg) const in saveSettings()
74 void IDrawContext::loadSettings(QSettings& cfg) in loadSettings()
87 void IDrawContext::slotResize(const QSize& size) in slotResize()
105 bool IDrawContext::needsRedraw() const in needsRedraw()
166 void IDrawContext::move(const QPointF& delta) in move()
181 void IDrawContext::zoom(bool in, const QPointF& pt) in zoom()
196 void IDrawContext::zoom(int idx) in zoom()
[all …]
H A DIDrawContext.h30 class IDrawContext : public QThread
34 IDrawContext(CCanvas* canvas, QObject* parent);
35 virtual ~IDrawContext() = default;
H A DCDrawContextProj.h26 class CDrawContextProj : public IDrawContext, public CGdalFile
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/canvas/
H A DIDrawContext.cpp58 IDrawContext::IDrawContext(const QString& name, CCanvas::redraw_e maskRedraw, CCanvas* parent) in IDrawContext() function in IDrawContext
71 connect(this, &IDrawContext::finished, this, &IDrawContext::sigStopThread); in IDrawContext()
74 IDrawContext::~IDrawContext() in ~IDrawContext()
78 void IDrawContext::emitSigCanvasUpdate() in emitSigCanvasUpdate()
84 bool IDrawContext::resize(const QSize& size) in resize()
117 QString IDrawContext::getProjection() const in getProjection()
149 bool IDrawContext::needsRedraw() const in needsRedraw()
157 void IDrawContext::zoom(const QRectF& rect) in zoom()
199 void IDrawContext::zoom(int idx) in zoom()
217 void IDrawContext::convertRad2M(QPointF& p) const in convertRad2M()
[all …]
H A DIDrawObject.h29 class IDrawContext; variable
135 …void drawTileLQ(const QImage& img, QPolygonF& l, QPainter& p, IDrawContext& context, const CProj& …
137 …void drawTileHQ(const QImage& img, QPolygonF& l, QPainter& p, IDrawContext& context, const CProj& …
H A DIDrawContext.h34 class IDrawContext : public QThread
38 IDrawContext(const QString& name, CCanvas::redraw_e maskRedraw, CCanvas* parent);
39 virtual ~IDrawContext();
H A DCCanvas.cpp184 for(IDrawContext* context : qAsConst(allDrawContext)) in ~CCanvas()
188 for(IDrawContext* context : qAsConst(allDrawContext)) in ~CCanvas()
421 for(IDrawContext* context : allContext) in loadConfig()
1081 for(IDrawContext* context : allContext) in zoomTo()
1165 for(IDrawContext* context : qAsConst(allDrawContext)) in setProjection()
1184 for(IDrawContext* context : qAsConst(allDrawContext)) in setScales()
1225 for(IDrawContext* context : allContext) in setZoom()
1243 for(IDrawContext* context : allContext) in zoom()
1336 for(IDrawContext* context : qAsConst(allDrawContext)) in setDrawContextSize()
1356 for(IDrawContext* context : qAsConst(allDrawContext)) in print()
[all …]
H A DIDrawObject.cpp94 void IDrawObject::drawTileLQ(const QImage& img, QPolygonF& l, QPainter& p, IDrawContext& context, c… in drawTileLQ()
131 void IDrawObject::drawTileHQ(const QImage& img, QPolygonF& l, QPainter& p, IDrawContext& context, c… in drawTileHQ()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmaptool/items/
H A DIItem.h27 class IDrawContext; variable
44 IDrawContext* getDrawContext() const in getDrawContext()
80 IDrawContext* drawContext = nullptr;
H A DCItemMap.h47 void drawBoundingBox(QPainter& p, IDrawContext* dc);
H A DCItemMapLayer.h42 void drawBoundingBoxes(QPainter& p, IDrawContext* dc);
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/realtime/
H A DCRtDraw.h27 class CRtDraw : public IDrawContext
33 using IDrawContext::draw;
H A DCRtDraw.cpp24 : IDrawContext("rt", CCanvas::eRedrawRt, parent) in CRtDraw()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/
H A DCGisDraw.h26 class CGisDraw : public IDrawContext
32 using IDrawContext::draw;
H A DCGisDraw.cpp26 : IDrawContext("gis", CCanvas::eRedrawGis, parent) in CGisDraw()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmaptool/overlay/gridtool/
H A DCGridPoint.h26 class IDrawContext; variable
64 const IDrawContext* context = nullptr;
H A DCGridSelArea.h27 class IDrawContext; variable
63 const IDrawContext* context = nullptr;
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmaptool/overlay/
H A DCOverlayRefMap.h27 class IDrawContext; variable
89 IDrawContext* context;
H A DCOverlayCutMap.h29 class IDrawContext; variable
88 IDrawContext* context;
H A DCOverlayGridTool.h62 const IDrawContext* context = nullptr;
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/map/
H A DIMap.h54 virtual void draw(IDrawContext::buffer_t& buf) = 0;
216 void detectTileDrawMode(const IDrawContext::buffer_t& buf);
H A DCMapDraw.cpp44 : IDrawContext("map", CCanvas::eRedrawMap, parent) in CMapDraw()
67 bool res = IDrawContext::setProjection(proj); in setProjection()
433 void CMapDraw::drawt(IDrawContext::buffer_t& currentBuffer) /* override */ in drawt()
H A DCMapVRT.h35 void draw(IDrawContext::buffer_t& buf) override;
H A DCMapTMS.h36 void draw(IDrawContext::buffer_t& buf) override;
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/dem/
H A DCDemVRT.h36 void draw(IDrawContext::buffer_t& buf) override;

123