schrodinger.application.pymol.gui_models module¶
- class schrodinger.application.pymol.gui_models.ProjectExportMode¶
Bases:
schrodinger.models.jsonable.JsonableEnum
Options to export entries to PyMOL.
- WORKSPACE = 'Workspace'¶
- PROJECT_TABLE = 'Project Table'¶
- SCENES = 'Scenes'¶
- class schrodinger.application.pymol.gui_models.ProjectTableExportMode¶
Bases:
schrodinger.models.jsonable.JsonableEnum
Options to export Project Table entries to PyMOL.
- SELECTED = 'Selected'¶
- ALL = 'All'¶
- class schrodinger.application.pymol.gui_models.MovieExportMode¶
Bases:
schrodinger.models.jsonable.JsonableEnum
Options to export movies.
- SCENE_LOOP = 'Scene Loop'¶
- VIEW_DOCKING_POSES = 'View Docking Poses'¶
- class schrodinger.application.pymol.gui_models.MovieSettingsModel(*args, _param_type=<object object>, **kwargs)¶
Bases:
schrodinger.models.parameters.CompoundParam
A model holding the movie settings.
- create_movie: bool¶
A parameter of the class.
- export_mode: schrodinger.application.pymol.gui_models.MovieExportMode¶
A parameter of the class.
- duration: int¶
A parameter of the class.
- rotation: int¶
A parameter of the class.
- create_movieChanged¶
A
pyqtSignal
emitted by instances of the class.
- create_movieReplaced¶
A
pyqtSignal
emitted by instances of the class.
- durationChanged¶
A
pyqtSignal
emitted by instances of the class.
- durationReplaced¶
A
pyqtSignal
emitted by instances of the class.
- export_modeChanged¶
A
pyqtSignal
emitted by instances of the class.
- export_modeReplaced¶
A
pyqtSignal
emitted by instances of the class.
- rotationChanged¶
A
pyqtSignal
emitted by instances of the class.
- rotationReplaced¶
A
pyqtSignal
emitted by instances of the class.
- class schrodinger.application.pymol.gui_models.AdvancedSettingsModel(*args, _param_type=<object object>, **kwargs)¶
Bases:
schrodinger.models.parameters.CompoundParam
A model holding the advanced PyMOL settings.
- pymol_location: str¶
A parameter of the class.
- match_maestro_style: bool¶
A parameter of the class.
- use_maestro_mouse: bool¶
A parameter of the class.
- initializeValue()¶
Override to dynamically set up the default value of the param. Useful for default values that are determined at runtime. This is called any time the param is reset.
- match_maestro_styleChanged¶
A
pyqtSignal
emitted by instances of the class.
- match_maestro_styleReplaced¶
A
pyqtSignal
emitted by instances of the class.
- pymol_locationChanged¶
A
pyqtSignal
emitted by instances of the class.
- pymol_locationReplaced¶
A
pyqtSignal
emitted by instances of the class.
- use_maestro_mouseChanged¶
A
pyqtSignal
emitted by instances of the class.
- use_maestro_mouseReplaced¶
A
pyqtSignal
emitted by instances of the class.
- class schrodinger.application.pymol.gui_models.ExportToPymolSettings(*args, _param_type=<object object>, **kwargs)¶
Bases:
schrodinger.models.parameters.CompoundParam
A model holding the Export to PyMOL settings.
- export_mode: schrodinger.application.pymol.gui_models.ProjectExportMode¶
A parameter of the class.
- pt_export_mode: schrodinger.application.pymol.gui_models.ProjectTableExportMode¶
A parameter of the class.
- include_traj: bool¶
A parameter of the class.
- new_pymol_window: bool¶
A parameter of the class.
- movie_settings: schrodinger.application.pymol.gui_models.MovieSettingsModel¶
A parameter of the class.
- advanced_pymol_settings: schrodinger.application.pymol.gui_models.AdvancedSettingsModel¶
A parameter of the class.
- advanced_pymol_settingsChanged¶
A
pyqtSignal
emitted by instances of the class.
- advanced_pymol_settingsReplaced¶
A
pyqtSignal
emitted by instances of the class.
- export_modeChanged¶
A
pyqtSignal
emitted by instances of the class.
- export_modeReplaced¶
A
pyqtSignal
emitted by instances of the class.
- include_trajChanged¶
A
pyqtSignal
emitted by instances of the class.
- include_trajReplaced¶
A
pyqtSignal
emitted by instances of the class.
- movie_settingsChanged¶
A
pyqtSignal
emitted by instances of the class.
- movie_settingsReplaced¶
A
pyqtSignal
emitted by instances of the class.
- new_pymol_windowChanged¶
A
pyqtSignal
emitted by instances of the class.
- new_pymol_windowReplaced¶
A
pyqtSignal
emitted by instances of the class.
- pt_export_modeChanged¶
A
pyqtSignal
emitted by instances of the class.
- pt_export_modeReplaced¶
A
pyqtSignal
emitted by instances of the class.