revpiplclist

Global Attributes

_
savefile

Classes

RevPiPlcList

Functions

get_connections Verbindungen aus Datei laden.


RevPiPlcList

Derived from

tkinter.Frame

Class Attributes

myapp
root

Class Methods

None

Methods

RevPiPlcList Init RevPiPlcList-class.
_checkclose Prüft ob Fenster beendet werden soll.
_createwidgets Erstellt alle Widgets.
_saveappdata Speichert Verbindungen im home Dir.
build_listconn Füllt Verbindungsliste.
evt_btnadd
evt_btnnew
evt_btnremove
evt_btnsave
evt_keypress
evt_listconn

Static Methods

None

RevPiPlcList (Constructor)

RevPiPlcList(master)

Init RevPiPlcList-class.

master:
tkinter master

RevPiPlcList._checkclose

_checkclose(event=None)

Prüft ob Fenster beendet werden soll.

event:
tkinter-Event

RevPiPlcList._createwidgets

_createwidgets()

Erstellt alle Widgets.

RevPiPlcList._saveappdata

_saveappdata()

Speichert Verbindungen im home Dir.

RevPiPlcList.build_listconn

build_listconn()

Füllt Verbindungsliste.

RevPiPlcList.evt_btnadd

evt_btnadd()

RevPiPlcList.evt_btnnew

evt_btnnew()

RevPiPlcList.evt_btnremove

evt_btnremove()

RevPiPlcList.evt_btnsave

evt_btnsave()

RevPiPlcList.evt_keypress

evt_keypress(evt=None)

RevPiPlcList.evt_listconn

evt_listconn(evt=None)
Up


get_connections

get_connections()

Verbindungen aus Datei laden.

Up