Qt depiction with OEDepict
Thu, 09/22/2011 - 07:44
With ogham it was possible to subclass OEDepictBase for native structure drawing (e.g. Qt). Currently I don't see any possibility to accomplish this with the new API. Will this be added or is this already possible?
I know the old API is still available but I want to use the new features and the old API will be removed in the future.
With OEDepict 2.0, we still have the ability to derive a custom image class. The new base class is called OEImageBase. (We used a new name in order to keep the legacy API intact).
OEImageBase is a much simpler class than OEDepictBase, requiring fewer overloads.
Bob