|
| __init__ (self, *args, **kwargs) |
|
| redText (self, msg) |
|
| greenText (self, msg) |
|
| complete (self, v) |
|
| completer (self, v) |
|
| update_progress (self, v) |
|
| startr (self) |
|
| start (self) |
|
| Open (self) |
|
| runSeries (self) |
|
| xmitCommand (self) |
|
| changeImage (self) |
|
| Close (self) |
|
| setSize (self, control, H, W) |
|
| Create (self, FPIBBase) |
|
◆ __init__()
TabFormSetUp.TabSetup.__init__ |
( |
| self, |
|
|
* | args, |
|
|
** | kwargs ) |
◆ changeImage()
TabFormSetUp.TabSetup.changeImage |
( |
| self | ) |
|
◆ Close()
TabFormSetUp.TabSetup.Close |
( |
| self | ) |
|
◆ complete()
TabFormSetUp.TabSetup.complete |
( |
| self, |
|
|
| v ) |
◆ completer()
TabFormSetUp.TabSetup.completer |
( |
| self, |
|
|
| v ) |
◆ Create()
TabFormSetUp.TabSetup.Create |
( |
| self, |
|
|
| FPIBBase ) |
◆ greenText()
TabFormSetUp.TabSetup.greenText |
( |
| self, |
|
|
| msg ) |
◆ Open()
TabFormSetUp.TabSetup.Open |
( |
| self | ) |
|
◆ redText()
TabFormSetUp.TabSetup.redText |
( |
| self, |
|
|
| msg ) |
◆ runSeries()
TabFormSetUp.TabSetup.runSeries |
( |
| self | ) |
|
◆ setSize()
TabFormSetUp.TabSetup.setSize |
( |
| self, |
|
|
| control, |
|
|
| H, |
|
|
| W ) |
◆ start()
TabFormSetUp.TabSetup.start |
( |
| self | ) |
|
◆ startr()
TabFormSetUp.TabSetup.startr |
( |
| self | ) |
|
◆ update_progress()
TabFormSetUp.TabSetup.update_progress |
( |
| self, |
|
|
| v ) |
◆ xmitCommand()
TabFormSetUp.TabSetup.xmitCommand |
( |
| self | ) |
|
◆ bobj
TabFormSetUp.TabSetup.bobj = FPIBBase; |
◆ cfg
TabFormSetUp.TabSetup.cfg = self.bobj.cfg.config |
◆ client_ip
TabFormSetUp.TabSetup.client_ip = self.cfg.client_ip |
◆ client_port
TabFormSetUp.TabSetup.client_port = self.cfg.client_port |
◆ command
TabFormSetUp.TabSetup.command = QLineEdit() |
◆ complete
TabFormSetUp.TabSetup.complete |
◆ completer
TabFormSetUp.TabSetup.completer |
◆ image
TabFormSetUp.TabSetup.image = QLabel('Text') |
◆ ipEdit
TabFormSetUp.TabSetup.ipEdit = QLineEdit() |
◆ log
TabFormSetUp.TabSetup.log = self.bobj.log.log |
◆ Open
TabFormSetUp.TabSetup.Open |
◆ openButton
TabFormSetUp.TabSetup.openButton = QPushButton("Open") |
◆ portEdit
TabFormSetUp.TabSetup.portEdit = QLineEdit() |
◆ runSeries
TabFormSetUp.TabSetup.runSeries |
◆ seriesButton
TabFormSetUp.TabSetup.seriesButton = QPushButton("RunSeries") |
◆ server_ip
TabFormSetUp.TabSetup.server_ip = self.cfg.server_ip |
◆ server_port
TabFormSetUp.TabSetup.server_port = self.cfg.server_port |
◆ sipEdit
TabFormSetUp.TabSetup.sipEdit = QLineEdit() |
◆ sipLabel
TabFormSetUp.TabSetup.sipLabel = QLabel('Remote IP address') |
◆ sopenButton
TabFormSetUp.TabSetup.sopenButton = QPushButton("Open") |
◆ sportEdit
TabFormSetUp.TabSetup.sportEdit = QLineEdit() |
◆ sportLabel
TabFormSetUp.TabSetup.sportLabel = QLabel('Remote Port') |
◆ sseriesButton
TabFormSetUp.TabSetup.sseriesButton = QPushButton("Get Image") |
◆ tcpc
TabFormSetUp.TabSetup.tcpc = TCPIPClient("TCPIP Client") |
◆ tcps
TabFormSetUp.TabSetup.tcps = TCPIPClient("TCPIP Server") |
◆ terminal
TabFormSetUp.TabSetup.terminal |
◆ update_progress
TabFormSetUp.TabSetup.update_progress |
◆ work_requested
TabFormSetUp.TabSetup.work_requested = Signal(int) |
|
static |
◆ work_requestedr
TabFormSetUp.TabSetup.work_requestedr = Signal(int) |
|
static |
◆ worker
TabFormSetUp.TabSetup.worker = Worker(self) |
◆ worker_thread
TabFormSetUp.TabSetup.worker_thread = QThread() |
◆ worker_threadr
TabFormSetUp.TabSetup.worker_threadr = QThread() |
◆ workerr
◆ xmitCommand
TabFormSetUp.TabSetup.xmitCommand |
The documentation for this class was generated from the following file: