Package schrodinger :: Package application :: Package jaguar :: Package gui :: Module base_panel :: Class StandardPanelNoInputTab
[hide private]
[frames] | no frames]

Class StandardPanelNoInputTab

                                                           object --+    
                                                                    |    
                                                  StandardStatusMixin --+
                                                                        |
                                                           object --+   |
                                                                    |   |
                                                      PropertiesMixin --+
                                                                        |
                                                           object --+   |
                                                                    |   |
                                                        ReadEditMixin --+
                                                                        |
                                                           object --+   |
                                                                    |   |
                                                   NoInputTabJobMixin --+
                                                                        |
                                               object --+               |
                                                        |               |
ui.qt.appframework2.maestro_callback.MaestroCallbackMixin --+           |
                                                            |           |
                                               object --+   |           |
                                                        |   |           |
                  ui.qt.appframework2.markers.MarkerMixin --+           |
                                                            |           |
                                               object --+   |           |
                                                        |   |           |
               ui.qt.appframework2.settings.SettingsMixin --+           |
                                                            |           |
               ui.qt.appframework2.baseapp.ValidatedPanel --+           |
                                                            |           |
                                  ui.qt.appframework2.af2.App --+       |
                                                                |       |
                                   ui.qt.appframework2.af2.JobApp --+   |
                                                                    |   |
                                                      BaseJaguarPanel --+
                                                                        |
                                                                       StandardPanelNoInputTab

A convenience class for standard Jaguar panels that use a "Molecule" tab (with a basis selector) in place of an "Input" tab.

Instance Methods [hide private]

Inherited from StandardStatusMixin: __init__, generateJaguarStatus

Inherited from PropertiesMixin: updatePropertiesTab

Inherited from ReadEditMixin: editInput, jagInputEdited, read, restorePreviouslyIncludedEntry, runEditedInput, setup

Inherited from NoInputTabJobMixin: start, updateAndCheckMmJag

Inherited from BaseJaguarPanel: createCmd, generateStatus, getConfigDialog, getMmJagKeywords, getNumStructures, getTab, hostAndCpuArgs, jobnameArg, launchJaguarJob, reset, runTabValidation, setPanelOptions, useParallelArg

Inherited from ui.qt.appframework2.af2.JobApp: cleanup, cleanupWriteCmd, closeEvent, cmdListToCmd, configDialogSettings, createBottomBar, createJobDir, getCmdListArgValue, jobDir, jobname, jobnameData, jobnameDataChanged, launchJobCmd, launchLauncher, launchScript, launcherToCmdList, layOut, makeLauncher, registerJob, runMaestro, sanitizeJobnameText, setConfigDialogSettings, setDefaults, setJobname, setupJobCmd, showSTUDialog, syncConfigDialog, updateJobname, updateStatusBar, writeJobCmd

Inherited from ui.qt.appframework2.af2.App: createInputSelector, defineCustomSettings, getAliasedValue, getPanelState, getWorkspaceStructure, loadPanelState, setAliasedValue, setPanelState, showEvent, showProgressBarForJob, writePanelState

Inherited from ui.qt.appframework2.af2.App (private): _close, _configurePanelSettings, _read, _reset, _statusShrunk, _updateProgressBar

Inherited from ui.qt.appframework2.maestro_callback.MaestroCallbackMixin: buildCallbackDicts

Inherited from ui.qt.appframework2.maestro_callback.MaestroCallbackMixin (private): _addCallbacks, _delayedCallbacks, _removeCallbacks

Inherited from ui.qt.appframework2.markers.MarkerMixin: addMarker, getAllMarkers, getMarker, hideAllMarkers, removeAllMarkers, removeAllMarkersForEntry, removeMarker, removeMarkerForAtoms, showAllMarkers

Inherited from ui.qt.appframework2.markers.MarkerMixin (private): _calcEntryAtomTotal, _canonicalizeAtomOrder, _clearInvalidatedMarkers, _createMarker, _eidsFromHashable, _genMarkerHash, _updateMarkers

Inherited from ui.qt.appframework2.settings.SettingsMixin: __getitem__, __setitem__, applySettings, getAliasedSettings, getObjValue, getSettings, setAlias, setAliases, setObjValue

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from ui.qt.appframework2.af2.App: panel

Class Variables [hide private]

Inherited from BaseJaguarPanel: EXPLICIT_ONE_ARG, INPUT_SUB_TABS, ONE_SUBJOB_ARG, SHORT_NAME, TABS, TASK_NAME, USE_PARALLEL_ARG

Inherited from ui.qt.appframework2.af2.JobApp: lastJobCompleted

Inherited from ui.qt.appframework2.af2.App (private): _singleton

Instance Variables [hide private]

Inherited from ui.qt.appframework2.markers.MarkerMixin: MARKER_ICONS

Inherited from ui.qt.appframework2.markers.MarkerMixin (private): _marked_eid_lengths, _markers

Properties [hide private]

Inherited from object: __class__