Methods
|
|
|
|
__init__
|
__init__ ( self, *args )
Erstelle das Programmfenster
|
|
closeEvent
|
closeEvent ( self, QCloseEvent )
Ich muss mich schließen
|
|
commandCallback
|
commandCallback ( self, item )
Auf QT-QUIT reagieren.
|
|
showDebug
|
showDebug ( self )
öffnen der Datei debug.txt, springe in Codefenster zu Fehlerzeile.
|
|
slotAbout
|
slotAbout ( self )
Infos über das Programm
|
|
slotAusgabe
|
slotAusgabe ( self )
Ein neues Ausgabefenster
|
|
slotBadFunction
|
slotBadFunction ( self )
Warnmeldung bei ungültiger Menüfunktion
|
|
slotClose
|
slotClose ( self )
|
|
slotCode
|
slotCode ( self )
Neues Fenster mit Sourcecode aus Struktogramm erzeugen
|
|
slotDebug
|
slotDebug ( self )
Programm des aktuellen Fensters im Debugger ausführen
|
|
slotDebughalt
|
slotDebughalt ( self )
Debugger anhalten
|
|
slotDebugmode
|
slotDebugmode ( self )
Debuggermodus einstellen
|
|
slotDebugspeed
|
slotDebugspeed ( self )
Debugger GEschwindigkeit setzen
|
|
slotDebugstep
|
slotDebugstep ( self )
Debugger nächter Schritt
|
|
slotDebugstop
|
slotDebugstop ( self )
Debugger anhalten
|
|
slotHilfe
|
slotHilfe ( self )
Hilfe anzeigen
|
|
slotLadeletztes
|
slotLadeletztes ( self )
Etwas soll geladen werden...
|
|
slotLaden
|
slotLaden ( self )
Etwas soll geladen werden...
|
|
slotNewMain
|
slotNewMain ( self )
Neues Programmfenster. Fensterliste muß leider global gehalten werden.
|
|
slotNotImpl
|
slotNotImpl ( self )
Dummy für nicht impl. Fkt.
|
|
slotQuit
|
slotQuit ( self )
Beenden
|
|
slotRun
|
slotRun ( self )
Programm des aktuellen Fensters in Python ausführen
|
|
slotSichern
|
slotSichern ( self )
aktuelles Fenster sichern
|
|
slotSichernals
|
slotSichernals ( self )
aktuelles Fenster sichern
|
|
slotStrktCanvas
|
slotStrktCanvas ( self )
Erstelle ein neues Struktogramm bestehend aus einem Statement; und
Erstelle ein neues Canvas mit diesem Struktogramm
|
|
slotZoom
|
slotZoom ( self )
Neues Fenster mit Sourcecode aus Struktogramm erzeugen
|
|
slotZoomoff
|
slotZoomoff ( self )
Neues Fenster mit Sourcecode aus Struktogramm erzeugen
|