LunaSysMgr
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
StatusBarServicesConnector.h File Reference
#include <QObject>
#include <lunaservice.h>
#include <set>
#include "StatusBar.h"
Include dependency graph for StatusBarServicesConnector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  WifiAccessPoint
 
struct  BluetoothDevice
 
struct  VpnProfile
 
class  StatusBarServicesConnector
 

Typedefs

typedef struct WifiAccessPoint t_wifiAccessPoint
 
typedef struct BluetoothDevice t_bluetoothDevice
 
typedef struct VpnProfile t_vpnProfile
 
typedef enum RadioState t_radioState
 
typedef enum AirplaneModeState t_airplaneModeState
 
typedef enum PhoneType t_phoneType
 

Enumerations

enum  RadioState { RADIO_OFF = 0, RADIO_TURNING_ON = 1, RADIO_TURNING_OFF = 2, RADIO_ON = 3 }
 
enum  AirplaneModeState { AirplaneModeOff = 0, AirplaneModeTurningOn = 1, AirplaneModeTurningOff = 2, AirplaneModeOn = 3 }
 
enum  PhoneType { PHONE_TYPE_UNKNOWN = 0, PHONE_TYPE_GSM, PHONE_TYPE_CDMA, PHONE_TYPE_NONE }
 

Typedef Documentation

typedef enum PhoneType t_phoneType
typedef enum RadioState t_radioState
typedef struct VpnProfile t_vpnProfile

Enumeration Type Documentation

Enumerator
AirplaneModeOff 
AirplaneModeTurningOn 
AirplaneModeTurningOff 
AirplaneModeOn 
enum PhoneType
Enumerator
PHONE_TYPE_UNKNOWN 
PHONE_TYPE_GSM 
PHONE_TYPE_CDMA 
PHONE_TYPE_NONE 
enum RadioState
Enumerator
RADIO_OFF 
RADIO_TURNING_ON 
RADIO_TURNING_OFF 
RADIO_ON