QXRD
0.11.16
|
#include <qxrdtodolistitem.h>
Public Member Functions | |
QxrdToDoListItem (int id, bool active, QString d1, QString d2, QString s) | |
int | identifier () |
bool | isActive () |
QDateTime | insertedDate () |
QDateTime | completedDate () |
QString | description () |
Public Member Functions inherited from QcepObject | |
QcepObject (QString name, QcepObject *parent) | |
virtual | ~QcepObject () |
virtual void | writeSettings (QSettings *set, QString section) |
virtual void | readSettings (QSettings *set, QString section) |
QString | get_Name () const |
void | set_Name (QString name) |
Private Attributes | |
int | m_Identifier |
bool | m_Active |
QDateTime | m_InsertedDate |
QDateTime | m_CompletedDate |
QString | m_Description |
Additional Inherited Members | |
Public Slots inherited from QcepObject | |
virtual void | printLine (QString line) |
virtual void | printMessage (QString msg, QDateTime dt=QDateTime::currentDateTime()) const |
virtual void | criticalMessage (QString msg, QDateTime ts=QDateTime::currentDateTime()) const |
virtual void | statusMessage (QString msg, QDateTime ts=QDateTime::currentDateTime()) const |
virtual QString | settingsScript () |
QString | scriptValueLiteral (QVariant v) |
Static Public Member Functions inherited from QcepObject | |
static int | allocatedObjects () |
static int | deletedObjects () |
static QSet< QcepObject * > | allocatedObjectsSet () |
static QString | addSlashes (QString str) |
Properties inherited from QcepObject | |
QString | name |
Definition at line 6 of file qxrdtodolistitem.h.
QxrdToDoListItem::QxrdToDoListItem | ( | int | id, |
bool | active, | ||
QString | d1, | ||
QString | d2, | ||
QString | s | ||
) |
Definition at line 3 of file qxrdtodolistitem.cpp.
QDateTime QxrdToDoListItem::completedDate | ( | ) |
QString QxrdToDoListItem::description | ( | ) |
int QxrdToDoListItem::identifier | ( | ) |
QDateTime QxrdToDoListItem::insertedDate | ( | ) |
bool QxrdToDoListItem::isActive | ( | ) |
|
private |
Definition at line 23 of file qxrdtodolistitem.h.
Referenced by isActive().
|
private |
Definition at line 25 of file qxrdtodolistitem.h.
Referenced by completedDate().
|
private |
Definition at line 26 of file qxrdtodolistitem.h.
Referenced by description().
|
private |
Definition at line 22 of file qxrdtodolistitem.h.
Referenced by identifier().
|
private |
Definition at line 24 of file qxrdtodolistitem.h.
Referenced by insertedDate().