Skip to Content

Qt depiction with OEDepict

1 reply [Last post]
Clemens Giegerich
User offline. Last seen 13 weeks 6 days ago. Offline
Joined: 09/06/2010

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.

Bob Tolbert
User offline. Last seen 6 days 3 hours ago. Offline
Joined: 08/16/2010
The new base class is OEImageBase

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