Virgil IoT KIT
|
Virgil IoT Kit file version. More...
#include <VSQFileVersion.h>
Public Member Functions | |
VSQFileVersion () | |
File version default constructor. More... | |
VSQFileVersion (const VirgilIoTKit::vs_file_version_unpacked_t &fileVersion) | |
Initialize file version by using vs_file_version_unpacked_t file version. More... | |
VSQFileVersion (const VirgilIoTKit::vs_file_version_t &fileVersion) | |
Initialize file version by using vs_file_version_t file version. More... | |
QString | description (bool outputDate=false) const |
Describe file version. More... | |
operator QString () const | |
Describe file version. More... | |
VSQFileVersion & | operator= (const VirgilIoTKit::vs_file_version_unpacked_t &fileVersion) |
Set file version by using vs_file_version_unpacked_t file version. More... | |
VSQFileVersion & | operator= (const VirgilIoTKit::vs_file_version_t &fileVersion) |
Set file version by using vs_file_version_t file version. More... | |
bool | equal (const VSQFileVersion &fileVersion) const |
Compare file versions. More... | |
bool | operator== (const VSQFileVersion &fileVersion) const |
Compare file versions. More... | |
Virgil IoT Kit file version.
VSQFileVersion::VSQFileVersion | ( | ) |
File version default constructor.
|
inline |
Initialize file version by using vs_file_version_unpacked_t file version.
|
inline |
Initialize file version by using vs_file_version_t file version.
QString VSQFileVersion::description | ( | bool | outputDate = false | ) | const |
Describe file version.
outputDate | Output file date. By default it is false |
bool VSQFileVersion::equal | ( | const VSQFileVersion & | fileVersion | ) | const |
Compare file versions.
fileVersion | File version to be compared with the current one |
|
inline |
Describe file version.
Create file description by calling description with default parameters
|
inline |
Set file version by using vs_file_version_t file version.
fileVersion | File version to be copied |
|
inline |
Set file version by using vs_file_version_unpacked_t file version.
fileVersion | File version to be copied |
|
inline |
Compare file versions.
fileVersion | File version to be compared with the current one |