~ubuntu-branches/ubuntu/wily/marble/wily-proposed

« back to all changes in this revision

Viewing changes to src/lib/marble/layers/TextureLayer.h

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark, Jonathan Riddell, Scarlett Clark
  • Date: 2014-07-24 23:38:32 UTC
  • mfrom: (1.5.2)
  • Revision ID: package-import@ubuntu.com-20140724233832-7v4421t4khrhw487
Tags: 4:4.13.90-0ubuntu1
[ Jonathan Riddell ]
* Switch to libmarblewidget19 for new soversion

[ Scarlett Clark ]
* New upstream beta release
* Update: do_not_install_private_headers. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
class SunLocator;
36
36
class ViewportParams;
37
37
 
38
 
class TextureLayer : public QObject, public LayerInterface
 
38
class MARBLE_EXPORT TextureLayer : public QObject, public LayerInterface
39
39
{
40
40
    Q_OBJECT
41
41
 
73
73
    int preferredRadiusCeil( int radius ) const;
74
74
    int preferredRadiusFloor( int radius ) const;
75
75
 
 
76
    RenderState renderState() const;
 
77
 
76
78
    virtual QString runtimeTrace() const;
77
79
 
78
80
    virtual bool render( GeoPainter *painter, ViewportParams *viewport,