OrsWizardCredentials_f8995c92ce7e11e9b1c70c9d9276734f¶
Keeps the information related to a wizard tool, to be included in a report.
- author:
Dragonfly Team
- contact:
- email:
- organization:
Comet Technologies Canada Inc.
- address:
460 Ste-Catherine Ouest, suite 600, Montréal, Québec, Canada, H3B 1A7
- copyright:
Comet Technologies Canada Inc. All rights reserved 2023.
- date:
Sep 03 2019 15:13
- dragonflyVersion:
4.5.0.711 (D)
- UUID:
f8995c92ce7e11e9b1c70c9d9276734f
Class Code¶
- class OrsPythonPlugins.OrsWizardCredentials_f8995c92ce7e11e9b1c70c9d9276734f.OrsWizardCredentials_f8995c92ce7e11e9b1c70c9d9276734f.OrsWizardCredentials_f8995c92ce7e11e9b1c70c9d9276734f(*args, **kwargs)¶
- interfacemethod createLogoImageFromFile(filename: str) Image¶
Creates a logo image from a file
- Parameters:
filename (file) – file name
- Anonymize filename:
True
- Returns:
anImage (ORSModel.ors.Image) – new image
- interfacemethod defineReportCredentials(jobTitle: str = '', jobID: str = '', projectTitle: str = '', documentation: str = '', authors: str = '', contact: str = '', email: str = '', organization: str = '', address: str = '', copyright: str = '', date: str = '', logoImage: Image = None) ReportCredentials¶
Defines a ReportCredentials instance
- Parameters:
jobTitle (str) – job title
jobID (str) – job ID
projectTitle (str) – project title
documentation (str) – project title
authors (str) – author(s)
contact (str) – contact information (phone, web page)
email (str) – email
organization (str) – organization name
address (str) – organization address
copyright (str) – copyright declaration
date (str) – date
logoImage (ORSModel.ors.Image) – logo
- Anonymize jobTitle:
True
- Anonymize jobID:
True
- Anonymize projectTitle:
True
- Anonymize documentation:
True
- Anonymize authors:
True
- Anonymize contact:
True
- Anonymize email:
True
- Anonymize organization:
True
- Anonymize address:
True
- Anonymize copyright:
True
- Returns:
reportCredentials (transient ReportCredentials) – an instance of ReportCredentials containing the provided details
- classmethod getMainFormClass()¶
Gets the class of the main form
- Returns:
output –