Package mcbase :: Package libs :: Package designeditor :: Module barcode :: Class Barcode
[hide private]
[frames] | no frames]

Class Barcode

source code


Instance Methods [hide private]
 
__init__(self, parent, editor, plugin)
Çizgi nesnesini oluşturur.
source code
 
setProperty(self, property, value)
Çizginin bir özelliğini değiştirir.
source code
 
propertyMeta(self)
Özellik editöründeki editörlerini döndürür.
source code
 
setBarcodeSystemCode(self, system, code)
Kodu verilen barkodu set eder.
source code
 
dumpToDict(self)
Çizginin özelliklerini bir dict'e yazar.
source code
 
restoreFromDict(self, dump, x, y)
Nesnenin özelliklerini dump'tan alarak nesneye ekler.
source code
 
paint(self, painter, option, widget)
Dikdörtgenin şeklini çizer.
source code
Static Methods [hide private]
 
createFromDict(dump, parent, editor, x, y)
Dict tanımından yeni bir çizgi oluşturur.
source code