LibrePCB Developers Documentation
|
This is the complete list of members for Version, including all inherited members.
fromString(const QString &str) | Version | static |
getNumbers() const noexcept | Version | inline |
isPrefixOf(const Version &other) const noexcept | Version | |
isValid(const QString &str) noexcept | Version | static |
mNumbers | Version | private |
operator!=(const Version &rhs) const noexcept | Version | inline |
operator<(const Version &rhs) const noexcept | Version | inline |
operator<=(const Version &rhs) const noexcept | Version | inline |
operator=(const Version &rhs) noexcept | Version | inline |
operator==(const Version &rhs) const noexcept | Version | inline |
operator>(const Version &rhs) const noexcept | Version | inline |
operator>=(const Version &rhs) const noexcept | Version | inline |
toComparableStr() const noexcept | Version | |
toPrettyStr(int minSegCount, int maxSegCount=10) const noexcept | Version | |
toStr() const noexcept | Version | |
tryFromString(const QString &str) noexcept | Version | static |
Version()=delete | Version | |
Version(const Version &other) noexcept | Version | inline |
Version(const QVector< uint > &numbers) noexcept | Version | inlineexplicitprivate |
~Version() noexcept=default | Version |