Subversion Repositories public iLand

Rev

Rev 646 | Rev 649 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 646 Rev 647
Line 37... Line 37...
37
37
38
    void saveScreenshot(QString file_name); ///< saves a screenshot of the central view widget to 'file_name'
38
    void saveScreenshot(QString file_name); ///< saves a screenshot of the central view widget to 'file_name'
39
    void paintGrid(const FloatGrid *grid, const QString &name, const GridViewType view_type, double min_value, double max_value);
39
    void paintGrid(const FloatGrid *grid, const QString &name, const GridViewType view_type, double min_value, double max_value);
40
    void paintMap(MapGrid *map, double min_value, double max_value);
40
    void paintMap(MapGrid *map, double min_value, double max_value);
41
41
42
    void addLayers(const LayeredGridBase *layers);
-
 
-
 
42
    void addLayers(const LayeredGridBase *layers, const QString &name);
43
    void setViewport(QPointF center_point, double scale_px_per_m);
43
    void setViewport(QPointF center_point, double scale_px_per_m);
44
signals:
44
signals:
45
    void finished(QString errorMessage);
45
    void finished(QString errorMessage);
46
    void year(int year);
46
    void year(int year);
47
    void bufferLogs(bool do_buffer);
47
    void bufferLogs(bool do_buffer);