#include <datafolderhistory.h>
Public Member Functions | |
| QDateTime | dateCreation () |
| QDateTime | dateLastModification () |
| QString | description () |
| QString | ownerEmail () |
| QString | ownerName () |
| QString | title () |
| void | updateProjectData () |
| bool | differsFromProject () |
| void | refreshModificationDate () |
| void | hash (unsigned int &startValue) |
| bool | loadDataNode (const QDomNode data) |
| QDomElement | saveDataNode (QDomDocument *xml) |
| DataFolderHistory () | |
| ~DataFolderHistory () | |
Static Public Member Functions | |
| static DataFolderHistory * | fromProject () |
Definition at line 12 of file datafolderhistory.h.
| DataFolderHistory::DataFolderHistory | ( | ) |
| DataFolderHistory::~DataFolderHistory | ( | ) | [inline] |
Definition at line 35 of file datafolderhistory.h.
| QDateTime DataFolderHistory::dateCreation | ( | ) | [inline] |
| QDateTime DataFolderHistory::dateLastModification | ( | ) | [inline] |
Definition at line 16 of file datafolderhistory.h.
| QString DataFolderHistory::description | ( | ) | [inline] |
| bool DataFolderHistory::differsFromProject | ( | ) |
| DataFolderHistory * DataFolderHistory::fromProject | ( | ) | [static] |
Definition at line 98 of file datafolderhistory.cpp.


| void DataFolderHistory::hash | ( | unsigned int & | startValue | ) |
Hash value of data
Definition at line 71 of file datafolderhistory.cpp.
| bool DataFolderHistory::loadDataNode | ( | const QDomNode | data | ) |
Load the class attributes from the XML tag "historyEntry"
Definition at line 8 of file datafolderhistory.cpp.

| QString DataFolderHistory::ownerEmail | ( | ) | [inline] |
| QString DataFolderHistory::ownerName | ( | ) | [inline] |
| void DataFolderHistory::refreshModificationDate | ( | ) | [inline] |
Definition at line 24 of file datafolderhistory.h.
| QDomElement DataFolderHistory::saveDataNode | ( | QDomDocument * | xml | ) |
Returns an XML tag "historyEntry" with the class attributes
Definition at line 57 of file datafolderhistory.cpp.
| QString DataFolderHistory::title | ( | ) | [inline] |
Definition at line 20 of file datafolderhistory.h.
| void DataFolderHistory::updateProjectData | ( | ) |
Definition at line 83 of file datafolderhistory.cpp.


1.5.9