|
WSF
|
A struct that represents a revision in the Change History database. More...
#include <Revision.hpp>
Public Member Functions | |
| Revision (int aRevNo, int aParentRevNo, const std::string &aWorkingDir, int aTimestamp) | |
Public Attributes | |
| int | revNo |
| int | parentRevNo |
| std::string | workingDir |
| std::vector< std::string > | startupFiles |
| QDateTime | time |
A struct that represents a revision in the Change History database.
| wizard::Revision::Revision | ( | int | aRevNo, |
| int | aParentRevNo, | ||
| const std::string & | aWorkingDir, | ||
| int | aTimestamp ) |
References parentRevNo, revNo, time, and workingDir.
| int wizard::Revision::parentRevNo |
Referenced by Revision().
| int wizard::Revision::revNo |
Referenced by Revision().
| std::vector<std::string> wizard::Revision::startupFiles |
Referenced by wizard::RevisionDb::Revisions().
| QDateTime wizard::Revision::time |
Referenced by Revision().
| std::string wizard::Revision::workingDir |
Referenced by Revision().