Package schrodinger :: Package application :: Package bioluminate :: Package ssv :: Module toolbars :: Class ImportToolBar
[hide private]
[frames] | no frames]

Class ImportToolBar

PyQt4.QtGui.QToolBar --+
                       |
                      ImportToolBar

Get the toolbar that has the import dialogs. This toolbar has a single action, that when clicked opens a menu of different import options.

Instance Methods [hide private]
 
__init__(self, parent, title=None, action_order=None, text=True)
 
openMenu(self)
Opens the import pull-down menu
Method Details [hide private]

__init__(self, parent, title=None, action_order=None, text=True)
(Constructor)

 
Parameters:
  • title (str) - The title of the toolbar. Used in right-click menu in a main window's toolbar area.
  • action_order - Order of the actions displayed in the popup menu

See Also: schrodinger.application.bioluminate.actions.config.IMPORT_STRUCTURES