|
WSF
|
#include <RevisionChange.hpp>
Public Types | |
| enum | Type { cNO_CHANGE = 0 , cNEW_FILE = 1 , cREMOVED_FILE = 2 , cCHANGE_DELTA = 3 , cCHANGE_FULL = 4 } |
Public Member Functions | |
| RevisionChange () | |
| RevisionChange (Type aKind, const std::string &aFilePath, const QByteArray &aChangeBytes) | |
| RevisionChange (Type aKind, const std::string &aFilePath, const QVector< TextSourceChange > &aChanges) | |
| RevisionChange (Type aKind, const std::string &aFilePath, const char *aDataPtr, int aDataSize=-1) | |
| RevisionChange (Type aKind, const std::string &aFilePath, const UtTextDocument &aDoc) | |
| RevisionChange (Type aKind, const std::string &aFilePath) | |
| bool | operator== (const RevisionChange &aRhs) |
Public Attributes | |
| Type | kind |
| std::string | filePath |
| QByteArray | changeBytes |
A struct that represents the changes made to a file in a revision in the Change History database.
| wizard::RevisionChange::RevisionChange | ( | ) |
References changeBytes, cNO_CHANGE, filePath, and kind.
Referenced by operator==().
| wizard::RevisionChange::RevisionChange | ( | RevisionChange::Type | aKind, |
| const std::string & | aFilePath, | ||
| const QByteArray & | aChangeBytes ) |
References changeBytes, filePath, and kind.
| wizard::RevisionChange::RevisionChange | ( | RevisionChange::Type | aKind, |
| const std::string & | aFilePath, | ||
| const QVector< TextSourceChange > & | aChanges ) |
References changeBytes, filePath, and kind.
| wizard::RevisionChange::RevisionChange | ( | RevisionChange::Type | aKind, |
| const std::string & | aFilePath, | ||
| const char * | aDataPtr, | ||
| int | aDataSize = -1 ) |
References changeBytes, filePath, and kind.
| wizard::RevisionChange::RevisionChange | ( | RevisionChange::Type | aKind, |
| const std::string & | aFilePath, | ||
| const UtTextDocument & | aDoc ) |
References changeBytes, filePath, and kind.
| wizard::RevisionChange::RevisionChange | ( | RevisionChange::Type | aKind, |
| const std::string & | aFilePath ) |
References changeBytes, filePath, and kind.
| bool wizard::RevisionChange::operator== | ( | const RevisionChange & | aRhs | ) |
References changeBytes, filePath, kind, and RevisionChange().
| QByteArray wizard::RevisionChange::changeBytes |
| std::string wizard::RevisionChange::filePath |
| Type wizard::RevisionChange::kind |