OrsSimpleReportGenerator¶
Plugin to handle the saving of a screenshot
| author: | ORS Team |
|---|---|
| contact: | http://theobjects.com |
| email: | info@theobjects.com |
| organization: | Object Research Systems (ORS), Inc. |
| address: | 760 St-Paul West, suite 101, Montréal, Québec, Canada, H3C 1M4 |
| copyright: | Object Research Systems (ORS), Inc. All rights reserved. |
| date: | July 2017 |
| dragonflyVersion: | |
| 3.1.0.286 (D) | |
| UUID: | d31b959c761a11e78ed3448a5b5d70c0 |
Class Code¶
-
class
OrsPythonPlugins.OrsSimpleReportGenerator.OrsSimpleReportGenerator.OrsSimpleReportGenerator(varname=None, managed=True)¶ -
interfacemethod
captureSnapshot(viewName, filename, xSize, ySize)¶ Captures a snapshot of a view
Parameters: - viewName (str) – a genealogical name of a view
- filename (file saving) – the file name of the snapshot
- xSize (int) – snapshot X size
- ySize (int) – snapshot Y size
-
closable= True¶
-
classmethod
getAbout()¶
-
getCameraActionString()¶
-
getState()¶
-
keepAlive= False¶
-
multiple= False¶
-
orsCurrentViewChange()¶
-
orsSelectedObjectsChange()¶
-
savable= True¶
-
triggerDragDrop()¶
-
interfacemethod