]> git.saurik.com Git - wxWidgets.git/commit
Made device to logical and vv conversion methods
authorRobert Roebling <robert@roebling.de>
Tue, 1 May 2007 21:28:29 +0000 (21:28 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 1 May 2007 21:28:29 +0000 (21:28 +0000)
commit621b83d9b34572321873cf3d54920a7749b2f53c
treeb4ff40e0c5f7da4049648aa20f41bc64335435c5
parentdf08bf5ab3a0eb24d53b2c002f473799c5622bbb
  Made device to logical and vv conversion methods
    virtual and implement them like any other method
    in the wxDC classes, not only in the their files
    but somehow belonging to the wxDCBase class.
  This is required for plugging in differnt DC backends
    with different conversions.
  Ideally (and absolutely possible ) all these methods
    should be removed and just the one in wxDCBase
    should stay using values set in the various
    derived classes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
18 files changed:
docs/latex/wx/dc.tex
include/wx/dc.h
include/wx/dcsvg.h
include/wx/dfb/dc.h
include/wx/gtk/dc.h
include/wx/gtk1/dc.h
include/wx/mac/carbon/dc.h
include/wx/msw/dc.h
include/wx/os2/dc.h
include/wx/palmos/dc.h
src/common/dcsvg.cpp
src/dfb/dc.cpp
src/gtk/dc.cpp
src/gtk1/dc.cpp
src/mac/carbon/dc.cpp
src/msw/dc.cpp
src/os2/dc.cpp
src/palmos/dc.cpp