Home
last modified time | relevance | path

Searched refs:mDisplayIndex (Results 1 – 14 of 14) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dconfigure_theme_dlg.cpp45 mDisplayIndex = DisplayIndex; in IMPLEMENT_DYNAMIC()
49 if (mDisplayIndex < 0 || mDisplayIndex >= MAX_DISPLAYS) in IMPLEMENT_DYNAMIC()
51 mDisplayIndex = 0; in IMPLEMENT_DYNAMIC()
77 mNumThemes = project->mDisplays[mDisplayIndex].num_themes; in OnInitDialog()
88 mDisplayNameCombo.SetCurSel(mDisplayIndex); in OnInitDialog()
93 mThemeNames[index] = project->mDisplays[mDisplayIndex].themes[index].theme_name; in OnInitDialog()
94 … mStaticallyDefined[index] = project->mDisplays[mDisplayIndex].themes[index].statically_defined; in OnInitDialog()
97 … mStaticallyDefinedCheck.SetCheck(project->mDisplays[mDisplayIndex].themes[0].statically_defined); in OnInitDialog()
98 mThemeNameCombo.SetCurSel(project->mDisplays[mDisplayIndex].active_theme); in OnInitDialog()
106 …SetDlgItemText(IDC_THEME_NAME, project->mDisplays[mDisplayIndex].themes[DEFAULT_THEME].theme_name); in OnInitDialog()
[all …]
Dresource_view.cpp112 mDisplayIndex = -1; in IMPLEMENT_DYNCREATE()
467 if (project->GetResourceId(mDisplayIndex, item->mpRes) >= GX_COLOR_ID_CANVAS) in OnLButtonDblClk()
527 if (project->GetResourceId(mDisplayIndex, mpCurrentItem->mpRes) >= GX_COLOR_ID_CANVAS) in OnContextMenu()
595 mDisplayIndex = -1; in OnOpenProject()
603 if (mDisplayIndex < 0) in AddStringItems()
612 string_table *pt = project->mDisplays[mDisplayIndex].stable; in AddStringItems()
630 string_table *table = project->mDisplays[mDisplayIndex].stable; in RebuildStringItems()
743 if (mDisplayIndex >= 0) in InsertTreeResources()
1254 if (!NameExists(mDisplayIndex, info->type, name)) in CreateUniqueResourceName()
1267 if (mDisplayIndex != DisplayIndex || bReload) in OnDisplaySelect()
[all …]
Dtrigger_list_edit_dlg.cpp36 mDisplayIndex = display_index; in IMPLEMENT_DYNAMIC()
86 mItem.RemovedAnimationIdFromDictionary(mDisplayIndex); in OnCancel()
91 item->AddAnimationIdToDictionary(mDisplayIndex); in OnCancel()
149 trigger_edit_dlg dlg(mDisplayIndex, &mItem, trigger, this); in OnAddTrigger()
177 trigger->RemoveAnimationIdFromDictionary(mDisplayIndex); in OnDeleteTrigger()
201 trigger_edit_dlg dlg(mDisplayIndex, &mItem, trigger, this); in OnEditTrigger()
226 trigger_action_edit_dlg dlg(mDisplayIndex, &mItem, trigger, this); in OnEditTriggerAction()
Dstring_scroll_wheel_edit_dlg.cpp37 mDisplayIndex = display_index; in IMPLEMENT_DYNAMIC()
45 if (project->mDisplays[mDisplayIndex].stable) in IMPLEMENT_DYNAMIC()
47 mpTable = new string_table(*project->mDisplays[mDisplayIndex].stable); in IMPLEMENT_DYNAMIC()
81 if (mpProject->mDisplays[mDisplayIndex].stable) in DoDataExchange()
83 delete mpProject->mDisplays[mDisplayIndex].stable; in DoDataExchange()
85 mpProject->mDisplays[mDisplayIndex].stable = mpTable; in DoDataExchange()
Dcolor_edit_dialog.cpp524 mDisplayIndex = display_index; in BEGIN_MESSAGE_MAP()
533 INT active_theme = mpProject->mDisplays[mDisplayIndex].active_theme; in BEGIN_MESSAGE_MAP()
534 GX_COLOR *palette = mpProject->mDisplays[mDisplayIndex].themes[active_theme].palette; in BEGIN_MESSAGE_MAP()
592 mDisplayIndex = display_index; in color_edit_dialog()
598 INT active_theme = mpProject->mDisplays[mDisplayIndex].active_theme; in color_edit_dialog()
599 GX_COLOR *palette = mpProject->mDisplays[mDisplayIndex].themes[active_theme].palette; in color_edit_dialog()
652 switch (mpProject->mDisplays[mDisplayIndex].colorformat) in ~color_edit_dialog()
704 if (NameExists(mDisplayIndex, RES_TYPE_COLOR, text)) in OnOK()
715 if (NameExists(mDisplayIndex, RES_TYPE_COLOR, text)) in OnOK()
843 …if ((mPalette.palette) || (mpProject->mDisplays[mDisplayIndex].colorformat <= GX_COLOR_FORMAT_8BIT… in DoDataExchange()
[all …]
Dtrigger_action_edit_dlg.cpp74 mDisplayIndex = display_index; in IMPLEMENT_DYNAMIC()
248 action->RemoveAnimationIdFromDictionary(mDisplayIndex); in OnCancel()
251 mpTrigger->AddAnimationIdToDictionary(mDisplayIndex); in OnCancel()
347 action->RemoveAnimationIdFromDictionary(mDisplayIndex); in OnDeleteAction()
795 GetProjectView()->GetTopLevelWidgetList(mDisplayIndex, &screen_list); in AddTargets()
1111 screen_flow *flow = project->mDisplays[mDisplayIndex].screenflow; in SaveAnimationInfo()
1121 action->RemoveAnimationIdFromDictionary(mDisplayIndex); in SaveAnimationInfo()
1128 action->RemoveAnimationIdFromDictionary(mDisplayIndex); in SaveAnimationInfo()
1133 action->AddAnimationIdToDictionary(mDisplayIndex); in SaveAnimationInfo()
Dconfigure_theme_dlg.h28 int mDisplayIndex;
Dtrigger_edit_dlg.h55 int mDisplayIndex; variable
Dstring_scroll_wheel_edit_dlg.h88 int mDisplayIndex; variable
Dtrigger_list_edit_dlg.h87 int mDisplayIndex; variable
Dtrigger_action_edit_dlg.h83 int mDisplayIndex; variable
Dcolor_edit_dialog.h106 int mDisplayIndex; variable
Dtrigger_edit_dlg.cpp91 mDisplayIndex = display_index; in IMPLEMENT_DYNAMIC()
368 id_name = project->GetIdName(mDisplayIndex, ID_TYPE_ANIMATION, id_index++); in AddAnimationIds()
Dresource_view.h179 int mDisplayIndex;