Plugin that creates a notebook for holding the various Shelf items implemented by ShelfI. More...


Public Member Functions | |
| def | GetUiHandlers |
| Gets the update ui handlers for the shelf's menu. | |
| def | Init |
| Mixes the shelf into the parent window. | |
Static Public Attributes | |
| string | SHELF_NAME = u'Shelf' |
| tuple | observers = plugin.ExtensionPoint(iface.ShelfI) |
Plugin that creates a notebook for holding the various Shelf items implemented by ShelfI.
| def GetUiHandlers | ( | self, | |
| delegate | |||
| ) |
Gets the update ui handlers for the shelf's menu.
| delegate | EdShelfDelegate instance |
| def Init | ( | self, | |
| parent | |||
| ) |
Mixes the shelf into the parent window.
| parent | Reference to MainWindow |
tuple observers = plugin.ExtensionPoint(iface.ShelfI) [static] |
string SHELF_NAME = u'Shelf' [static] |
1.7.6.1