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

« back to all changes in this revision

Viewing changes to src/plugins/render/eclipses/EclipsesPlugin.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:
27
27
{
28
28
 
29
29
class MarbleWidget;
30
 
class MarbleClock;
31
30
class EclipsesModel;
32
31
class EclipsesItem;
33
32
class EclipsesBrowserDialog;
86
85
    bool eventFilter( QObject *object, QEvent *e );
87
86
 
88
87
private Q_SLOTS:
89
 
    bool renderItem( GeoPainter *painter, EclipsesItem *item );
90
88
    void readSettings();
91
89
    void writeSettings();
92
90
    void updateSettings();
130
128
    void updateMenuItemState();
131
129
 
132
130
private:
 
131
    bool renderItem( GeoPainter *painter, EclipsesItem *item ) const;
 
132
 
 
133
private:
133
134
    bool m_isInitialized;
134
135
 
135
136
    MarbleWidget *m_marbleWidget;
136
 
    MarbleClock *m_clock;
137
137
 
138
138
    EclipsesModel *m_model;
139
139
    QList<QActionGroup*> m_actionGroups;