Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
SatelliteGypsyEngine Class Reference

#include <qgeosatelliteinfosource_gypsy_p.h>

+ Collaboration diagram for SatelliteGypsyEngine:

Public Member Functions

 SatelliteGypsyEngine (QGeoSatelliteInfoSource *parent=0)
 
virtual ~SatelliteGypsyEngine ()
 
virtual gulong eng_g_signal_connect (gpointer instance, const gchar *detailed_signal, GCallback c_handler, gpointer data)
 
virtual guint eng_g_signal_handlers_disconnect_by_func (gpointer instance, gpointer func, gpointer data)
 
virtual void eng_g_free (gpointer mem)
 
virtual GypsyControl * eng_gypsy_control_get_default (void)
 
virtual char * eng_gypsy_control_create (GypsyControl *control, const char *device_name, GError **error)
 
virtual GypsyDevice * eng_gypsy_device_new (const char *object_path)
 
virtual GypsySatellite * eng_gypsy_satellite_new (const char *object_path)
 
virtual gboolean eng_gypsy_device_start (GypsyDevice *device, GError **error)
 
virtual gboolean eng_gypsy_device_stop (GypsyDevice *device, GError **error)
 
virtual GypsyDeviceFixStatus eng_gypsy_device_get_fix_status (GypsyDevice *device, GError **error)
 
virtual GPtrArray * eng_gypsy_satellite_get_satellites (GypsySatellite *satellite, GError **error)
 
virtual void eng_gypsy_satellite_free_satellite_array (GPtrArray *satellites)
 
virtual GConfClient * eng_gconf_client_get_default (void)
 
virtual gchar * eng_gconf_client_get_string (GConfClient *client, const gchar *key, GError **err)
 

Protected Attributes

QGeoSatelliteInfoSourcem_owner
 

Detailed Description

Definition at line 32 of file qgeosatelliteinfosource_gypsy_p.h.

Constructor & Destructor Documentation

◆ SatelliteGypsyEngine()

SatelliteGypsyEngine::SatelliteGypsyEngine ( QGeoSatelliteInfoSource * parent = 0)

Definition at line 31 of file qgeosatelliteinfosource_gypsy.cpp.

◆ ~SatelliteGypsyEngine()

SatelliteGypsyEngine::~SatelliteGypsyEngine ( )
virtual

Definition at line 35 of file qgeosatelliteinfosource_gypsy.cpp.

Member Function Documentation

◆ eng_g_free()

void SatelliteGypsyEngine::eng_g_free ( gpointer mem)
virtual

Definition at line 54 of file qgeosatelliteinfosource_gypsy.cpp.

Referenced by QGeoSatelliteInfoSourceGypsy::init().

+ Here is the caller graph for this function:

◆ eng_g_signal_connect()

gulong SatelliteGypsyEngine::eng_g_signal_connect ( gpointer instance,
const gchar * detailed_signal,
GCallback c_handler,
gpointer data )
virtual

Definition at line 40 of file qgeosatelliteinfosource_gypsy.cpp.

Referenced by QGeoSatelliteInfoSourceGypsy::requestUpdate(), and QGeoSatelliteInfoSourceGypsy::startUpdates().

+ Here is the caller graph for this function:

◆ eng_g_signal_handlers_disconnect_by_func()

guint SatelliteGypsyEngine::eng_g_signal_handlers_disconnect_by_func ( gpointer instance,
gpointer func,
gpointer data )
virtual

Definition at line 47 of file qgeosatelliteinfosource_gypsy.cpp.

Referenced by QGeoSatelliteInfoSourceGypsy::satellitesChanged(), and QGeoSatelliteInfoSourceGypsy::stopUpdates().

+ Here is the caller graph for this function:

◆ eng_gconf_client_get_default()

GConfClient * SatelliteGypsyEngine::eng_gconf_client_get_default ( void )
virtual

Definition at line 102 of file qgeosatelliteinfosource_gypsy.cpp.

◆ eng_gconf_client_get_string()

