Esempio n. 1
0
 def get_fullsize_rect(self):
     """ Get bounding box of the key at 100% size in logical coordinates """
     return LayoutItem.get_rect(self)
Esempio n. 2
0
 def __init__(self):
     LayoutItem.__init__(self)
Esempio n. 3
0
 def __init__(self):
     LayoutItem.__init__(self)
Esempio n. 4
0
    def get_fullsize_rect(self):
        """ Get bounding box of the key at 100% size in logical coordinates """
        rect = LayoutItem.get_rect(self)

        return rect