def __init__(self, dbstate, uistate, track, addr, callback): """ Displays the dialog box. parent - The class that called the Address editor. addr - The address that is to be edited """ EditSecondary.__init__(self, dbstate, uistate, track, addr, callback)
def __init__(self, name, dbstate, uistate, track, childref, callback): """ Displays the dialog box. parent - The class that called the ChildRef editor. addr - The address that is to be edited """ self.name = name EditSecondary.__init__(self, dbstate, uistate, track, childref, callback)
def __init__(self, state, uistate, track, attrib, callback): """ Displays the dialog box. parent - The class that called the Address editor. attrib - The attribute that is to be edited title - The title of the dialog box list - list of options for the pop down menu """ EditSecondary.__init__(self, state, uistate, track, attrib, callback)
def __init__(self, dbstate, uistate, track, location, callback): EditSecondary.__init__(self, dbstate, uistate, track, location, callback)
def __init__(self, dbstate, uistate, track, name, callback): EditSecondary.__init__(self, dbstate, uistate, track, name, callback)