gchar * SatelliteGypsyEngine::eng_gconf_client_get_string ( GConfClient * client,
const gchar * key,
GError ** err )
virtual

Definition at line 106 of file qgeosatelliteinfosource_gypsy.cpp.

◆ eng_gypsy_control_create()

char * SatelliteGypsyEngine::eng_gypsy_control_create ( GypsyControl * control,
const char * device_name,
GError ** error )
virtual

Definition at line 63 of file qgeosatelliteinfosource_gypsy.cpp.

References error.

Referenced by QGeoSatelliteInfoSourceGypsy::init().

+ Here is the caller graph for this function:

◆ eng_gypsy_control_get_default()

GypsyControl * SatelliteGypsyEngine::eng_gypsy_control_get_default ( void )
virtual

Definition at line 59 of file qgeosatelliteinfosource_gypsy.cpp.

Referenced by QGeoSatelliteInfoSourceGypsy::init().

+ Here is the caller graph for this function:

◆ eng_gypsy_device_get_fix_status()

GypsyDeviceFixStatus SatelliteGypsyEngine::eng_gypsy_device_get_fix_status ( GypsyDevice * device,
GError ** error )
virtual

Definition at line 89 of file qgeosatelliteinfosource_gypsy.cpp.

References device, and error.

Referenced by QGeoSatelliteInfoSourceGypsy::requestUpdate().

+ Here is the caller graph for this function:

◆ eng_gypsy_device_new()

GypsyDevice * SatelliteGypsyEngine::eng_gypsy_device_new ( const char * object_path)
virtual

Definition at line 67 of file qgeosatelliteinfosource_gypsy.cpp.

Referenced by QGeoSatelliteInfoSourceGypsy::init().

+ Here is the caller graph for this function:

◆ eng_gypsy_device_start()

gboolean SatelliteGypsyEngine::eng_gypsy_device_start ( GypsyDevice * device,
GError ** error )
virtual

Definition at line 75 of file qgeosatelliteinfosource_gypsy.cpp.

References device, and error.

Referenced by QGeoSatelliteInfoSourceGypsy::init().

+ Here is the caller graph for this function:

◆ eng_gypsy_device_stop()

gboolean SatelliteGypsyEngine::eng_gypsy_device_stop ( GypsyDevice * device,
GError ** error )
virtual

Definition at line 79 of file qgeosatelliteinfosource_gypsy.cpp.

References device, error, and Q_UNUSED.

Referenced by QGeoSatelliteInfoSourceGypsy::~QGeoSatelliteInfoSourceGypsy().

+ Here is the caller graph for this function:

◆ eng_gypsy_satellite_free_satellite_array()

void SatelliteGypsyEngine::eng_gypsy_satellite_free_satellite_array ( GPtrArray * satellites)
virtual

Definition at line 97 of file qgeosatelliteinfosource_gypsy.cpp.

Referenced by QGeoSatelliteInfoSourceGypsy::requestUpdate().

+ Here is the caller graph for this function:

◆ eng_gypsy_satellite_get_satellites()

GPtrArray * SatelliteGypsyEngine::eng_gypsy_satellite_get_satellites ( GypsySatellite * satellite,
GError ** error )
virtual

Definition at line 93 of file qgeosatelliteinfosource_gypsy.cpp.

References error.

Referenced by QGeoSatelliteInfoSourceGypsy::requestUpdate().

+ Here is the caller graph for this function:

◆ eng_gypsy_satellite_new()

GypsySatellite * SatelliteGypsyEngine::eng_gypsy_satellite_new ( const char * object_path)
virtual

Definition at line 71 of file qgeosatelliteinfosource_gypsy.cpp.

Referenced by QGeoSatelliteInfoSourceGypsy::init().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_owner

QGeoSatelliteInfoSource* SatelliteGypsyEngine::m_owner
protected

Definition at line 60 of file qgeosatelliteinfosource_gypsy_p.h.


The documentation for this class was generated from the following files: