Home
last modified time | relevance | path

Searched refs:res_type (Results 1 – 16 of 16) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dwidget_factory.h42 …static void DecrementWidgetResourceIds(int res_type, widget_info *info, CArray<GX_RESOURCE_ID> &re…
43 …static void DecrementWidgetResourceIds(int res_type, folder_info *folder, GX_RESOURCE_ID resource_…
44 …static void DecrementWidgetResourceIds(int res_type, folder_info* folder, CArray<GX_RESOURCE_ID> &…
45 …static int CountReferences(int res_type, widget_info *info, GX_RESOURCE_ID resource_id, int seed_c…
47 … static int CountReferences(studiox_project *project, int res_type, GX_RESOURCE_ID resource_id);
Dwidget_factory.cpp830 void widget_factory::DecrementWidgetResourceIds(int res_type, folder_info *folder, GX_RESOURCE_ID r… in DecrementWidgetResourceIds() argument
837 DecrementWidgetResourceIds(res_type, folder->GetFirstChildWidget(), resource_id_array); in DecrementWidgetResourceIds()
843 void widget_factory::DecrementWidgetResourceIds(int res_type, folder_info* folder, CArray<GX_RESOUR… in DecrementWidgetResourceIds() argument
847 DecrementWidgetResourceIds(res_type, folder->GetFirstChildWidget(), resource_id_array); in DecrementWidgetResourceIds()
925 void widget_factory::DecrementWidgetResourceIds(int res_type, widget_info *info, CArray<GX_RESOURCE… in DecrementWidgetResourceIds() argument
935 switch(res_type) in DecrementWidgetResourceIds()
1076 DecrementWidgetResourceIds(res_type, info->GetChildWidgetInfo(), resource_id_array); in DecrementWidgetResourceIds()
1107 int widget_factory::CountReferences(int res_type, widget_info *info, GX_RESOURCE_ID resource_id, in… in CountReferences() argument
1118 switch (res_type) in CountReferences()
1177 count = CountReferences(res_type, info->GetChildWidgetInfo(), resource_id, count); in CountReferences()
[all …]
DStudioXProject.h670 BOOL GetResourceName(int DisplayIndex, int res_type, int index, CString &return_name) const;
671 BOOL CopyDictionary(int DisplayIndex, int res_type, CArray<CString> *dictionary);
672 void SortResDictionary(INT res_type, CArray<CString> *dictionary);
674 …res_info *FindResource(int DisplayIndex, int ThemeIndex, int res_type, GX_RESOURCE_ID res_id) cons…
677 …res_info *FindResourceFolder(int Display, int theme_id, int res_type, GX_RESOURCE_ID res_id, const…
717 static CString FindFolderIdString(int res_type, int val);
718 static int FindFolderIdVal(int res_type, CString string);
Dresource_tree.cpp354 resource_item *resource_tree::FindItem(resource_item *start, int res_type, CString &res_name) in FindItem() argument
360 if (start->mpRes && start->mpRes->type == res_type && start->mpRes->name == res_name) in FindItem()
366 test = FindItem(start->First(), res_type, res_name); in FindItem()
Dstring_table.h133 …CString UpdateRichTextResourceName(CString& val, int res_type, CString old_id_name, CString new_id…
134 …void UpdateStringTableRichTextResourceName(int res_type, CString& old_id_name, CString& new_id_nam…
Dcopy_paste_engine.cpp753 int copy_paste_engine::TranslateId(CArray<resource_trans_entry> &list, int res_type, int res_id) in TranslateId() argument
761 switch (res_type) in TranslateId()
764 mProject->GetResourceName(mDisplay, res_type, res_id, source_name); in TranslateId()
792 switch (res_type) in TranslateId()
795 translate_id = mProject->GetResourceId(mDisplay, res_type, translate_name); in TranslateId()
Dresource_tree.h32 resource_item *FindItem(resource_item *start, int res_type, CString &res_name);
Dcopy_paste_engine.h57 int TranslateId(CArray<resource_trans_entry> &list, int res_type, int res_id);
Dstring_table.cpp794 CString string_table::UpdateRichTextResourceName(CString& val, int res_type, CString old_id_name, C… in UpdateRichTextResourceName() argument
801 if (res_type == RES_TYPE_FONT) in UpdateRichTextResourceName()
863 void string_table::UpdateStringTableRichTextResourceName(int res_type, CString& old_id_name, CStrin… in UpdateStringTableRichTextResourceName() argument
873 …uage] = UpdateRichTextResourceName(m_records[record].strings[language], res_type, old_id_name, new… in UpdateStringTableRichTextResourceName()
DStudioXProject.cpp768 CString studiox_project::FindFolderIdString(int res_type, int val) in FindFolderIdString() argument
772 switch (res_type) in FindFolderIdString()
799 int studiox_project::FindFolderIdVal(int res_type, CString string) in FindFolderIdVal() argument
803 switch (res_type) in FindFolderIdVal()
5385 BOOL studiox_project::GetResourceName(int Display, int res_type, int index, CString &return_name) c… in GetResourceName() argument
5391 switch(res_type) in GetResourceName()
5418 BOOL studiox_project::CopyDictionary(int Display, int res_type, CArray<CString> *copied_dictionary) in CopyDictionary() argument
5424 switch (res_type) in CopyDictionary()
5462 void studiox_project::SortResDictionary(INT res_type, CArray<CString> *dictionary) in SortResDictionary() argument
5466 switch (res_type) in SortResDictionary()
[all …]
Drich_text_edit_dlg.h52 CString InitResList(CComboBox *box, int res_type, int sel_res_id);
Dproperties_win.h40 void AddComboBox(char *label, int res_type, int id, ULONG current_val);
Drich_text_edit_dlg.cpp428 CString text_edit_button_frame::InitResList(CComboBox *box, int res_type, int sel_res_id) in InitResList() argument
442 int end_id = project->CountResources(active_display, res_type); in InitResList()
449 res_info *info = project->FindResource(active_display, active_theme, res_type, res_id); in InitResList()
Dproperties_win.cpp826 void properties_win::AddComboBox(char *label, int res_type, int id, ULONG current_val) in AddComboBox() argument
856 int end_id = mpProject->CountResources(active_display, res_type); in AddComboBox()
858 if (res_type == RES_TYPE_PIXELMAP) in AddComboBox()
868 res_info *info = mpProject->FindResource(active_display, active_theme, res_type, res_id); in AddComboBox()
877 if (res_type == RES_TYPE_PIXELMAP) in AddComboBox()
Dresource_gen.cpp1822 int res_type; in RichTextResIdName2ResId() local
1845 res_type = RES_TYPE_FONT; in RichTextResIdName2ResId()
1850 res_type = RES_TYPE_COLOR; in RichTextResIdName2ResId()
1870 res_id = project->GetResourceId(display, res_type, id_name); in RichTextResIdName2ResId()
Dresource_view.cpp3515 int res_type; in OnTestMessage() local
3591 res_type = _tstoi(param.GetAt(0)); in OnTestMessage()
3594 item = mpTree->FindItem(mpTree->GetRoot(), res_type, name); in OnTestMessage()