CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
presentation.SubsectionFromList Class Reference
Inheritance diagram for presentation.SubsectionFromList:
presentation.SubsectionBase

Public Member Functions

def __init__
 
def pageidentifiers
 
def pages
 
- Public Member Functions inherited from presentation.SubsectionBase
def __init__
 
def pages
 
def write
 

Public Attributes

 identifier
 
- Public Attributes inherited from presentation.SubsectionBase
 title
 

Detailed Description

Definition at line 115 of file presentation.py.

Constructor & Destructor Documentation

def presentation.SubsectionFromList.__init__ (   self,
  identifier,
  title 
)

Definition at line 116 of file presentation.py.

117  def __init__(self, identifier, title):
118  self.identifier = identifier
super(SubsectionFromList, self).__init__(title)

Member Function Documentation

def presentation.SubsectionFromList.pageidentifiers (   self)

Definition at line 124 of file presentation.py.

Referenced by presentation.SubsectionFromList.pages().

125  def pageidentifiers(self):
126  pass
def presentation.SubsectionFromList.pages (   self,
  validations 
)

Definition at line 119 of file presentation.py.

References presentation.SubsectionOnePage.identifier, presentation.SubsectionFromList.identifier, trackSplittingValidation.SubsectionTrackSplitting.pageidentifiers, presentation.SubsectionFromList.pageidentifiers(), offlineValidation.SubsectionSubdetectors.pageidentifiers, classes.PlotData.title, preexistingValidation.PreexistingValidation.title, alignment.Alignment.title, presentation.SubsectionBase.title, Geometry.title, and presentation.writePageReg().

120  def pages(self, validations):
121  return [writePageReg('(?=.*%s)%s'%(pageidentifier, self.identifier),
122  self.title+': ' +pagetitle, validations)
for pageidentifier, pagetitle in self.pageidentifiers]

Member Data Documentation

presentation.SubsectionFromList.identifier

Definition at line 117 of file presentation.py.

Referenced by presentation.SubsectionFromList.pages().