Package mcbase :: Package libs :: Package designeditor :: Module gridtoolbar :: Class GridToolBar
[hide private]
[frames] | no frames]

Class GridToolBar

source code


Instance Methods [hide private]
 
initToolBar(self)
Grid ayarları için gereken nesneleri ekler.
source code
 
gridStepChanged(self, newValue)
Grid boyları değiştiği zaman, editörü güncelliyoruz.
source code
 
__init__(self, parent, editor, plugin)
Tasarım editörü için toolbarı oluşturur. (Inherited from mcbase.libs.designeditor.toolbar.ToolBar)
source code
 
actions(self)
Oluşturulan actionları bir liste olarak geri döndürür (Inherited from mcbase.libs.designeditor.toolbar.ToolBar)
source code
 
createToolbarButtons(self)
Toolbar'da bulunan düğmelerin action'ları oluşturur. (Inherited from mcbase.libs.designeditor.toolbar.ToolBar)
source code
 
getAction(self, name)
İstenilen toolbar elemanının action'ını döndürür. (Inherited from mcbase.libs.designeditor.toolbar.ToolBar)
source code
 
getToolbarItems(self)
Toolbar'da nelerin olacağını belirler. (Inherited from mcbase.libs.designeditor.toolbar.ToolBar)
source code
 
preInitToolBar(self) (Inherited from mcbase.libs.designeditor.toolbar.ToolBar) source code
Method Details [hide private]

initToolBar(self)

source code 

Grid ayarları için gereken nesneleri ekler.

Overrides: toolbar.ToolBar.initToolBar