39 |
39 |
40 Note: Derived class must implement this method. |
40 Note: Derived class must implement this method. |
41 |
41 |
42 @ireturn dictionary of populated menu (dict of QMenu). The dict |
42 @ireturn dictionary of populated menu (dict of QMenu). The dict |
43 must have the keys 'mainMenu', 'multiMenu', 'backMenu', 'dirMenu' |
43 must have the keys 'mainMenu', 'multiMenu', 'backMenu', 'dirMenu' |
44 and 'dirMultiMenu'. |
44 and 'dirMultiMenu'. |
45 @exception NotImplementedError raised if the class has not been |
45 @exception NotImplementedError raised if the class has not been |
46 reimplemented |
46 reimplemented |
47 """ |
47 """ |
48 raise NotImplementedError |
48 raise NotImplementedError |
49 |
49 |