예제 #1
0
파일: menuimpl.py 프로젝트: mpm2050/Raven
        def __init__(self, callback, visible, enabled, bold):
            self.callback = callback
            self.visible = visible
            self.enabled = enabled
            self.bold = bold

            ZMenuAction.__init__(self)
예제 #2
0
 def __init__(self, callback, visible, enabled, bold):
     self.callback = callback
     self.visible = visible
     self.enabled = enabled
     self.bold = bold
     
     ZMenuAction.__init__(self)
예제 #3
0
 def __init__(self, task):
     self.task = task
     ZMenuAction.__init__(self)
예제 #4
0
    def __init__(self):
        ZMenuAction.__init__(self)

        self.delegateAction = getApplicationModel().getActionRegistry(
        ).findAction(IZBlogAppActionIDs.EXIT_ACTION)
예제 #5
0
 def __init__(self):
     ZMenuAction.__init__(self)
예제 #6
0
파일: textbox.py 프로젝트: mpm2050/Raven
 def __init__(self, choiceId):
     self.choiceId = choiceId
     ZMenuAction.__init__(self)
예제 #7
0
 def __init__(self):
     ZMenuAction.__init__(self)
예제 #8
0
 def __init__(self, choiceId):
     self.choiceId = choiceId
     ZMenuAction.__init__(self)
예제 #9
0
 def __init__(self):
     ZMenuAction.__init__(self)
     
     self.delegateAction = getApplicationModel().getActionRegistry().findAction(IZBlogAppActionIDs.EXIT_ACTION)
예제 #10
0
 def __init__(self, task):
     self.task = task
     ZMenuAction.__init__(self)