QExposeEvent Class
QExposeEvent 클래스에는 이벤트 노출을 위한 이벤트 매개변수가 포함되어 있습니다. 더 보기...
Header: | #include <QExposeEvent> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Gui) target_link_libraries(mytarget PRIVATE Qt6::Gui) |
qmake: | QT += gui |
상속합니다: | QEvent |
- 상속된 멤버를 포함한 모든 멤버 목록
- 사용되지 않는 멤버
- QExposeEvent는 이벤트 클래스의 일부입니다.
공용 함수
QExposeEvent(const QRegion &exposeRegion) |
상세 설명
노출 이벤트는 창이 노출되지 않은 상태와 노출된 상태 사이를 이동할 때 창에 전송됩니다.
노출된 창은 잠재적으로 사용자에게 표시됩니다. 창이 화면 밖으로 이동하거나 다른 창에 의해 완전히 가려지거나 최소화되거나 이와 유사한 경우 창에 노출 이벤트가 전송되고 isExposed()가 false로 변경될 수 있습니다.
노출 이벤트는 페인팅에 사용해서는 안 됩니다. 대신 QPaintEvent 을 처리하세요.
이벤트 핸들러 QWindow::exposeEvent()는 노출 이벤트를 수신합니다.
멤버 함수 문서
[explicit]
QExposeEvent::QExposeEvent(const QRegion &exposeRegion)
지정된 exposeRegion 에 대한 노출 이벤트를 생성하며, 이 이벤트는 로컬 좌표여야 합니다.
© 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.