Bug 245140 - add a slot to MarbleWidget => clearLoadedtracks()
Summary: add a slot to MarbleWidget => clearLoadedtracks()
Status: RESOLVED WORKSFORME
Alias: None
Product: marble
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries All
: NOR wishlist
Target Milestone: 0.8 (KDE 4.3)
Assignee: marble-bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-19 15:50 UTC by Sylvain Paré
Modified: 2013-10-20 08:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sylvain Paré 2010-07-19 15:50:25 UTC
Version:           unspecified (using Devel) 
OS:                All

It could be very usefull to have a methode to clear marble from all loaded track (GPX KML KMZ ...)


Reproducible: Didn't try
Comment 1 Dennis Nienhüser 2012-11-22 22:00:55 UTC
Position tracking allows to clear its track (MarbleWidget::model()->positionTracking()->clearTrack()), and other files loaded via MarbleWidget::model()->addGeoDataFile() can be cleared with MarbleWidget::model()->removeGeoDataFile().