This class creates and displays the Keyword Summary Report

KeywordSummaryReport contains the following public methods:

MethodDescription
OnDisplay() This method, required by TextReport, populates the TextReport. The reportText parameter is the wxSTC control from the TextReport object. It needs to be in the report parent because the TextReport doesn't know anything about the actual data.
OnFilter() This method, required by TextReport, implements the call to the Filter Dialog. It needs to be in the report parent because the TextReport doesn't know the appropriate filter parameters.
Destroy() Destroy(self) Deletes the C++ object this Python object is a proxy for.
GetClassName() GetClassName(self) -> String Returns the class name of the C++ class using wxRTTI.
IsSameAs() IsSameAs(self, Object p) -> bool For wx.Objects that use C++ reference counting internally, this method can be used to determine if two objects are referencing the same data object.

KeywordSummaryReport contains the following public properties:

PropertyDescription
ClassName See `GetClassName`
thisown The membership flag