~ubuntu-branches/ubuntu/precise/networkmanagement/precise

« back to all changes in this revision

Viewing changes to applet/gsminterfaceconnectionitem.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-10-23 14:00:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20111023140013-e38hdzybcg6zndrk
Tags: 0.9~svngit.nm09.20111023.ff842e-0ubuntu1
* New upstream snapshot.
* Drop all patches, merged upstream.
* Add kubuntu_add_subdirectory_po.diff to build the translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    private Q_SLOTS:
51
51
        void setQuality(int quality);
52
52
        void setAccessTechnology(const int tech);
53
 
        void update();
54
 
        void activationStateChanged(Knm::InterfaceConnection::ActivationState state);
55
 
        void stateChanged();
 
53
        void update();
 
54
        void activationStateChanged(Knm::InterfaceConnection::ActivationState oldState, Knm::InterfaceConnection::ActivationState newState);
56
55
 
57
56
    private:
 
57
        void paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget = 0);
 
58
 
58
59
        //bool readSettings();
59
60
        QGraphicsGridLayout* m_layout;
60
61
        Plasma::Meter* m_strengthMeter;
61
 
        Plasma::IconWidget* m_connectButton;
 
62
        bool m_layoutIsDirty;
62
63
};
63
64
 
64
65
#endif //#define APPLET_GSMCONNECTIONITEM_H