Searched refs:GetIdIndex (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | app_runner.cpp | 385 …action->animation->gx_animation_id = project->GetIdIndex(display_index, ID_TYPE_ANIMATION, action-… in app_trigger_action_process() 517 … id = project->GetIdIndex(display_index, ID_TYPE_ANIMATION, trigger->system_event_animat_id_name); in app_root_event_process() 531 … id = project->GetIdIndex(display_index, ID_TYPE_WIDGET, trigger->signal_id_name); in app_root_event_process()
|
| D | StudioXProject.h | 657 INT GetIdIndex(int DisplayIndex, int id_type, const CString &id_name) const; 658 INT GetIdIndex(const CArray<id_info> &dictionary, const CString &id_name) const;
|
| D | widget_factory.cpp | 301 … created->gx_widget_id = project->GetIdIndex(display_index, ID_TYPE_WIDGET, child->id_name); in GenerateWidgets() 370 … created->gx_widget_id = project->GetIdIndex(display_index, ID_TYPE_WIDGET, child->id_name); in GenerateAppScreen()
|
| D | StudioXProject.cpp | 5100 INT studiox_project::GetIdIndex(const CArray<id_info> &dictionary, const CString &id_name) const in GetIdIndex() function in studiox_project 5115 INT studiox_project::GetIdIndex(int DisplayIndex, int id_type, const CString &id_name) const in GetIdIndex() function in studiox_project 5132 return GetIdIndex(widget_id_dictionary[DisplayIndex], id_name); in GetIdIndex() 5136 return GetIdIndex(animation_id_dictionary[DisplayIndex], id_name); in GetIdIndex()
|