Holds information about a the vendor of a Device. More...
Header: | #include <Vendor> |
Vendor(const VendorId & id, const QString & name = QString()) | |
QString | displayName() const |
VendorId | id() const |
QString | name() const |
void | setDisplayName(const QString & displayName) |
void | setId(const VendorId & id) |
void | setName(const QString & name) |
bool | operator==(const Vendor & other) const |
Holds information about a the vendor of a Device.
See also DevicePlugin.
Constructs an Vendor with the given id and the given name.
Returns the name of this Vendor, to be shown to the user, translated.
See also setDisplayName().
Returns the id of this Vendor.
See also setId().
Returns the name of this Vendor.
See also setName().
Sets the displayName of this Vendor, to be shown to the user, translated.
See also displayName().
Set the id of this Vendor with the given id.
See also id().
Set the name of this Vendor with the given name.
See also name().