DropTargetInterface
comment some more
DropTargetInterface
comment
From what I can tell the assets are ready for the release. License and copyright are set, author is unset (which AFAIK is intentional). @SimonThommes any changes you still want to do? I think we…
UI_
prefix
Still causes some itches to me, but that won't change unless I try hard enough ;/
Hmmm, I just can't myself to like non-member API functions that don't start with a prefix like UI_
. It just looks like local functions to me, not API functions.
Briefly checking the code, I think we can get rid of uiViewHandle
and uiViewItemHandle
easily now, and call the member functions directly instead of requiring UI_
wrappers.
However, with these interfaces, inheritance, etc. I'm a bit afraid that we're heading in the direction of having massive class hierarchies that will end up being overwhelming and hard to…