Searched refs:typename (Results 1 – 2 of 2) sorted by relevance
79 template <typename T> inline T*
1086 def add_widget(typename): argument1087 if typename in widget_types:1088 logging.info('add a widget, type = %s' %typename) 1089 send_to_target_screen('CMD_ADD_WIDGET', widget_types[typename])1091 raise Exception("Invalid widget type: %s" %typename)