Package mcbase :: Package libs :: Package designeditor :: Module maintoolbar :: Class MainToolBar
[hide private]
[frames] | no frames]

Class MainToolBar

source code


Instance Methods [hide private]
 
initToolBar(self)
ToolBar ile ilgili özel ayarları yapar.
source code
 
selectionChanged(self)
Seçili nesneler değiştiği zaman silme butonunu enable/disable eder.
source code
 
getToolbarItems(self)
Toolbar'da nelerin olacağını belirler.
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
 
preInitToolBar(self) (Inherited from mcbase.libs.designeditor.toolbar.ToolBar) source code
Method Details [hide private]

initToolBar(self)

source code 

ToolBar ile ilgili özel ayarları yapar.

Overrides: toolbar.ToolBar.initToolBar

getToolbarItems(self)

source code 

Toolbar'da nelerin olacağını belirler.

Overrides: toolbar.ToolBar.getToolbarItems