~ubuntu-branches/ubuntu/raring/marble/raring-proposed

« back to all changes in this revision

Viewing changes to src/bindings/python/sip/MarbleMap.sip

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-12-07 18:12:34 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20121207181234-q6yynu5l9f8zl2l0
Tags: 4:4.9.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
    void                    addLayer (Marble::LayerInterface* layer);
124
124
    void                    removeLayer (Marble::LayerInterface* layer);
125
125
    void                    setShowBackground (bool visible);
126
 
    void                    downloadRegion (const QString& sourceDir, const QVector<Marble::TileCoordsPyramid>&);
127
126
signals:
128
127
    void                    tileLevelChanged (int level);
129
128
    void                    repaintNeeded (const QRegion& dirtyRegion = QRegion());
150
149
    void                    radiusChanged (int radius);
151
150
public:
152
151
//ig    const TextureLayer*     textureLayer () const;
 
152
    void                    setShowRuntimeTrace (bool visible);
 
153
    void                    downloadRegion (const QVector<Marble::TileCoordsPyramid>&);
153
154
};
154
155
// MarbleMap
155
156