|
class ModelCondition(ModelItem, ogl.PolygonShape):
|
|
class ModelCondition(ModelItem, ogl.PolygonShape):
|
|
def __init__(self, parent, x, y, id = -1, width = None, height = None, text = '',
|
|
def __init__(self, parent, x, y, id = -1, width = None, height = None, text = '',
|
|
items = { 'if' : [], 'else' : [] }):
|
|
items = { 'if' : [], 'else' : [] }):
|