QGIS API Documentation
2.0.1-Dufour
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
src
core
gps
qgsgpsconnectionregistry.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsgpsconnectionregistry.h - description
3
--------------------------
4
begin : December 27th, 2009
5
copyright : (C) 2009 by Marco Hugentobler
6
email : marco at hugis dot net
7
***************************************************************************/
8
9
/***************************************************************************
10
* *
11
* This program is free software; you can redistribute it and/or modify *
12
* it under the terms of the GNU General Public License as published by *
13
* the Free Software Foundation; either version 2 of the License, or *
14
* (at your option) any later version. *
15
* *
16
***************************************************************************/
17
18
#ifndef QGSGPSCONNECTIONREGISTRY_H
19
#define QGSGPSCONNECTIONREGISTRY_H
20
21
#include <QList>
22
#include <QSet>
23
24
class
QgsGPSConnection
;
25
28
class
CORE_EXPORT
QgsGPSConnectionRegistry
29
{
30
public
:
31
static
QgsGPSConnectionRegistry
* instance();
32
~
QgsGPSConnectionRegistry
();
33
35
void
registerConnection(
QgsGPSConnection
* c );
37
void
unregisterConnection(
QgsGPSConnection
* c );
38
39
QList< QgsGPSConnection *> connectionList()
const
;
40
41
protected
:
42
QgsGPSConnectionRegistry
();
43
44
static
QgsGPSConnectionRegistry
*
mInstance
;
45
46
QSet<QgsGPSConnection*>
mConnections
;
47
};
48
49
#endif // QGSGPSCONNECTIONREGISTRY_H
Generated on Tue Sep 24 2013 14:41:46 for QGIS API Documentation by
1.8.1.2