Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py

changeset 2962
d6c9d1ca2da4
parent 2302
f29e9405c851
child 3008
7848489bcb92
equal deleted inserted replaced
2961:e4e2efb4846a 2962:d6c9d1ca2da4
60 Public method to generate the extension menu. 60 Public method to generate the extension menu.
61 61
62 Note: Derived class must implement this method. 62 Note: Derived class must implement this method.
63 63
64 @param mainMenu reference to the main menu (QMenu) 64 @param mainMenu reference to the main menu (QMenu)
65 @return populated menu (QMenu) 65 @ireturn populated menu (QMenu)
66 @exception NotImplementedError raised if the class has not been reimplemente 66 @exception NotImplementedError raised if the class has not been reimplemente
67 """ 67 """
68 raise NotImplementedError 68 raise NotImplementedError
69 69
70 def menuTitle(self): 70 def menuTitle(self):
71 """ 71 """
72 Public method to get the menu title. 72 Public method to get the menu title.
73 73
74 Note: Derived class must implement this method. 74 Note: Derived class must implement this method.
75 75
76 @return title of the menu (string) 76 @ireturn title of the menu (string)
77 @exception NotImplementedError raised if the class has not been reimplemente 77 @exception NotImplementedError raised if the class has not been reimplemente
78 """ 78 """
79 raise NotImplementedError 79 raise NotImplementedError

eric ide

mercurial