Home
last modified time | relevance | path

Searched refs:GetIdIndex (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dapp_runner.cpp385 …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()
DStudioXProject.h657 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;
Dwidget_factory.cpp301 … 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()
DStudioXProject.cpp5100 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()