[Digikam-devel] [Bug 153070] search for image by geo location
tackat at kde.org
tackat at kde.org
Thu Jun 5 14:37:48 BST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=153070
------- Additional Comments From tackat kde org 2008-06-05 15:37 -------
I wonder whether we shouldn't go for this API for selections which is derived from the API from QGraphicsItem and which seems to cover all cases I can think of at the moment:
void MarbleWidget::setSelectionArea ( GeoDataLatLonAltBox latLonAltBox );
void MarbleWidget::setSelectionArea ( double west, double east, double north, double south );
GeoDataLatLonAltBox MarbleWidget::selectionArea () const
void MarbleWidget::selectionArea ( double &west, double &east, double &north, double &south );
QList<GeoDataObjects *> MarbleWidget::selectedItems () const
void MarbleWidget::selectionChanged () [signal]
Do you think this makes sense and do you think that you can change the Digikam code accordingly? :-)
More information about the Digikam-devel
mailing list