Helpviewer/HelpWindow.py

changeset 6625
a67fee7bc09c
parent 6296
db9b3a419845
child 6630
bddd12f27a4c
equal deleted inserted replaced
6624:9718755def80 6625:a67fee7bc09c
1596 Public method to get a list of all actions. 1596 Public method to get a list of all actions.
1597 1597
1598 @return list of all actions (list of E5Action) 1598 @return list of all actions (list of E5Action)
1599 """ 1599 """
1600 return self.__actions[:] 1600 return self.__actions[:]
1601 1601
1602 def getActionsCategory(self):
1603 """
1604 Public method to get the category of the defined actions.
1605
1606 @return category of the actions
1607 @rtype str
1608 """
1609 return "HelpViewer"
1610
1602 def __initMenus(self): 1611 def __initMenus(self):
1603 """ 1612 """
1604 Private method to create the menus. 1613 Private method to create the menus.
1605 """ 1614 """
1606 mb = self.menuBar() 1615 mb = self.menuBar()

eric ide

mercurial