![]() |
TiPhotoLocator 1.4
A tiny application to easily geotag your photos
|
A data structure containing a tag suggestion, for one or several Photo. Plus de détails...
#include <Suggestion.h>
Fonctions membres publiques | |
| Suggestion () | |
| Default constructor. | |
| Suggestion (const QString &suggestion_text, const QString &suggestion_target, const QString suggestion_category, const int first_photo) | |
| Constructeur avec valeurs. | |
| bool | operator== (const Suggestion &suggestion) const |
| Operateur de comparaison. | |
Attributs publics | |
| QString | text |
| Le contenu textuel de la suggestion. Exemple: "COSTA RICA". | |
| QString | target |
| Le nom de la metadata compatible avec ce texte. Exemple: "country". | |
| QString | category |
| Permet aux zones d'afficher ou non la suggestion. Exemple: "geo", "tag"... | |
| QSet< int > | photos |
| List of Photo matching this suggestion. | |
A data structure containing a tag suggestion, for one or several Photo.
| bool Suggestion::operator== | ( | const Suggestion & | suggestion | ) | const |
Operateur de comparaison.
| suggestion | Second operande. |