ShouldOffset is accessed from a different class (in dcgraph.cpp)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -376,10 +376,11 @@ public:
|
|||||||
|
|
||||||
// wrappers using wxPoint2DDouble TODO
|
// wrappers using wxPoint2DDouble TODO
|
||||||
|
|
||||||
protected :
|
|
||||||
// helper to determine if a 0.5 offset should be applied for the drawing operation
|
// helper to determine if a 0.5 offset should be applied for the drawing operation
|
||||||
virtual bool ShouldOffset() const { return false; }
|
virtual bool ShouldOffset() const { return false; }
|
||||||
|
|
||||||
|
protected :
|
||||||
|
|
||||||
wxGraphicsPen* m_pen;
|
wxGraphicsPen* m_pen;
|
||||||
bool m_releasePen;
|
bool m_releasePen;
|
||||||
wxGraphicsBrush* m_brush;
|
wxGraphicsBrush* m_brush;
|
||||||
|
Reference in New Issue
Block a user