コード例 #1
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({
         'CursorId': EnumConstrPropEdit,
         'Visible': BoolPropEdit
     })
     self.names['CursorId'] = stockCursorIds
コード例 #2
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({
         'Title': StrConstrPropEdit,
         'Items': CollectionPropEdit
     })
     self.subCompanions['Items'] = MenuItemsCIDTC
コード例 #3
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({'CursorName': StrConstrPropEdit,
                          'Flags': EnumConstrPropEdit,
                          'HotSpotX': IntConstrPropEdit,
                          'HotSpotY': IntConstrPropEdit,
                          'Visible': BoolPropEdit})
     self.names['Flags'] = cursorIconTypes
コード例 #4
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({
         'Width': IntConstrPropEdit,
         'Height': IntConstrPropEdit,
         'Images': CollectionPropEdit,
     })
     self.subCompanions['Images'] = ImageListImagesCDTC
コード例 #5
0
ファイル: SizerCompanions.py プロジェクト: aricsanders/boa
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors['Items'] = SizerItemsColPropEdit
     self.subCompanions['Items'] = SizerItemsCDTC
コード例 #6
0
ファイル: UtilCompanions.py プロジェクト: cwt/boa-constructor
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({'CursorId': EnumConstrPropEdit,
                          'Visible': BoolPropEdit})
     self.names['CursorId'] = stockCursorIds
コード例 #7
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({'Menus': CollectionPropEdit})
     self.subCompanions['Menus'] = MenuBarMenusCDTC
コード例 #8
0
ファイル: UtilCompanions.py プロジェクト: cwt/boa-constructor
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({'Width': IntConstrPropEdit,
                          'Height': IntConstrPropEdit,
                          'Images': CollectionPropEdit,})
     self.subCompanions['Images'] = ImageListImagesCDTC
コード例 #9
0
ファイル: UtilCompanions.py プロジェクト: cwt/boa-constructor
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({'Title': StrConstrPropEdit,
                          'Items': CollectionPropEdit})
     self.subCompanions['Items'] = MenuItemsCIDTC
コード例 #10
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({'Entries': CollectionPropEdit})
     self.subCompanions['Entries'] = AcceleratorTableEntriesCDTC
コード例 #11
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.id = self.getWinId()
コード例 #12
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors['Items'] = SizerItemsColPropEdit
     self.subCompanions['Items'] = SizerItemsCDTC
コード例 #13
0
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({'Constraints': CollPropEdit})
     self.subCompanions['Constraints'] = IndividualLayoutConstraintCDTC
コード例 #14
0
ファイル: UtilCompanions.py プロジェクト: aricsanders/boa
 def __init__(self, name, designer, objClass):
     UtilityDTC.__init__(self, name, designer, objClass)
     self.editors.update({'Constraints': CollPropEdit})
     self.subCompanions['Constraints'] = IndividualLayoutConstraintCDTC