Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dcolor_edit_dialog.cpp38 mpParent = (color_edit_dialog *)pParent; in BEGIN_MESSAGE_MAP()
40 if (mpParent->GetPalette()->palette) in BEGIN_MESSAGE_MAP()
73 if (mpParent->GetPalette()->palette) in OnPaint()
120 palette_info *palinfo = mpParent->GetPalette(); in PaintColorPalette()
217 mpParent->GetHSLColor(NULL, NULL, &lum); in PaintColorGradient()
229 mpParent->HslToRgb(Hue, Saturation, Luminance, red, green, blue); in PaintColorGradient()
310 if (!mpParent->GetPalette()->palette) in InvalidateSelection()
324 if (mpParent->GetPalette()->palette) in GetSelectedPos()
326 int color_index = mpParent->GetPaletteColor(); in GetSelectedPos()
348 mpParent->GetHSLColor(&hue, &sat, &lum); in GetSelectedPos()
[all …]
DProjectConfigDlg.cpp135 mpParent = pParent; in IMPLEMENT_DYNAMIC()
524 …rmat has changed. The system color table will be remapped to the nearest match colors.", mpParent); in SaveDisplayConfig()
612 …tput color format has been changed, resetting all the pixelmap formats to the default.", mpParent); in SaveDisplayConfig()
616 …ify("The cpu type has been changed, resetting all the pixelmap formats to the default.", mpParent); in SaveDisplayConfig()
620 …phic accelerator has been disabled, resetting all the pixelmap formats to the default.", mpParent); in SaveDisplayConfig()
946 Notify("Invalid value for Number of Displays. Valid range is from 1 to 4.", mpParent); in OnEnEditNumScreens()
955 …Edit*)GetDlgItem(IDC_SCREEN_NAME), "Name", mpProject->mDisplays[m_current_display].name, mpParent)) in OnEnEditSelectedDisplay()
973 ErrorMsg("Selected display must be between 1 and the total number of displays", mpParent); in OnEnEditSelectedDisplay()
987 ErrorMsg("Invalid major version number. Must be 5 or 6", mpParent); in OnEnEditMajorVersion()
1002 ErrorMsg("Invalid minor version number. Must be a value between 0 and 99", mpParent); in OnEnEditMinorVersion()
[all …]
Dcolor_edit_dialog.h38 color_edit_dialog *mpParent; variable
DProjectConfigDlg.h45 CWnd *mpParent; variable