CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions
Modules.Source Class Reference
Inheritance diagram for Modules.Source:
Mixins._ConfigureComponent Mixins._TypedParameterizable Mixins._Parameterizable

Public Member Functions

def __init__
 
def moduleLabel_
 
def nameInProcessDesc_
 
- Public Member Functions inherited from Mixins._TypedParameterizable
def __init__
 
def clone
 
def copy
 
def dumpConfig
 
def dumpPython
 
def dumpPythonAttributes
 
def insertInto
 
def moduleLabel_
 
def nameInProcessDesc_
 
def type_
 
- Public Member Functions inherited from Mixins._Parameterizable
def __delattr__
 
def __init__
 
def __repr__
 
def __setattr__
 
def dumpPython
 
def getParameter
 
def hasParameter
 
def insertContentsInto
 
def isFrozen
 
def isModified
 
def parameterNames_
 
def parameters_
 
def setIsFrozen
 

Private Member Functions

def _placeImpl
 

Detailed Description

Definition at line 173 of file Modules.py.

Constructor & Destructor Documentation

def Modules.Source.__init__ (   self,
  type_,
  arg,
  kargs 
)

Definition at line 174 of file Modules.py.

175  def __init__(self,type_,*arg,**kargs):
super(Source,self).__init__(type_,*arg,**kargs)

Member Function Documentation

def Modules.Source._placeImpl (   self,
  name,
  proc 
)
private

Definition at line 176 of file Modules.py.

Referenced by SequenceTypes._ModuleSequenceType._place(), and Mixins._TypedParameterizable._place().

177  def _placeImpl(self,name,proc):
proc._placeSource(name,self)
def _placeImpl
Definition: Modules.py:176
def Modules.Source.moduleLabel_ (   self,
  myname 
)

Definition at line 178 of file Modules.py.

179  def moduleLabel_(self,myname):
return "@main_input"
def moduleLabel_
Definition: Modules.py:178
def Modules.Source.nameInProcessDesc_ (   self,
  myname 
)

Definition at line 180 of file Modules.py.

Referenced by Types.EDAlias.insertInto().

181  def nameInProcessDesc_(self,myname):
182  return "@main_input"
183 
def nameInProcessDesc_
Definition: Modules.py:180