#include <conf_pointsofinterest.h>
|
| Conf_PointsOfInterest (QObject *parent=0) |
|
| ~Conf_PointsOfInterest () |
|
QString | getHelp () |
|
int | getPointsOfInterest_SequenceValue () |
|
int | getPointsOfInterest_SequenceValue_db () |
|
void | setPointsOfInterest_SequenceValue (int value) |
|
VPoints | addVPoint_predefined (VPoints pointsi_, int count) |
|
VPoints | addVPoint (VPoints pointsi_, int id, int priority_, QString volcano_, QString code_, QString name_, double latitude_, double longitude_, double altitude_, double latitude_err_, double longitude_err_, double altitude_err_) |
|
VPoints | addVPoint (VPoints pointsi_, int priority_, QString volcano_, QString code_, QString name_, double latitude_, double longitude_, double altitude_, double latitude_err_, double longitude_err_, double altitude_err_) |
|
VPoints | addSingleVPoint (VPoints pointsi_, SingleVPoint single_pointi) |
|
QString | getSingleVPoint_text (SingleVPoint single_pointi) |
|
QString | validateSingleVPoint_onVPointList (SingleVPoint single_pointi, VPoints pointsi_) |
|
VPoints | getVPoints_NULL () |
|
SingleVPoint | getSingleVPoint_NULL () |
|
VPoints | getVPointList (int priority) |
|
VPoints | getVPointList_db (int priority) |
|
SingleVPoint | getSingleVPoint (VPoints pointsi_, int id) |
|
VPoints | getExistingVPointsOnList (VPoints pointsi_list, VPoints pointsi_tosearch) |
|
QString | getVPointsList_text (VPoints pointsi_, QString item) |
|
Config | getConfig () const |
|
void | setConfig (const Config &value) |
|
User | getUser () const |
|
void | setUser (const User &value) |
|
void | export_VPoints (VPoints pointsi_, bool asSQL) |
|
void | save_VPoints (VPoints pointsi_, QString path) |
|
QString | save_SingleVPoint_db (SingleVPoint vpoint_) |
|
void | save_VPoints_csv (VPoints pointsi_, QString path) |
|
◆ Conf_PointsOfInterest()
Conf_PointsOfInterest::Conf_PointsOfInterest |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
◆ ~Conf_PointsOfInterest()
Conf_PointsOfInterest::~Conf_PointsOfInterest |
( |
| ) |
|
◆ addSingleVPoint()
◆ addVPoint() [1/2]
VPoints Conf_PointsOfInterest::addVPoint |
( |
VPoints |
pointsi_, |
|
|
int |
id, |
|
|
int |
priority_, |
|
|
QString |
volcano_, |
|
|
QString |
code_, |
|
|
QString |
name_, |
|
|
double |
latitude_, |
|
|
double |
longitude_, |
|
|
double |
altitude_, |
|
|
double |
latitude_err_, |
|
|
double |
longitude_err_, |
|
|
double |
altitude_err_ |
|
) |
| |
◆ addVPoint() [2/2]
VPoints Conf_PointsOfInterest::addVPoint |
( |
VPoints |
pointsi_, |
|
|
int |
priority_, |
|
|
QString |
volcano_, |
|
|
QString |
code_, |
|
|
QString |
name_, |
|
|
double |
latitude_, |
|
|
double |
longitude_, |
|
|
double |
altitude_, |
|
|
double |
latitude_err_, |
|
|
double |
longitude_err_, |
|
|
double |
altitude_err_ |
|
) |
| |
◆ addVPoint_predefined()
VPoints Conf_PointsOfInterest::addVPoint_predefined |
( |
VPoints |
pointsi_, |
|
|
int |
count |
|
) |
| |
◆ export_VPoints()
void Conf_PointsOfInterest::export_VPoints |
( |
VPoints |
pointsi_, |
|
|
bool |
asSQL |
|
) |
| |
◆ getConfig()
Config Conf_PointsOfInterest::getConfig |
( |
| ) |
const |
◆ getExistingVPointsOnList()
VPoints Conf_PointsOfInterest::getExistingVPointsOnList |
( |
VPoints |
pointsi_list, |
|
|
VPoints |
pointsi_tosearch |
|
) |
| |
◆ getHelp()
QString Conf_PointsOfInterest::getHelp |
( |
| ) |
|
◆ getPointsOfInterest_SequenceValue()
int Conf_PointsOfInterest::getPointsOfInterest_SequenceValue |
( |
| ) |
|
◆ getPointsOfInterest_SequenceValue_db()
int Conf_PointsOfInterest::getPointsOfInterest_SequenceValue_db |
( |
| ) |
|
◆ getSingleVPoint()
◆ getSingleVPoint_NULL()
SingleVPoint Conf_PointsOfInterest::getSingleVPoint_NULL |
( |
| ) |
|
◆ getSingleVPoint_text()
QString Conf_PointsOfInterest::getSingleVPoint_text |
( |
SingleVPoint |
single_pointi | ) |
|
◆ getUser()
User Conf_PointsOfInterest::getUser |
( |
| ) |
const |
◆ getVPointList()
VPoints Conf_PointsOfInterest::getVPointList |
( |
int |
priority | ) |
|
◆ getVPointList_db()
VPoints Conf_PointsOfInterest::getVPointList_db |
( |
int |
priority | ) |
|
◆ getVPoints_NULL()
VPoints Conf_PointsOfInterest::getVPoints_NULL |
( |
| ) |
|
◆ getVPointsList_text()
QString Conf_PointsOfInterest::getVPointsList_text |
( |
VPoints |
pointsi_, |
|
|
QString |
item |
|
) |
| |
◆ logText
void Conf_PointsOfInterest::logText |
( |
QString |
text | ) |
|
|
signal |
◆ save_SingleVPoint_db()
QString Conf_PointsOfInterest::save_SingleVPoint_db |
( |
SingleVPoint |
vpoint_ | ) |
|
◆ save_VPoints()
void Conf_PointsOfInterest::save_VPoints |
( |
VPoints |
pointsi_, |
|
|
QString |
path |
|
) |
| |
◆ save_VPoints_csv()
void Conf_PointsOfInterest::save_VPoints_csv |
( |
VPoints |
pointsi_, |
|
|
QString |
path |
|
) |
| |
◆ setConfig()
void Conf_PointsOfInterest::setConfig |
( |
const Config & |
value | ) |
|
◆ setPointsOfInterest_SequenceValue()
void Conf_PointsOfInterest::setPointsOfInterest_SequenceValue |
( |
int |
value | ) |
|
◆ setUser()
void Conf_PointsOfInterest::setUser |
( |
const User & |
value | ) |
|
◆ validateSingleVPoint_onVPointList()
QString Conf_PointsOfInterest::validateSingleVPoint_onVPointList |
( |
SingleVPoint |
single_pointi, |
|
|
VPoints |
pointsi_ |
|
) |
| |
◆ vpoints
VPoints Conf_PointsOfInterest::vpoints |
La documentación para esta clase fue generada a partir de los siguientes ficheros: