Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/cca/annotate/9c07f7db09af/Interface.py
Дата изменения: Unknown
Дата индексирования: Fri Feb 28 23:49:37 2014
Кодировка:
cca: Interface.py annotate

cca

annotate Interface.py @ 2:9c07f7db09af

module Interface + class Handlers
author Ilia
date Tue, 30 Nov 2010 00:24:32 +0300
parents
children 9194e2a2e45c
rev   line source
Ilia@2 1 #Interface
Ilia@2 2 automata
Ilia@2 3 handlers
Ilia@2 4 #menu
Ilia@2 5 #infoPanel=Frame
Ilia@2 6 #canvas
Ilia@2 7 #actionPanelFrame start stop nextStep zoomIn zoomOut faster slower
Ilia@2 8
Ilia@2 9
Ilia@2 10
Ilia@2 11 class Handlers(object):
Ilia@2 12 def __init__(self):
Ilia@2 13 pass
Ilia@2 14 def start():
Ilia@2 15 pass
Ilia@2 16 def stop():
Ilia@2 17 pass
Ilia@2 18 def nextStep():
Ilia@2 19 pass
Ilia@2 20 def saveFile():
Ilia@2 21 pass
Ilia@2 22 def openFile():
Ilia@2 23 pass
Ilia@2 24 def help():
Ilia@2 25 pass
Ilia@2 26 def zoomIn():
Ilia@2 27 pass
Ilia@2 28 def zoomOut():
Ilia@2 29 pass
Ilia@2 30 def slower():
Ilia@2 31 pass
Ilia@2 32 def faster():
Ilia@2 33 pass
Ilia@2 34 def changeSize():
Ilia@2 35 pass
Ilia@2 36 def draw():
Ilia@2 37 pass
Ilia@2 38 def press1():# ?????????
Ilia@2 39 pass
Ilia@2 40 def motion1():# ?????????
Ilia@2 41 pass
Ilia@2 42 def press3():# ?????????
Ilia@2 43 pass
Ilia@2 44 def motion3():# ?????????
Ilia@2 45 pass
Ilia@2 46 def pressKey1():# ?????????+??????????? ?? ???? (?????+ctrl)
Ilia@2 47 pass
Ilia@2 48 def motionKey1():# ?????????+??????????? ?? ???? (?????+ctrl)
Ilia@2 49 pass
Ilia@2 50 def press12():# zoom
Ilia@2 51 pass
Ilia@2 52 def motion12():# zoom
Ilia@2 53 pass
Ilia@2 54 #_______change order of states_________
Ilia@2 55 def changeStates():# ????????? ?????? ??? ????????? ??????? ?????????: ?????? ??????????, ????? ??????? ???? ??? ??? ? ???? ??? ??????: toTop toBottom switch delete
Ilia@2 56 pass
Ilia@2 57 def toTop():# ?????????? ???? ??????? ?????? ? ??????
Ilia@2 58 pass
Ilia@2 59 def toBottom():# ?????????? ???? ??????? ?????? ? ?????
Ilia@2 60 pass
Ilia@2 61 def switch():# ?????? ??? ????????? ???????? ???????
Ilia@2 62 pass
Ilia@2 63 def deleteState():
Ilia@2 64 pass
Ilia@2 65 def closeChangeWindow():# ????????? ???? ????????? ??????? ?????????
Ilia@2 66 #_______add state_____________________
Ilia@2 67 def addState():# ???????? ?????? ??????????, ??? ??????: add close
Ilia@2 68 pass
Ilia@2 69 def add():
Ilia@2 70 pass
Ilia@2 71 def closeAddWindow():
Ilia@2 72 pass
Ilia@2 73 #________change state parameters________
Ilia@2 74 def changeStateParameters():# ????????? ??????, ? ??????? ???? ?????? ?????????, ??????? ????? ?????? ? ?????????, ??????? ??????????????? ??? ????????? ????????? ??????, ???? ?????? OK close delete
Ilia@2 75 pass
Ilia@2 76 def ok():
Ilia@2 77 pass
Ilia@2 78 #deleteState ??? ????
Ilia@2 79 def closeStateWindow():
Ilia@2 80 pass