|
Rabbit Remote Control 0.1.0-bate14
|
Security level. More...
#include <Stats.h>


Signals | |
| void | sigSecurityLevel (Levels level) |
| Triggered when the security level changes. | |
Public Member Functions | |
| CSecurityLevel (Levels level=Level::No, QObject *parent=nullptr) | |
| virtual Levels | GetLevel () const |
| virtual QString | GetString () const |
| virtual QColor | GetColor () const |
| virtual QString | GetUnicodeIcon () const |
| virtual QIcon | GetIcon () const |
Static Public Member Functions | |
| static QString | GetString (const Levels &level) |
| static QString | GetUnicodeIcon (const Levels &level) |
| COperate::GetSecurityLevelUnicodeIcon. | |
| static QIcon | GetIcon (const Levels &level) |
| static QColor | GetColor (const Levels &level) |
Private Attributes | |
| Levels | m_Level |
| CSecurityLevel::CSecurityLevel | ( | Levels | level = Level::No, |
| QObject * | parent = nullptr ) |
|
nodiscardvirtual |
|
staticnodiscard |
|
staticnodiscard |
|
nodiscardvirtual |
|
nodiscardvirtual |
|
staticnodiscard |
|
nodiscardvirtual |
|
staticnodiscard |
COperate::GetSecurityLevelUnicodeIcon.
| level |
| 符号 | Unicode 编码 | 说明 | 含义 |
|---|---|---|---|
| 🔓 | U+1F513 | 开锁 | 未加密、无保护 |
| 🔐 | U+1F510 | 带钥匙的锁(关闭) | 安全(有保护) |
| 🔒 | U+1F512 | 闭锁 | 安全(已锁定) |
| 🔏 | U+1F50F | 带笔的锁 | 隐私模式 |
| ⚠ | U+26A0 | 警告 | 不安全警告 |
| ❌ | U+274C | 红叉 | 错误、不安全 |
| 🛡 | U+1F6E1 | 盾牌 | 有保护(安全) |
| 🔴 | U+1F534 | 红圈 | 危险、警告 |
| 🟡 | U+1F7E1 | 黄圈 | 注意、谨慎 |
| 🟢 | U+1F7E2 | 绿圈 | 安全 |