~ubuntu-branches/ubuntu/karmic/digikam/karmic-backports

« back to all changes in this revision

Viewing changes to libs/imageproperties/worldmapwidget.h

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu Archive Auto-Backport
  • Date: 2009-12-07 19:03:53 UTC
  • mfrom: (54.1.4 lucid)
  • Revision ID: james.westby@ubuntu.com-20091207190353-oara3lenjxymto3i
Tags: 2:1.0.0~rc-1ubuntu1~karmic1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#include "markerclusterholder.h"
46
46
#endif // HAVE_MARBLEWIDGET
47
47
 
 
48
class QAction;
 
49
 
48
50
namespace Digikam
49
51
{
50
52
 
112
114
    void     setMapTheme(MapTheme theme);
113
115
    MapTheme getMapTheme();
114
116
 
 
117
    QAction* getZoomAction(const bool zoomIn);
 
118
 
115
119
    void readConfig(KConfigGroup& group);
116
120
    void writeConfig(KConfigGroup& group);
117
121
#ifdef HAVE_MARBLEWIDGET
118
122
    void setCustomPaintFunction(const MarkerClusterHolder::CustomPaintFunction customPaintFunction, void* const yourdata);
119
123
    MarkerClusterHolder* getMarkerClusterHolder() const;
 
124
#if MARBLE_VERSION >= 0x000800
 
125
    QAction* getMouseModeAction(const MarkerClusterHolder::MouseMode mouseMode);
 
126
#endif // MARBLE_VERSION >= 0x000800
120
127
#endif // HAVE_MARBLEWIDGET
121
128
    void setMultiMarkerSettings(const bool showSingleImages, const bool showGroupImages, const bool showHighestRatingFirst, const bool showOldestFirst, const bool showNumbers);
122
129
    void getMultiMarkerSettings(bool* const showSingleImages, bool* const showGroupImages, bool* const showHighestRatingFirst, bool* const showOldestFirst, bool* const showNumbers) const;
131
138
 
132
139
    void slotZoomIn();
133
140
    void slotZoomOut();
 
141
    void slotZoomChanged(int zoom);
134
142
    void slotSetSelectedImages(const GPSInfoList &infoList);
135
143
    void slotMapMarkerSelectionChanged();
136
144
    void slotMapMarkerSoloChanged();