1 2 3 4 5 6 7 8 9 10 11 12
|
# The following has been generated automatically from src/gui/history/qgshistoryentrynode.h
try:
QgsHistoryEntryNode.__virtual_methods__ = ['childCount', 'html', 'createWidget', 'doubleClicked', 'populateContextMenu', 'matchesString']
QgsHistoryEntryNode.__abstract_methods__ = ['data']
QgsHistoryEntryNode.__group__ = ['history']
except (NameError, AttributeError):
pass
try:
QgsHistoryEntryGroup.__virtual_methods__ = ['childCount']
QgsHistoryEntryGroup.__group__ = ['history']
except (NameError, AttributeError):
pass
|