From 17e6e34865c25bd6bb89e0f2b9c1669db0ffc281 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Mon, 29 Mar 2004 11:58:21 +0000 Subject: eliminate bar graph display style first shot at drawing the antenna symbol 'by hand' to support multiple display resolutions --- (limited to 'noncore/applets/wirelessapplet/wireless.h') diff --git a/noncore/applets/wirelessapplet/wireless.h b/noncore/applets/wirelessapplet/wireless.h index b475a46..9146c66 100644 --- a/noncore/applets/wirelessapplet/wireless.h +++ b/noncore/applets/wirelessapplet/wireless.h @@ -50,7 +50,6 @@ class WirelessControl : public QFrame private: WirelessApplet* applet; - int displayStyle; int updateFrequency; bool rocESSID; @@ -82,7 +81,7 @@ class WirelessApplet : public QWidget bool mustRepaint(); void updatePopupWindow(); - const char** getQualityPixmap(); + int numberOfRings(); private: QPixmap snapshotPixmap; @@ -92,7 +91,7 @@ class WirelessApplet : public QWidget Opie::Net::OWirelessNetworkInterface* interface; private: - const char** oldpixmap; + int oldrings; Opie::Net::OWirelessNetworkInterface* oldiface; int oldqualityH; int oldsignalH; -- cgit v0.9.0.2