git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42216
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
class WXDLLEXPORT wxGCDC:
#ifdef __WXMAC__
class WXDLLEXPORT wxGCDC:
#ifdef __WXMAC__
#endif
{
DECLARE_DYNAMIC_CLASS(wxGCDC)
#endif
{
DECLARE_DYNAMIC_CLASS(wxGCDC)
virtual void ComputeScaleAndOrigin();
virtual void ComputeScaleAndOrigin();
- wxGraphicsContext* GetGraphicContext() { return m_graphicContext; }
- virtual void SetGraphicsContext( wxGraphicsContext* ctx );
+ wxGraphicsContext* GetGraphicsContext() { return m_graphicContext; }
+ virtual void SetGraphicsContext( wxGraphicsContext* ctx );
protected:
// the true implementations
protected:
// the true implementations
protected:
// scaling variables
double m_mm_to_pix_x, m_mm_to_pix_y;
protected:
// scaling variables
double m_mm_to_pix_x, m_mm_to_pix_y;
-
- double m_formerScaleX, m_formerScaleY;
+
+ double m_formerScaleX, m_formerScaleY;
wxGraphicsContext* m_graphicContext;
};
wxGraphicsContext* m_graphicContext;
};