Structure representing a security code and its associated hint.
More...
|
| QString | code |
| | The 4-character security code (can be digits or letters).
|
| |
| QString | hint |
| | A hint related to the security code.
|
| |
| bool | is_numeric |
| | Flag indicating if the code consists only of digits.
|
| |
Structure representing a security code and its associated hint.
◆ SecurityCode()
| SecurityCodeLayer::SecurityCode::SecurityCode |
( |
const QString & | c, |
|
|
const QString & | h, |
|
|
const bool | num = true ) |
|
inline |
Constructs a SecurityCode entry.
- Parameters
-
| c | The code string. |
| h | The hint string. |
| num | True if the code is numeric only, false otherwise (defaults to true). |
◆ code
| QString SecurityCodeLayer::SecurityCode::code |
The 4-character security code (can be digits or letters).
◆ hint
| QString SecurityCodeLayer::SecurityCode::hint |
A hint related to the security code.
◆ is_numeric
| bool SecurityCodeLayer::SecurityCode::is_numeric |
Flag indicating if the code consists only of digits.
The documentation for this struct was generated from the following file: