Changement Class Reference
Handle changes information.
More...
#include <Types/Changement.h>
List of all members.
Public Member Functions |
| Changement (QObject *parent=0) |
| Changement (const QString &userName, const QDateTime &time, const QString &message, QObject *parent=0) |
| Changement (const Changement &changement) |
Changement & | operator= (const Changement &changement) |
const QString & | userName () const |
const QDateTime & | time () const |
QString | timeString () const |
| return time in string formatting (for QML)
|
const QString & | message () const |
Properties |
QString | userName |
| the name of the creator of the change
|
QString | time |
| returns the time of the changement
|
QString | message |
| returns the information message
|
Detailed Description
Handle changes information.
Constructor & Destructor Documentation
Changement::Changement |
( |
QObject * |
parent = 0 |
) |
[inline] |
Changement::Changement |
( |
const QString & |
userName, |
|
|
const QDateTime & |
time, |
|
|
const QString & |
message, |
|
|
QObject * |
parent = 0 | |
|
) |
| | [inline] |
- Parameters:
-
| userName | |
| time | |
| message | |
| parent | |
Changement::Changement |
( |
const Changement & |
changement |
) |
[inline] |
Member Function Documentation
QString Changement::timeString |
( |
|
) |
const [inline] |
return time in string formatting (for QML)
- Returns:
Property Documentation
const QString & Changement::message [read] |
returns the information message
- Returns:
const QDateTime & Changement::time [read] |
returns the time of the changement
- Returns:
const QString & Changement::userName [read] |
the name of the creator of the change
- Returns:
The documentation for this class was generated from the following files: