Package mcbase :: Package libs :: Package designeditor :: Module plugins :: Class GraphicsReportPlugin
[hide private]
[frames] | no frames]

Class GraphicsReportPlugin

source code


Instance Methods [hide private]
 
__init__(self)
Milimetre uzunluklarına göre çalışan
source code
 
designFileExtension(self) source code
 
font(self) source code
 
removableActions(self) source code
 
setGridStep(self, gridStep) source code
 
gridStep(self) source code
 
gridMethod(self) source code
 
requiresGridPosition(self) source code
 
defaultDesignSettings(self) source code
 
frameBodyMargin(self) source code
 
sizeHandlers(self) source code
 
paintingAlignmentFlags(self, properties)
Alanın çizimi sırasındaki alignment flaglerini verir.
source code
 
designSettingsMeta(self)
Tasarım ayarlarının ne olacağını söyler.
source code
 
textAreaPropertyMeta(self)
Yazı alanların özellik editör tanımını döndürür.
source code
 
textAreaDefaultProperties(self)
Yazı alanların default özellikleri
source code
 
fieldPropertyMeta(self, format)
İstenilen formata göre editör ayarlarını verir.
source code
 
fieldDefaultProperties(self, format) source code
 
defaultFieldHeight(self)
Öntanımlı alan yüksekliği
source code
 
defaultFieldWidth(self)
Öntanımlı alan genişliği
source code
 
rulerModulo(self)
Cetvel üzerindeki rakamların nereden sonra sıfırlanacağını söyler.
source code
 
dumpFrameItems(self, frame)
Çerçeve içindeki nesneleri dict'e dump eder.
source code
 
dumpField(self, field)
Alanın özelliklerini bir dict'e atar.
source code
 
dumpTextArea(self, textArea)
Yazı alanının özelliklerini dict'e yazar.
source code
 
getItemClass(self, className)
Sınıf ismi verilen sınıfı döndürür.
source code
 
restoreFrameFromDict(self, frame, frameDict, editor)
Bir çerçevenin alanlarını dict içerisinden alır ve çerçeveye ekler.
source code
 
restoreFieldFromDict(self, field, dump)
Bir alan nesnesinin özelliklerini dump'tan alarak, nesneye atar.
source code
 
restoreTextAreaFromDict(self, textArea, dump)
Bir alan nesnesinin özelliklerini dump'tan alarak, nesneye atar.
source code
 
alignToGrid(self, pos, addOne=True) (Inherited from mcbase.libs.designeditor.plugins.Plugin) source code
 
allFields(self) (Inherited from mcbase.libs.designeditor.plugins.Plugin) source code
 
editor(self) (Inherited from mcbase.libs.designeditor.plugins.Plugin) source code
 
frameHeight(self, ratio)
Çerçeve yüksekliğinin oranına karşı birim döndürür. (Inherited from mcbase.libs.designeditor.plugins.Plugin)
source code
 
frameStartSuffix(self) (Inherited from mcbase.libs.designeditor.plugins.Plugin) source code
 
gridDx(self) (Inherited from mcbase.libs.designeditor.plugins.Plugin) source code
 
gridDy(self) (Inherited from mcbase.libs.designeditor.plugins.Plugin) source code
 
setAllFields(self, allFields) (Inherited from mcbase.libs.designeditor.plugins.Plugin) source code
 
setEditor(self, editor) (Inherited from mcbase.libs.designeditor.plugins.Plugin) source code
 
supportsFrameHeader(self) (Inherited from mcbase.libs.designeditor.plugins.Plugin) source code
 
supportsFrameResizeBar(self) (Inherited from mcbase.libs.designeditor.plugins.Plugin) source code
 
unit(self)
Geçerli birim dönüştürme sınıfını döndürür. (Inherited from mcbase.libs.designeditor.plugins.Plugin)
source code
 
unitName(self) (Inherited from mcbase.libs.designeditor.plugins.Plugin) source code
Method Details [hide private]

__init__(self)
(Constructor)

source code 

Milimetre uzunluklarına göre çalışan

Overrides: Plugin.__init__