Package schrodinger :: Package application :: Package matsci :: Module mswidgets :: Class StageControlButton
[hide private]
[frames] | no frames]

Class StageControlButton

PyQt4.QtGui.QToolButton --+
                          |
                         StageControlButton

The QToolButtons on the right of each StageFrame

Instance Methods [hide private]
 
__init__(self, icon, layout, command)
Create a StageControlButton instance
Method Details [hide private]

__init__(self, icon, layout, command)
(Constructor)

 

Create a StageControlButton instance

Parameters:
  • icon (QIcon) - The icon for the button
  • layout (QLayout) - The layout the button should be placed in
  • command (callable) - The slot for the clicked() signal