Exemplo n.º 1
0
 def __init__(self, callback, visible, enabled, bold):
     self.callback = callback
     self.visible = visible
     self.enabled = enabled
     self.bold = bold
     
     ZMenuAction.__init__(self)
Exemplo n.º 2
0
        def __init__(self, callback, visible, enabled, bold):
            self.callback = callback
            self.visible = visible
            self.enabled = enabled
            self.bold = bold

            ZMenuAction.__init__(self)
Exemplo n.º 3
0
 def setParameters(self, izParameters):
     ZMenuAction.setParameters(self, izParameters)
Exemplo n.º 4
0
 def getParameters(self):
     # used by menu item
     return ZMenuAction.getParameters(self)
Exemplo n.º 5
0
 def isChecked(self, context):
     # used by menu item
     return ZMenuAction.isChecked(self, context)
Exemplo n.º 6
0
 def isBold(self, context):
     # used by menu item
     return ZMenuAction.isBold(self, context)
Exemplo n.º 7
0
 def __init__(self, choiceId):
     self.choiceId = choiceId
     ZMenuAction.__init__(self)
Exemplo n.º 8
0
 def __init__(self):
     ZMenuAction.__init__(self)
     
     self.delegateAction = getApplicationModel().getActionRegistry().findAction(IZBlogAppActionIDs.EXIT_ACTION)
Exemplo n.º 9
0
    def __init__(self):
        ZMenuAction.__init__(self)

        self.delegateAction = getApplicationModel().getActionRegistry(
        ).findAction(IZBlogAppActionIDs.EXIT_ACTION)
Exemplo n.º 10
0
 def setParameters(self, izParameters):
     ZMenuAction.setParameters(self, izParameters)
Exemplo n.º 11
0
 def getParameters(self):
     # used by menu item
     return ZMenuAction.getParameters(self)
Exemplo n.º 12
0
 def isChecked(self, context):
     # used by menu item
     return ZMenuAction.isChecked(self, context)
Exemplo n.º 13
0
 def isBold(self, context):
     # used by menu item
     return ZMenuAction.isBold(self, context)
Exemplo n.º 14
0
 def isVisible(self, context):
     # used by menu item
     return ZMenuAction.isVisible(self, context)
Exemplo n.º 15
0
 def __init__(self, choiceId):
     self.choiceId = choiceId
     ZMenuAction.__init__(self)
Exemplo n.º 16
0
 def isVisible(self, context):
     # used by menu item
     return ZMenuAction.isVisible(self, context)
Exemplo n.º 17
0
 def __init__(self):
     ZMenuAction.__init__(self)
Exemplo n.º 18
0
 def __init__(self):
     ZMenuAction.__init__(self)
Exemplo n.º 19
0
 def __init__(self, task):
     self.task = task
     ZMenuAction.__init__(self)
Exemplo n.º 20
0
 def __init__(self, task):
     self.task = task
     ZMenuAction.__init__(self)