Public Member Functions | |
def | __init__ (self, identifier, title) |
def | pages (self, validations) |
Public Member Functions inherited from presentation.SubsectionBase | |
def | __init__ (self, title) |
def | pages (self, validations) |
def | write (self, validations) |
Public Attributes | |
identifier | |
Public Attributes inherited from presentation.SubsectionBase | |
title | |
Definition at line 108 of file presentation.py.
def presentation.SubsectionOnePage.__init__ | ( | self, | |
identifier, | |||
title | |||
) |
Definition at line 109 of file presentation.py.
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().
presentation.SubsectionOnePage.identifier |
Definition at line 110 of file presentation.py.
Referenced by presentation.SubsectionOnePage.pages(), and presentation.SubsectionFromList.pages().