#include <field.h>
◆ changeMessage
QString KPkPass::Field::changeMessage |
|
read |
◆ key
◆ label
◆ textAlignment
◆ value
◆ valueDisplayString
QString KPkPass::Field::valueDisplayString |
|
read |
◆ Field()
◆ changeMessage()
QString Field::changeMessage |
( |
| ) |
const |
|
nodiscard |
The localized change message for this value.
Definition at line 100 of file field.cpp.
◆ key()
Field key, unique in the pass but not meant for display.
Definition at line 43 of file field.cpp.
◆ label()
Localized label for display describing this field.
Definition at line 48 of file field.cpp.
◆ textAlignment()
◆ value()
Value of this field.
This can either be a localized string (most common), a date/time value or a number. Use this for data extraction, prefer valueDisplayString() for displaying data.
Definition at line 56 of file field.cpp.
◆ valueDisplayString()
QString Field::valueDisplayString |
( |
| ) |
const |
|
nodiscard |
Value of this field, as a localized string for display.
Use this rather than value() for display.
Definition at line 75 of file field.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:39:50 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.