⚲
Projekt
Allgemein
Profil
Anmelden
Registrieren
Hauptseite
Projekte
Suche
:
CuteEntityManager
Alle Projekte
CuteEntityManager
Übersicht
Aktivität
Roadmap
Tickets
News
Wiki
Dateien
Repository
HTTPS
Herunterladen als
Format auswählen
zip
tar
tar.gz
Herunterladen (417 Bytes)
Statistiken
| Zweig:
arIntegration
dev
devel
diffImprovement
fixPropertyWrite
heritageBug
master
qt56
seb
temp
test
wip
| Revision:
root
/
src
/
validators
/
param.h
@ 51bbd62c
Anzeigen
Historie
Annotieren
#ifndef PARAM_H
#define PARAM_H
#include
<QString>
#include
<QVariant>
namespace
CuteEntityManager
{
class
Param
{
public:
Param
();
~
Param
();
Param
(
QString
name
,
QVariant
value
=
QVariant
());
QVariant
getValue
()
const
;
void
setValue
(
QVariant
value
);
QString
getName
()
const
;
void
setName
(
const
QString
&
value
);
private:
QVariant
value
;
QString
name
;
};
}
#endif // PARAM_H
« Zurück
1
…
6
7
8
9
10
…
16
Weiter »
(8-8/16)
Lade...