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.SubsectionOnePage Class Reference
Inheritance diagram for presentation.SubsectionOnePage:
presentation.SubsectionBase

Public Member Functions

def __init__
 
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 108 of file presentation.py.

Constructor & Destructor Documentation

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

Definition at line 109 of file presentation.py.

110  def __init__(self, identifier, title):
111  self.identifier = identifier
super(SubsectionOnePage, self).__init__(title)

Member Function Documentation

def presentation.SubsectionOnePage.pages (   self,
  validations 
)

Definition at line 112 of file presentation.py.

References presentation.SubsectionOnePage.identifier, classes.PlotData.title, preexistingValidation.PreexistingValidation.title, alignment.Alignment.title, presentation.SubsectionBase.title, Geometry.title, and presentation.writePageReg().

113  def pages(self, validations):
114  return [writePageReg(self.identifier, self.title, validations)]

Member Data Documentation

presentation.SubsectionOnePage.identifier

Definition at line 110 of file presentation.py.

Referenced by presentation.SubsectionOnePage.pages(), and presentation.SubsectionFromList.pages().