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

Class StageControlIcon

       object --+            
                |            
sip.simplewrapper --+        
                    |        
          sip.wrapper --+    
                        |    
        PyQt4.QtGui.QIcon --+
                            |
                           StageControlIcon

The icons used in the StageControlButtons

Nested Classes [hide private]

Inherited from PyQt4.QtGui.QIcon: Mode, State

Instance Methods [hide private]
 
__init__(self, string)
Create a StageControlIcon instance

Inherited from PyQt4.QtGui.QIcon: actualSize, addFile, addPixmap, availableSizes, cacheKey, fromTheme, hasThemeIcon, isDetached, isNull, name, paint, pixmap, serialNumber, setThemeName, setThemeSearchPaths, swap, themeName, themeSearchPaths

Inherited from sip.simplewrapper: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from PyQt4.QtGui.QIcon: Active, Disabled, Normal, Off, On, Selected

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, string)
(Constructor)

 

Create a StageControlIcon instance

Parameters:
  • string (str) - A base64 encoded picture string such as those stored in the schrodinger.ui.qt.icons module.
Overrides: object.__init__