QCalendar::SystemId Class
class QCalendar::SystemIdEsta clase se introdujo en Qt 6.2.
Funciones Públicas
| bool | isValid() const |
Descripción detallada
Este es un tipo opaco utilizado para identificar implementaciones de calendario personalizadas. La única fuente soportada para valores de este tipo es el método calendarId() del backend. Un valor de este tipo cuyo isValid() sea false no identifica un backend registrado correctamente. El único consumidor válido de valores de este tipo es un constructor QCalendar, que sólo producirá una instancia QCalendar válida si el ID que se le pasa es válido.
Véase también QCalendar y QCalendar::System.
Documentación de las funciones miembro
[constexpr noexcept] bool SystemId::isValid() const
Devuelve true si se trata de un identificador de implementación de calendario válido, false en caso contrario.
Véase también QCalendar.
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.