Functions | |
def | createButton |
def | reconnect |
def | restart |
def | setupRobot |
Variables | |
tuple | f = open(FILENAME_ROBOTHOST, "r") |
string | FILENAME_ROBOTHOST = '.robothost' |
tuple | frm = JFrame("sample GUI for "+bodyinfo.modelName, defaultCloseOperation = JFrame.EXIT_ON_CLOSE) |
list | funcList = [["setup rt-system", setupRobot],["restart rtcd", restart], " "] |
tuple | obj = JLabel(func) |
tuple | pnl = frm.getContentPane() |
tuple | txt = JTextField(f.readline()) |
def gui.createButton | ( | name, | |
func | |||
) |
def gui.reconnect | ( | ) |
def gui.restart | ( | ) |
def gui.setupRobot | ( | ) |
tuple gui::f = open(FILENAME_ROBOTHOST, "r") |
string gui::FILENAME_ROBOTHOST = '.robothost' |
tuple gui::frm = JFrame("sample GUI for "+bodyinfo.modelName, defaultCloseOperation = JFrame.EXIT_ON_CLOSE) |
list gui::funcList = [["setup rt-system", setupRobot],["restart rtcd", restart], " "] |