KParts::GUIActivateEvent Class

This event is sent to a Part when its GUI has been activated or deactivated. More...

Header: #include <KParts/GUIActivateEvent>
CMake: find_package(KF6 REQUIRED COMPONENTS Parts)
target_link_libraries(mytarget PRIVATE KF6::Parts)

Public Functions

bool activated() const

Static Public Members

bool test(const QEvent *event)

Detailed Description

This is related to PartActivateEvent, but the difference is that GUIActivateEvent happens later (when the GUI is actually built), only for parts that have GUI elements, and only if using KParts::MainWindow.

See also KParts::Part::guiActivateEvent().

Member Function Documentation

bool GUIActivateEvent::activated() const

?

[static] bool GUIActivateEvent::test(const QEvent *event)

?