Home
last modified time | relevance | path

Searched refs:mpStringIdList (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dstring_scroll_wheel_edit_dlg.cpp35 mpStringIdList = value_list; in IMPLEMENT_DYNAMIC()
96 mpStringIdList->Copy(mOldStringIdList); in DoDataExchange()
118 mpValueListFrame = new value_list_frame(mpStringIdList, mpTable); in OnInitDialog()
494 mpStringIdList = string_id_list; in BEGIN_MESSAGE_MAP()
543 int row_count = mpStringIdList->GetCount(); in OnCreate()
554 res_id = mpStringIdList->GetAt(index); in OnCreate()
641 if (index < mpStringIdList->GetCount()) in NotifyStringIdChanged()
643 mpStringIdList->SetAt(index, id); in NotifyStringIdChanged()
Dstring_scroll_wheel_edit_dlg.h60 CArray<GX_RESOURCE_ID>* mpStringIdList;
85 CArray<GX_RESOURCE_ID>* mpStringIdList; variable