Is it possible to piggyback onto the QGIS split method via a python plugin? Are toolbar buttons accessible via the python API?
This looks like the class that I need to access. Access ideas?
Proposed Workflow to Give an Implementation Example:
- Initialize editing
- Split the line as per How to Split Features in QGIS?
- Launch a custom GUI or otherwise call a set of functions to start to build a list that I push to the DB table on saving edits.
actionSplitFeatureswill help you run the split tool but after that it's not going to be much help. So you want to show a UI after the split tool is used? – Nathan W Aug 16 '13 at 03:58