artview.components.AccessTerminal¶
-
class
artview.components.
AccessTerminal
(name='AccessTerminal', parent=None)[source]¶ Bases:
artview.core.core.Component
Open an interactive python console so the direct manipulation
-
__init__
(name='AccessTerminal', parent=None)[source]¶ Initialize the class to create the interface.
Parameters: [Optional] :
name : string
Field Radiobutton window name.
parent : PyQt instance
Parent instance to associate to this class. If None, then Qt owns, otherwise associated with parent PyQt instance.
Methods
AccessTerminal.guiStart
AccessTerminal.runCode
-