93 |
93 |
94 @param menu reference to the menu to be shown |
94 @param menu reference to the menu to be shown |
95 @type QMenu |
95 @type QMenu |
96 @param standardItems array of standard items that need |
96 @param standardItems array of standard items that need |
97 activation/deactivation depending on the overall VCS status |
97 activation/deactivation depending on the overall VCS status |
98 @type list of BrowserItem |
98 @type list of QAction |
99 @exception NotImplementedError to indicate that this method must be |
99 @exception NotImplementedError to indicate that this method must be |
100 implemented by a subclass |
100 implemented by a subclass |
101 """ |
101 """ |
102 raise NotImplementedError("Not implemented") |
102 raise NotImplementedError("Not implemented") |
103 |
103 |
111 |
111 |
112 @param menu reference to the menu to be shown |
112 @param menu reference to the menu to be shown |
113 @type QMenu |
113 @type QMenu |
114 @param standardItems array of standard items that need |
114 @param standardItems array of standard items that need |
115 activation/deactivation depending on the overall VCS status |
115 activation/deactivation depending on the overall VCS status |
116 @type list of BrowserItem |
116 @type list of QAction |
117 @exception NotImplementedError to indicate that this method must be |
117 @exception NotImplementedError to indicate that this method must be |
118 implemented by a subclass |
118 implemented by a subclass |
119 """ |
119 """ |
120 raise NotImplementedError("Not implemented") |
120 raise NotImplementedError("Not implemented") |
121 |
121 |
128 |
128 |
129 @param menu reference to the menu to be shown |
129 @param menu reference to the menu to be shown |
130 @type QMenu |
130 @type QMenu |
131 @param standardItems array of standard items that |
131 @param standardItems array of standard items that |
132 need activation/deactivation depending on the overall VCS status |
132 need activation/deactivation depending on the overall VCS status |
133 @type list of BrowserItem |
133 @type list of QAction |
134 @exception NotImplementedError to indicate that this method must be |
134 @exception NotImplementedError to indicate that this method must be |
135 implemented by a subclass |
135 implemented by a subclass |
136 """ |
136 """ |
137 raise NotImplementedError("Not implemented") |
137 raise NotImplementedError("Not implemented") |
138 |
138 |
145 |
145 |
146 @param menu reference to the menu to be shown |
146 @param menu reference to the menu to be shown |
147 @type QMenu |
147 @type QMenu |
148 @param standardItems array of standard items that need |
148 @param standardItems array of standard items that need |
149 activation/deactivation depending on the overall VCS status |
149 activation/deactivation depending on the overall VCS status |
150 @type list of BrowserItem |
150 @type list of QAction |
151 @exception NotImplementedError to indicate that this method must be |
151 @exception NotImplementedError to indicate that this method must be |
152 implemented by a subclass |
152 implemented by a subclass |
153 """ |
153 """ |
154 raise NotImplementedError("Not implemented") |
154 raise NotImplementedError("Not implemented") |
155 |
155 |