OrsWizardCredentials_f8995c92ce7e11e9b1c70c9d9276734f¶
Keeps the information related to a wizard tool, to be included in a report.
| author: | ORS Team |
|---|---|
| contact: | http://theobjects.com |
| email: | info@theobjects.com |
| organization: | Object Research Systems (ORS), Inc. |
| address: | 460 Ste-Catherine Ouest, suite 600, Montréal, Québec, Canada, H3B 1A7 |
| copyright: | Object Research Systems (ORS), Inc. All rights reserved 2021. |
| date: | Sep 03 2019 15:13 |
| dragonflyVersion: | |
| 4.5.0.711 (D) | |
| UUID: | f8995c92ce7e11e9b1c70c9d9276734f |
Class Code¶
-
class
OrsPythonPlugins.OrsWizardCredentials_f8995c92ce7e11e9b1c70c9d9276734f.OrsWizardCredentials_f8995c92ce7e11e9b1c70c9d9276734f.OrsWizardCredentials_f8995c92ce7e11e9b1c70c9d9276734f(varname=None)¶ -
UIDescriptors= [<ORSServiceClass.OrsPlugin.uidescriptor.UIDescriptor object>]¶
-
canBeGenericallyOpened= False¶
-
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
-
getAsReportCredentials()¶
-
getCredentialsAsDictionary()¶
-
getJobID()¶
-
getJobTitle()¶
-
getLogoImage()¶
-
getLogoImageFileName()¶
-
classmethod
getMainFormClass()¶ Gets the class of the main form
Returns: output –
-
getProjectTitle()¶
-
getWizardBibliography()¶
-
keepAlive= False¶
-
multiple= False¶
-
resetCreationDateAsCurrentTime()¶
-
savable= False¶
-
setCredentialsFromDictionary(credentials)¶
-
setJobID(jobID)¶
-
setJobTitle(jobTitle)¶
-
setLogoImage(logoImage)¶
-
setLogoImageFileName(logoImageFileName)¶
-
setProjectTitle(projectTitle)¶
-
startLogoSelection()¶
-