以下成员源于类 QColor 被弃用。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(deprecated in 6.6)
void
|
setNamedColor (const QString & name ) |
(deprecated in 6.6)
void
|
setNamedColor (QStringView name ) |
(deprecated in 6.6)
void
|
setNamedColor (QLatin1StringView name ) |
(deprecated in 6.6)
bool
|
isValidColor (const QString & name ) |
(deprecated in 6.6)
bool
|
isValidColor (QStringView name ) |
(deprecated in 6.6)
bool
|
isValidColor (QLatin1StringView name ) |
[static, deprecated in 6.6]
bool
QColor::
isValidColor
(const
QString
&
name
)
This function is deprecated since 6.6. We strongly advise against using it in new code.
使用 isValidColorName () 代替。
返回
true
若
name
is a valid color name and can be used to construct a valid
QColor
对象,否则返回 false。
It uses the same algorithm used in setNamedColor ().
另请参阅 setNamedColor ().
[static noexcept, deprecated in 6.6]
bool
QColor::
isValidColor
(
QStringView
name
)
This function is deprecated since 6.6. We strongly advise against using it in new code.
这是重载函数。
使用 isValidColorName () 代替。
[static noexcept, deprecated in 6.6]
bool
QColor::
isValidColor
(
QLatin1StringView
name
)
This function is deprecated since 6.6. We strongly advise against using it in new code.
这是重载函数。
使用 isValidColorName () 代替。
[deprecated in 6.6]
void
QColor::
setNamedColor
(const
QString
&
name
)
This function is deprecated since 6.6. We strongly advise against using it in new code.
使用 fromString () 代替。
设置 RGB 值为此 QColor to name ,可能是这些格式之一:
transparent
- 表示缺乏颜色。
颜色无效若 name 无法剖析。
另请参阅 QColor (), name (),和 isValid ().
[deprecated in 6.6]
void
QColor::
setNamedColor
(
QStringView
name
)
This function is deprecated since 6.6. We strongly advise against using it in new code.
这是重载函数。
使用 fromString () 代替。
[deprecated in 6.6]
void
QColor::
setNamedColor
(
QLatin1StringView
name
)
This function is deprecated since 6.6. We strongly advise against using it in new code.
这是重载函数。
使用 fromString () 代替。