KParts
partmanager.h
Go to the documentation of this file.
The part manager is an object which knows about a collection of parts (even nested ones) and handles ...
Definition partmanager.h:48
void setIgnoreScrollBars(bool ignore)
Specifies whether the partmanager should ignore mouse click events for scrollbars or not.
Definition partmanager.cpp:165
void partAdded(KParts::Part *part)
Emitted when a new part has been added.
Reason
This extends QFocusEvent::Reason with the non-focus-event reasons for partmanager to activate a part.
Definition partmanager.h:63
virtual void setActiveComponent(const KComponentData &instance)
Changes the active instance when the active part changes.
Definition partmanager.cpp:495
SelectionPolicy
Selection policy. The default policy of a PartManager is Direct.
Definition partmanager.h:56
void setSelectionPolicy(SelectionPolicy policy)
Sets the selection policy of the partmanager.
Definition partmanager.cpp:145
void activePartChanged(KParts::Part *newPart)
Emitted when the active part has changed.
void slotManagedTopLevelWidgetDestroyed()
Definition partmanager.cpp:590
void setIgnoreExplictFocusRequests(bool)
Sets whether the PartManager ignores explict set focus requests from the part.
Definition partmanager.cpp:601
void setAllowNestedParts(bool allow)
Specifies whether the partmanager should handle/allow nested parts or not.
Definition partmanager.cpp:155
void partRemoved(KParts::Part *part)
Emitted when a part has been removed.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.