Package schrodinger :: Package maestro :: Module markers :: Class QuadMarker
[hide private]
[frames] | no frames]

Class QuadMarker

 object --+    
          |    
_BaseMarker --+
              |
             QuadMarker

Class for marking four atoms. Useful for marking dihedral angles.

Instance Methods [hide private]
 
__init__(self, atom1, atom2, atom3, atom4, marker_color=None, icon=Icons.NONE, text="", alt_color=None, highlight=False)
x.__init__(...) initializes x; see help(type(x)) for signature
 
_createMarker(self)
Create a marker using the criteria currently set in instance variables

Inherited from _BaseMarker: applySettings, getSettings, hide, setAltColor, setColor, setHighlight, setIcon, setText, setVisible, show, update

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

Class Methods [hide private]

Inherited from _BaseMarker: defaultSettings

Class Variables [hide private]

Inherited from _BaseMarker: SETTINGS_VARS

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, atom1, atom2, atom3, atom4, marker_color=None, icon=Icons.NONE, text="", alt_color=None, highlight=False)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
Overrides: object.__init__

Note: Either an icon or text may be displayed on a marker, but not both. If both are given, only the text will be shown.

_createMarker(self)

 

Create a marker using the criteria currently set in instance variables

Overrides: _BaseMarker._createMarker
(inherited documentation)