ROOT  6.06/09
Reference Guide
Public Member Functions | Public Attributes | Properties | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
ROOT._Configuration Class Reference

configuration ------------------------------------------------------------—

Definition at line 126 of file ROOT.py.

Public Member Functions

def __init__ (self)
 

Public Attributes

 IgnoreCommandLineOptions
 
 StartGuiThread
 
 ExposeCppMacros
 
 DisableRootLogon
 

Properties

 GUIThreadScheduleOnce = property( __getGTS, __setGTS )
 

Private Member Functions

def __setGTS (self, value)
 
def __getGTS (self)
 

Private Attributes

 _gts
 

Static Private Attributes

list __slots__
 
+ Inheritance diagram for ROOT._Configuration:
+ Collaboration diagram for ROOT._Configuration:

Constructor & Destructor Documentation

def ROOT._Configuration.__init__ (   self)

Definition at line 130 of file ROOT.py.

Member Function Documentation

def ROOT._Configuration.__getGTS (   self)
private

Definition at line 143 of file ROOT.py.

def ROOT._Configuration.__setGTS (   self,
  value 
)
private

Definition at line 137 of file ROOT.py.

Member Data Documentation

list ROOT._Configuration.__slots__
staticprivate
Initial value:
1 = [ 'IgnoreCommandLineOptions', 'StartGuiThread', 'ExposeCppMacros',
2  '_gts', 'DisableRootLogon' ]

Definition at line 127 of file ROOT.py.

ROOT._Configuration._gts
private

Definition at line 134 of file ROOT.py.

Referenced by ROOT._Configuration.__getGTS(), and ROOT._Configuration.__setGTS().

ROOT._Configuration.DisableRootLogon

Definition at line 135 of file ROOT.py.

ROOT._Configuration.ExposeCppMacros

Definition at line 133 of file ROOT.py.

ROOT._Configuration.IgnoreCommandLineOptions

Definition at line 131 of file ROOT.py.

ROOT._Configuration.StartGuiThread

Definition at line 132 of file ROOT.py.

Property Documentation

ROOT._Configuration.GUIThreadScheduleOnce = property( __getGTS, __setGTS )
static

Definition at line 146 of file ROOT.py.


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