Searched refs:mpRes (Results 1 – 8 of 8) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | resource_item.cpp | 39 mpRes = get; in resource_item() 41 if (mpRes->type == RES_TYPE_FOLDER) in resource_item() 43 if ((mpRes->folder_id == CUSTOM_PIXELMAP_FOLDER) || in resource_item() 44 (mpRes->folder_id == DEFAULT_PIXELMAP_FOLDER)) in resource_item() 55 switch (mpRes->type) in resource_item() 76 mpRes = NULL; in resource_item() 236 if ((mpRes->type <= RES_TYPE_FOLDER) && m_open) in Close() 380 if (!project || !mpRes) in MakeFontPreview() 384 if (mpRes->font) in MakeFontPreview() 387 int char_count = mpRes->name.GetLength() * 6 + 1; in MakeFontPreview() [all …]
|
| D | resource_tree.cpp | 118 if (start->mpRes) in PositionItems() 120 if (start->mpRes->type == RES_TYPE_FOLDER) in PositionItems() 232 info = start->mpRes; in DoesFolderExist() 303 if ((start->mpRes) && (start->IsOpen())) in FindItem() 305 if ((start->mpRes->type == RES_TYPE_FOLDER) || in FindItem() 306 start->mpRes->type == RES_TYPE_GROUP) in FindItem() 336 … if (start->mpRes && start->mpRes->type == folder_type && start->mpRes->folder_id == folder_id) in FindFolder() 360 if (start->mpRes && start->mpRes->type == res_type && start->mpRes->name == res_name) in FindItem() 385 if ((start->mpRes) && in FindFolderNamed() 386 (start->mpRes->type == folder_type) && in FindFolderNamed() [all …]
|
| D | resource_view.cpp | 212 if (item->mpRes->folder_id == THEME_HEADER) in OnLButtonDown() 232 if (item->mpRes->folder_id == STRING_GROUP) in OnLButtonDown() 325 parent_id = mpDragItem->Parent()->mpRes->folder_id; in OnLButtonUp() 332 if (new_parent->mpRes) in OnLButtonUp() 334 if (new_parent->mpRes->type == RES_TYPE_PIXELMAP) in OnLButtonUp() 340 (new_parent->mpRes->type == RES_TYPE_FOLDER) && in OnLButtonUp() 341 (new_parent->mpRes->folder_id == CUSTOM_PIXELMAP_FOLDER)) in OnLButtonUp() 366 res_info *info = item->mpRes; in PopupMenu() 459 if (item->mpRes) in OnLButtonDblClk() 461 item_type = item->mpRes->type; in OnLButtonDblClk() [all …]
|
| D | resource_item_provider.cpp | 178 if (m_pResItemControl->mpRes) in GetPropertyValue() 180 if (m_pResItemControl->mpRes->type == RES_TYPE_FOLDER) in GetPropertyValue() 182 switch (m_pResItemControl->mpRes->folder_id) in GetPropertyValue()
|
| D | color_edit_dialog.cpp | 520 mpRes = NULL; in BEGIN_MESSAGE_MAP() 584 mpRes = res->mpRes; in color_edit_dialog() 585 mName = res->mpRes->name; in color_edit_dialog() 596 mResId = mpProject->GetResourceId(display_index, res->mpRes); in color_edit_dialog() 622 mColorIndex = res->mpRes->colorval; in color_edit_dialog() 702 if (mpRes == NULL) in OnOK()
|
| D | color_edit_dialog.h | 111 res_info *mpRes; variable
|
| D | resource_item.h | 43 res_info *mpRes; variable
|
| D | target_screen.cpp | 2458 if (item->mpRes) in TestDropItem() 2460 type = item->mpRes->type; in TestDropItem() 2467 provider->AssignFont(info, 0, project->GetResourceId(DisplayIndex, item->mpRes)); in TestDropItem() 2474 provider->AssignColor(info, 1, project->GetResourceId(DisplayIndex, item->mpRes)); in TestDropItem() 2479 provider->AssignColor(info, 0, project->GetResourceId(DisplayIndex, item->mpRes)); in TestDropItem() 2487 provider->AssignPixelmap(info, 1, project->GetResourceId(DisplayIndex, item->mpRes)); in TestDropItem() 2492 provider->AssignPixelmap(info, 0, project->GetResourceId(DisplayIndex, item->mpRes)); in TestDropItem()
|