コード例 #1
0
 def __init__(self, plugIn, inputType, keyWords):
    self.plugIn = plugIn
    QMenu.__init__(self, self.plugIn.canvas)
    self.connections = []
    self.localEnglishKeyWords = []
    self.localKeyWords = []
    self.initActions(inputType, keyWords)
コード例 #2
0
 def __init__(self, parent):
     QMenu.__init__(self, parent)
     self.offset = 0
コード例 #3
0
 def __init__(self, plugIn):
    self.plugIn = plugIn
    title = QadMsg.translate("ContextualCmdMenu", "Snap Overrides")
    QMenu.__init__(self, title, self.plugIn.canvas)
    self.connections = []
    self.initActions()