hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
qeprocess_list.QeProcessList Class Reference

Holds and Manage all QeProcess QObjects. More...

Inheritance diagram for qeprocess_list.QeProcessList:

Public Member Functions

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.
 

Static Public Attributes

Signal process_started = Signal(str)
 
Signal process_stopped = Signal(str)
 
Signal process_about_to_stop = Signal(str)
 

Protected Attributes

 _process_objects
 

Detailed Description

Holds and Manage all QeProcess QObjects.

Constructor & Destructor Documentation

◆ __init__()

def qeprocess_list.QeProcessList.__init__ (   self,
list  processes_list,
  parent = None 
)

Constructor.

Parameters
processes_listList with list of process configurations
parentQObject parent widget instance

Member Function Documentation

◆ 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:

Member Data Documentation

◆ _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: