Package mcbase :: Package libs :: Package designeditor :: Module rectangle :: Class Rectangle
[hide private]
[frames] | no frames]

Class Rectangle

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
 
dumpToDict(self)
Çizginin özelliklerini bir dict'e yazar.
source code
 
restoreFromDict(self, dump, x, y)
Nesnenin özelliklerini dump'tan alarak nesneye ekler.
source code
 
shape(self)
Dikdörtgen içindeki boş alanın şekle dahil olmaması için, bu method'u yazıyoruz.
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