Holds and Manage all QeProcess QObjects.
More...
|
def | __init__ (self, list processes_list, parent=None) |
| Constructor.
|
|
def | get_processes_name (self) |
| Return all the processes names loaded in the application.
|
|
def | retrieve_process (self, str process_name) |
| By name retrieve the correspondent process.
|
|
def | start_all (self) |
| Go thought the process stored and trigger the start server connection.
|
|
def | stop_all (self) |
| Go thought the process stored and trigger the stop server connection.
|
|
Holds and Manage all QeProcess QObjects.
◆ __init__()
def qeprocess_list.QeProcessList.__init__ |
( |
|
self, |
|
|
list |
processes_list, |
|
|
|
parent = None |
|
) |
| |
Constructor.
- Parameters
-
processes_list | List with list of process configurations |
parent | QObject parent widget instance |
◆ get_processes_name()
def qeprocess_list.QeProcessList.get_processes_name |
( |
|
self | ) |
|
Return all the processes names loaded in the application.
Strings are all in lowercase
- Returns
- List of processes names
◆ retrieve_process()
def qeprocess_list.QeProcessList.retrieve_process |
( |
|
self, |
|
|
str |
process_name |
|
) |
| |
By name retrieve the correspondent process.
- Returns
- Instance result of the process search
◆ start_all()
def qeprocess_list.QeProcessList.start_all |
( |
|
self | ) |
|
Go thought the process stored and trigger the start server connection.
:return:
◆ stop_all()
def qeprocess_list.QeProcessList.stop_all |
( |
|
self | ) |
|
Go thought the process stored and trigger the stop server connection.
:return:
◆ _process_objects
qeprocess_list.QeProcessList._process_objects |
|
protected |
◆ process_about_to_stop
Signal qeprocess_list.QeProcessList.process_about_to_stop = Signal(str) |
|
static |
◆ process_started
Signal qeprocess_list.QeProcessList.process_started = Signal(str) |
|
static |
◆ process_stopped
Signal qeprocess_list.QeProcessList.process_stopped = Signal(str) |
|
static |
The documentation for this class was generated from the following file: