Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editor widgets: rename to wrapper to distinguish from the real widgets #1545

Closed
wants to merge 1 commit into from

Conversation

3nids
Copy link
Member

@3nids 3nids commented Aug 19, 2014

I renamed the xxxWidget classes to Wrapper, since they are not really the widgets and since they inherit the Wrapper.

The example is with the new relation reference widget where we have both widget and wrapper (see #1516).

This way, if we create custom widgets, like the color button, they can be named properly as Widget, and also have their wrapper properly named.

The change in API does not concern python since widgets/wrappers are not available (yet).

This concerns the C++ API (since 2.4), but the chance that someone used these widgets classes in a standalone app is quite close to 0.

@m-kuhn
Copy link
Member

m-kuhn commented Aug 19, 2014

Just took a short glance, but looks fine for me.

@m-kuhn
Copy link
Member

m-kuhn commented Aug 23, 2014

Waiting for August 26, will be merged if no objection is risen on this thread:

http://lists.osgeo.org/pipermail/qgis-developer/2014-August/034186.html

@timlinux
Copy link
Member

+1 from me to merge

@3nids
Copy link
Member Author

3nids commented Aug 26, 2014

manually merged in 92058f4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants