<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi,<br>
<br>
As previously explained, I am moving the MapToolIdentify class to
gui and creating a new MapToolIdentifyAction in app.<br>
<br>
I think the cpp part is done [1] but I have two questions regarding
to python.<br>
<br>
Here is what I did:<br>
- added %Include qgsmaptoolidentify.sip in python/gui/gui.sip<br>
- added the dynamic cast in python/gui/qgsmaptool.sip<br>
- created the
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
file python/gui/qgsmaptoolidentify.sip<br>
<br>
you can see these here<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a
href="https://github.com/3nids/Quantum-GIS/commit/5573e9fe1d78b5296423036a07e130416b032f98">https://github.com/3nids/Quantum-GIS/commit/5573e9fe1d78b5296423036a07e130416b032f98</a><br>
<br>
<br>
My two questions are:<br>
<br>
1. I tested it with a plugin, and my new class QgsMapToolIdentify is
not defined. Did I missed something?<br>
<br>
2. Is the file PyQGIS.api created automatically? If so, I noticed
that my class methods are not listed in there?<br>
<br>
[1] If needed, here is the branch:
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="https://github.com/3nids/Quantum-GIS/tree/identifymaptool">https://github.com/3nids/Quantum-GIS/tree/identifymaptool</a><br>
<br>
<br>
thanks a lot,<br>
<br>
Denis<br>
</body>
</html>