Exemplo n.º 1
0
 def importPlugins(self) -> PluginMap:
     raise UnsupportedOperation('Property is write only')
Exemplo n.º 2
0
 def gml(self, theNewValue):
     raise UnsupportedOperation('gml is a read-only property')
Exemplo n.º 3
0
 def toolsMenu(self) -> Menu:
     raise UnsupportedOperation('Property is write only')
Exemplo n.º 4
0
 def helpMenu(self):
     raise UnsupportedOperation('Property is write only')
Exemplo n.º 5
0
 def helpMenuHandler(self) -> HelpMenuHandler:
     raise UnsupportedOperation('Property is write only')
Exemplo n.º 6
0
 def toolsMenuHandler(self) -> ToolsMenuHandler:
     raise UnsupportedOperation('Property is write only')
Exemplo n.º 7
0
 def editMenuHandler(self) -> EditMenuHandler:
     raise UnsupportedOperation('Property is write only')
Exemplo n.º 8
0
 def fileMenuHandler(self) -> FileMenuHandler:
     raise UnsupportedOperation('Property is write only')
Exemplo n.º 9
0
 def toolboxIds(self) -> ToolboxIdMap:
     raise UnsupportedOperation('Property is write only')