eric6/Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py

changeset 7165
375c077ef7e2
parent 6942
2602857055c5
child 7192
a22eee00b052
equal deleted inserted replaced
7164:6da6a0a5a448 7165:375c077ef7e2
64 Public method to generate the extension menu. 64 Public method to generate the extension menu.
65 65
66 Note: Derived class must implement this method. 66 Note: Derived class must implement this method.
67 67
68 @param mainMenu reference to the main menu (QMenu) 68 @param mainMenu reference to the main menu (QMenu)
69 @ireturn populated menu (QMenu) 69 @return populated menu (QMenu)
70 @exception NotImplementedError raised if the class has not been 70 @exception NotImplementedError raised if the class has not been
71 reimplemented 71 reimplemented
72 """ 72 """
73 raise NotImplementedError 73 raise NotImplementedError
74 74
76 """ 76 """
77 Public method to get the menu title. 77 Public method to get the menu title.
78 78
79 Note: Derived class must implement this method. 79 Note: Derived class must implement this method.
80 80
81 @ireturn title of the menu (string) 81 @return title of the menu (string)
82 @exception NotImplementedError raised if the class has not been 82 @exception NotImplementedError raised if the class has not been
83 reimplemented 83 reimplemented
84 """ 84 """
85 raise NotImplementedError 85 raise NotImplementedError
86 86

eric ide

mercurial