Searched refs:event_func (Results 1 – 6 of 6) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | widget_service_provider.cpp | 405 if (!info->event_func.IsEmpty()) in SaveToProject() 407 writer.WriteString("event_handler", info->event_func); in SaveToProject() 466 reader.ReadString("event_handler", info->event_func); in ReadFromProject()
|
| D | screen_generator.cpp | 1815 if (!base_info->event_func.IsEmpty()) in GetTempateEventFuncName() 1817 return base_info->event_func; in GetTempateEventFuncName() 2075 if (info->event_func.IsEmpty()) in CheckWriteScreenFlow() 2088 event_func_name = info->event_func; in CheckWriteScreenFlow() 2908 if (info->event_func.IsEmpty()) in WriteWidgetOverrides() 2914 …(" (UINT (*)(GX_WIDGET *, GX_EVENT *)) %s, /* event function override */\n"), info->event_func); in WriteWidgetOverrides() 3337 if (!info->event_func.IsEmpty()) in PrototypeCallbacks() 3340 info->event_func, widget_type); in PrototypeCallbacks()
|
| D | undo_manager.cpp | 803 current_info->event_func = entry->widget_list[0].copy_info->event_func; in Undo()
|
| D | StudioXProject.h | 416 CString event_func; // name of drawing function, if overridden variable
|
| D | properties_win.cpp | 1296 AddEditControl("Event Function", mpInfo->event_func, ID_EVENT_FUNCTION); in AddWidgetProps() 2343 if (new_event_func != mpInfo->event_func) in OnChangeEventFunction() 2351 new_event_func = mpInfo->event_func; in OnChangeEventFunction() 2359 SetDlgItemText(ID_EVENT_FUNCTION, mpInfo->event_func); in OnChangeEventFunction() 2368 mpInfo->event_func = new_event_func; in OnChangeEventFunction()
|
| D | StudioXProject.cpp | 379 event_func = other.event_func; in copy() 445 event_func = ""; in init()
|