Definition at line 24 of file CreatePorts.py.
Public Member Functions | |
def | __init__ |
def | OnAddPort |
def | GetNewFreePorts |
def | GetPorts |
def | GetDeletedPorts |
def | OnDeleteRow |
def | find |
def | insertInTable |
Public Attributes | |
main | |
maxPortsIn | |
maxPortsOut | |
portlist | |
deletedports | |
NewFreePorts |
def CreatePorts::createPortsWindow::__init__ | ( | self, | ||
main, | ||||
devicetypeobj, | ||||
devicename, | ||||
portlist, | ||||
parent = None | ||||
) |
Definition at line 25 of file CreatePorts.py.
def CreatePorts::createPortsWindow::OnAddPort | ( | self | ) |
Add Port Button clicked : We Create the Port object and add its information to the table below
Definition at line 59 of file CreatePorts.py.
def CreatePorts::createPortsWindow::GetNewFreePorts | ( | self | ) |
Definition at line 97 of file CreatePorts.py.
def CreatePorts::createPortsWindow::GetPorts | ( | self | ) |
Definition at line 100 of file CreatePorts.py.
def CreatePorts::createPortsWindow::GetDeletedPorts | ( | self | ) |
Definition at line 103 of file CreatePorts.py.
def CreatePorts::createPortsWindow::OnDeleteRow | ( | self | ) |
Definition at line 106 of file CreatePorts.py.
def CreatePorts::createPortsWindow::find | ( | self, | ||
port | ||||
) |
Look for "port" in self.portlist and return its index in self.portlist if exist or -1.
Definition at line 132 of file CreatePorts.py.
def CreatePorts::createPortsWindow::insertInTable | ( | self, | ||
row, | ||||
port | ||||
) |
Definition at line 147 of file CreatePorts.py.
Definition at line 32 of file CreatePorts.py.
Definition at line 34 of file CreatePorts.py.
Definition at line 35 of file CreatePorts.py.
Definition at line 46 of file CreatePorts.py.
Definition at line 47 of file CreatePorts.py.
Definition at line 48 of file CreatePorts.py.