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

« back to all changes in this revision

Viewing changes to src/lib/marble/LayerManager.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:
12
12
#ifndef MARBLE_LAYERMANAGER_H
13
13
#define MARBLE_LAYERMANAGER_H
14
14
 
 
15
#include "RenderState.h"
 
16
 
15
17
// Qt
16
18
#include <QList>
17
19
#include <QObject>
83
85
 
84
86
    QList<LayerInterface *> internalLayers() const;
85
87
 
 
88
    RenderState renderState() const;
 
89
 
86
90
 Q_SIGNALS:
87
91
    /**
88
92
     * @brief Signal that a render item has been initialized
108
112
 
109
113
    void setShowRuntimeTrace( bool show );
110
114
 
111
 
    void setVisible( const QString &nameId, bool visible );
112
 
 
113
115
 private:
114
116
    Q_PRIVATE_SLOT( d, void updateVisibility( bool, const QString & ) )
115
117