OrsWizardCredentials_f8995c92ce7e11e9b1c70c9d9276734f

Keeps the information related to a wizard tool, to be included in a report.

author:

Dragonfly Team

contact:

http://theobjects.com

email:

support.dragonfly@comet.tech

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)

Creates a logo image from a file

Parameters:

filename (file) – file name

Returns:

anImage (ORSModel.ors.Image) – new image

interfacemethod defineReportCredentials(jobTitle='', jobID='', projectTitle='', documentation='', authors='', contact='', email='', organization='', address='', copyright='', date='', logoImage=None)

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

Returns:

reportCredentials (transient ReportCredentials) – an instance of ReportCredentials containing the provided details

classmethod getMainFormClass()

Gets the class of the main form

Returns:

output