ROOT  6.06/08
Reference Guide
Public Member Functions | Public Attributes | List of all members
ROOT._ExpandMacroFunction Class Reference

special cases for gPad, gVirtualX (are C++ macro's) ----------------------—

Definition at line 184 of file ROOT.py.

Public Member Functions

def __init__ (self, klass, func)
 
def __getattr__ (self, what)
 
def __cmp__ (self, other)
 
def __nonzero__ (self)
 
def __repr__ (self)
 
def __str__ (self)
 

Public Attributes

 func
 
+ Inheritance diagram for ROOT._ExpandMacroFunction:
+ Collaboration diagram for ROOT._ExpandMacroFunction:

Constructor & Destructor Documentation

§ __init__()

def ROOT._ExpandMacroFunction.__init__ (   self,
  klass,
  func 
)

Definition at line 185 of file ROOT.py.

Member Function Documentation

§ __cmp__()

def ROOT._ExpandMacroFunction.__cmp__ (   self,
  other 
)

Definition at line 192 of file ROOT.py.

§ __getattr__()

def ROOT._ExpandMacroFunction.__getattr__ (   self,
  what 
)

Definition at line 189 of file ROOT.py.

§ __nonzero__()

def ROOT._ExpandMacroFunction.__nonzero__ (   self)

Definition at line 195 of file ROOT.py.

§ __repr__()

def ROOT._ExpandMacroFunction.__repr__ (   self)

Definition at line 200 of file ROOT.py.

§ __str__()

def ROOT._ExpandMacroFunction.__str__ (   self)

Definition at line 203 of file ROOT.py.

Member Data Documentation

§ func

ROOT._ExpandMacroFunction.func

The documentation for this class was generated from the following file: