artview.components.RadarTerminal¶
-
class
artview.components.
RadarTerminal
(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
RadarTerminal.buttonClicked
RadarTerminal.guiStart
RadarTerminal.runCode
-