Home
last modified time | relevance | path

Searched refs:Get_Stock_Item (Results 1 – 2 of 2) sorted by last modified time

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dview_layout_info.h127 class CLayout_Item * Get_Stock_Item (int Item_Type);
H A Dview_layout_info.cpp370 CLayout_Map *pMap = (CLayout_Map *)m_pLayout->Get_Stock_Item(CVIEW_Layout_Info::Item_Type_Map); in Draw()
1105 Get_Stock_Item(Item_Type_Map )->Set_Position( 2, 70, 2, 90); // default layout in CVIEW_Layout_Info()
1106 Get_Stock_Item(Item_Type_Scalebar)->Set_Position( 2, 50, 92, 95); in CVIEW_Layout_Info()
1108 Get_Stock_Item(Item_Type_Legend )->Set_Position(72, 98, 2, 95); in CVIEW_Layout_Info()
1397 case Item_Type_Map : pItem = Get_Stock_Item(Item_Type_Map ); break; in Load()
1398 case Item_Type_Scalebar: pItem = Get_Stock_Item(Item_Type_Scalebar); break; in Load()
1399 case Item_Type_Scale : pItem = Get_Stock_Item(Item_Type_Scale ); break; in Load()
1400 case Item_Type_Legend : pItem = Get_Stock_Item(Item_Type_Legend ); break; in Load()
1542 CLayout_Item *pItem = Get_Stock_Item(Item_Type); in is_Shown()
1597 CLayout_Item * CVIEW_Layout_Info::Get_Stock_Item(int Item_Type) in Get_Stock_Item() function in CVIEW_Layout_Info
[all …]