Public Attributes | |
fsm | |
name | |
stateInspectorDict | |
states | |
![]() | |
about | |
balloonState | |
dataArea | |
id | |
menuBar | |
menuFrame | |
parent | |
toggleBalloonVar | |
variableDict | |
widgetDict | |
Static Public Attributes | |
string | appname = 'ClassicFSM Inspector' |
int | frameHeight = 450 |
int | frameWidth = 400 |
int | usecommandarea = 0 |
int | usestatusarea = 0 |
![]() | |
string | appname = 'Generic Application Frame' |
string | appversion = '1.0' |
string | balloonState = 'none' |
string | contactemail = 'Mark.Mine@disney.com' |
string | contactname = 'Mark R. Mine' |
string | contactphone = '(818) 544-2921' |
tuple | copyright |
int | frameHeight = 320 |
int | frameWidth = 450 |
int | padx = 5 |
int | pady = 5 |
int | panelCount = 0 |
int | usecommandarea = 0 |
int | usestatusarea = 0 |
def __init__ | ( | self, | |
fsm, | |||
kw | |||
) |
def addState | ( | self, | |
state | |||
) |
def appInit | ( | self | ) |
def canvas | ( | self | ) |
def computeEndpoints | ( | self, | |
fromState, | |||
toState | |||
) |
def computePoint | ( | self, | |
radius, | |||
angle | |||
) |
def connectStates | ( | self, | |
fromState, | |||
toState | |||
) |
def createInterface | ( | self | ) |
def createStateInspectors | ( | self | ) |
def drawConnections | ( | self, | |
event = None |
|||
) |
def enteredState | ( | self, | |
stateName | |||
) |
def exitedState | ( | self, | |
stateName | |||
) |
def findAngle | ( | self, | |
fromPoint, | |||
toPoint | |||
) |
def getStateInspector | ( | self, | |
name | |||
) |
def mouse2Down | ( | self, | |
event | |||
) |
def mouse2Motion | ( | self, | |
event | |||
) |
def onDestroy | ( | self, | |
event | |||
) |
Called on ClassicFSM Panel shutdown
def popupGridDialog | ( | self | ) |
def printLayout | ( | self | ) |
def scrolledCanvas | ( | self | ) |
def setFontSize | ( | self, | |
size | |||
) |
def setGridSize | ( | self, | |
size | |||
) |
def setMarkerSize | ( | self, | |
size | |||
) |
def toggleBalloon | ( | self | ) |
def toggleGridSnap | ( | self | ) |
|
static |
|
static |
|
static |
fsm |
name |
stateInspectorDict |
states |
|
static |
|
static |