SystemId Class

class QCalendar::SystemId

이 클래스는 Qt 6.2에 도입되었습니다.

공용 함수

bool isValid() const

상세 설명

사용자 정의 캘린더 구현을 식별하는 데 사용되는 불투명 유형입니다. 이 타입의 값에 대해 지원되는 유일한 소스는 백엔드의 calendarId() 메서드입니다. isValid ()가 거짓인 이 유형의 값은 성공적으로 등록된 백엔드를 식별하지 못합니다. 이 유형의 값의 유일한 유효한 소비자는 QCalendar 생성자이며, 이 생성자는 전달된 ID가 유효한 경우에만 유효한 QCalendar 인스턴스를 생성합니다.

QCalendarQCalendar::System참조하세요 .

멤버 함수 문서

[constexpr noexcept] bool SystemId::isValid() const

유효한 캘린더 구현 식별자인 경우 true, 그렇지 않으면 false 을 반환합니다.

QCalendar도 참조하세요 .

© 2025 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.