Home
last modified time | relevance | path

Searched refs:IsOpen (Results 1 – 7 of 7) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dresource_tree.cpp78 if (start->IsOpen() && start->First()) in GetMaxWidth()
128 if (start->IsOpen()) in PositionItems()
135 if (start->IsOpen() && start->First()) in PositionItems()
303 if ((start->mpRes) && (start->IsOpen())) in FindItem()
315 if (start->First() && start->IsOpen()) in FindItem()
Dresource_view.cpp230 if (item->IsOpen()) in OnLButtonDown()
260 if (item->IsOpen()) in OnLButtonDown()
1863 if (!parent->IsOpen()) in AddFont()
2291 if (!parent->IsOpen()) in OnAddPixelmapFolder()
2894 BOOL resource_view::IsOpen(int folder_id) in IsOpen() function in resource_view
2900 return item->IsOpen(); in IsOpen()
2920 if (!item->IsOpen()) in SetResFolderStatus()
2927 if (item->IsOpen()) in SetResFolderStatus()
2985 if (!parent->IsOpen()) in AddColor()
3107 if (!parent->IsOpen()) in TaskAddPixelmaps()
[all …]
Dresource_item_provider.cpp324 if ((m_pResItemControl->GetResType() == RES_TYPE_GROUP) && m_pResItemControl->IsOpen()) in get_BoundingRectangle()
488 if (m_pResItemControl->IsOpen()) in get_ExpandCollapseState()
Dresource_item.h22 BOOL IsOpen() { return m_open;} in IsOpen() function
Dresource_view.h68 BOOL IsOpen(int res_id);
DMainFrm.cpp1609 info.string_open = GetResourceView()->IsOpen(STRING_GROUP); in OnRecordmacro()
1610 info.color_open = GetResourceView()->IsOpen(COLOR_GROUP); in OnRecordmacro()
1611 info.font_open = GetResourceView()->IsOpen(FONT_GROUP); in OnRecordmacro()
1612 info.pixelmap_open = GetResourceView()->IsOpen(PIXELMAP_GROUP); in OnRecordmacro()
Dresource_item.cpp203 if ((GetResType() >= RES_TYPE_FOLDER) && IsOpen()) in SetVisible()
760 if (IsOpen()) in PaintGroupHeader()
818 if (IsOpen()) in PaintFolderHeader()