DtkCore
DTK Core module
|
dcomponentinfo 是一组用于查询组件所用开源协议信息的类 更多...
Public 成员函数 | |
DComponentInfo (DObject *parent=nullptr) | |
组件信息类的构造函数 | |
QString | name () const |
获取组件的名称 | |
QString | version () const |
获取组件的版本号 | |
QString | copyRight () const |
获取组件的授权信息 | |
QString | licenseName () const |
获取组件的所用开源许可协议名称 | |
友元 | |
class | DLicenseInfoPrivate |
额外继承的成员函数 | |
![]() | |
DObject (DObject *parent=nullptr) | |
DObject (DObjectPrivate &dd, DObject *parent=nullptr) | |
![]() | |
QScopedPointer< DObjectPrivate > | d_d_ptr |
dcomponentinfo 是一组用于查询组件所用开源协议信息的类
|
explicit |
组件信息类的构造函数
[in] | parent | 组件信息类的父对象 |