Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstring_scroll_wheel_edit_dlg.cpp118 mpValueListFrame = new value_list_frame(mpStringIdList, mpTable); in OnInitDialog()
248 value_list_frame *frame = (value_list_frame*)GetParent(); in OnCreate()
295 value_list_frame* list = (value_list_frame*)GetParent(); in PreTranslateKeyDown()
360 value_list_frame* frame = (value_list_frame*)GetParent(); in PreTranslateMessage()
395 value_list_frame *frame = (value_list_frame*)GetParent(); in OnChangeStringId()
414 value_list_frame *frame = (value_list_frame*)GetParent(); in OnChangeStringText()
483 BEGIN_MESSAGE_MAP(value_list_frame, CWnd) in BEGIN_MESSAGE_MAP() argument
492 value_list_frame::value_list_frame(CArray<GX_RESOURCE_ID>* string_id_list, string_table *stable) in BEGIN_MESSAGE_MAP()
503 value_list_frame::~value_list_frame() in ~value_list_frame()
512 void value_list_frame::OnDestroy() in OnDestroy()
[all …]
Dstring_scroll_wheel_edit_dlg.h39 class value_list_frame :public CWnd
42 value_list_frame(CArray<GX_RESOURCE_ID> *string_id_list, string_table *table);
43 ~value_list_frame();
89 value_list_frame *mpValueListFrame;