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

QgsFields: Implement container methods #17223

Open
qgib opened this issue Aug 11, 2013 · 2 comments
Open

QgsFields: Implement container methods #17223

qgib opened this issue Aug 11, 2013 · 2 comments
Labels
API API improvement only, no visible user interface changes Feature Request

Comments

@qgib
Copy link
Contributor

qgib commented Aug 11, 2013

Author Name: Matthias Kuhn (@m-kuhn)
Original Redmine Issue: 8454

Redmine category:unknown


Concerns C++ and Python.

C++: Implement the iterator and const_iterator things, so we can do e.g.:

Q_FOREACH( QgsField f, fields )

Python:
Should this be a dict or a list? Either

for fieldname, field in fields.iteritems():

or

for field in fields:

should be possible

@qgib
Copy link
Contributor Author

qgib commented Apr 30, 2017

Author Name: Giovanni Manghi (@gioman)


  • easy_fix was configured as 0

@qgib
Copy link
Contributor Author

qgib commented Sep 22, 2017

Author Name: Jürgen Fischer (@jef-n)


  • category_id was configured as Unknown

@qgib qgib added this to the Future Release - High Priority milestone May 24, 2019
@alexbruy alexbruy added the API API improvement only, no visible user interface changes label Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API API improvement only, no visible user interface changes Feature Request
Projects
None yet
Development

No branches or pull requests

2 participants