35 ProjectBrowserOthersType = 5 |
35 ProjectBrowserOthersType = 5 |
36 ProjectBrowserResourceType = 6 |
36 ProjectBrowserResourceType = 6 |
37 ProjectBrowserProtocolsType = 7 |
37 ProjectBrowserProtocolsType = 7 |
38 |
38 |
39 |
39 |
40 class ProjectBrowserItemMixin(object): |
40 class ProjectBrowserItemMixin: |
41 """ |
41 """ |
42 Class implementing common methods of project browser items. |
42 Class implementing common methods of project browser items. |
43 |
43 |
44 It is meant to be used as a mixin class. |
44 It is meant to be used as a mixin class. |
45 """ |
45 """ |