Home
last modified time | relevance | path

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

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp_map_basemap.h103 bool do_Show (void) { return( m_bShow ); } in do_Show() function
H A Dwksp_map_graticule.h89 bool do_Show (void) { return( m_bShow ); } in do_Show() function
H A Dwksp_map_layer.h95 bool do_Show (void) { return( m_bShow ); } in do_Show() function
H A Dwksp_layer.h106 bool do_Show (CSG_Rect const &Map_Extent, bool bIntersects = true);
H A Dwksp_map_layer.cpp632 if( m_pLayer->do_Show(dc_Map.m_rWorld) ) in Draw()
643 if( !m_pLayer->do_Show(rLayer, false) ) in Draw()
H A Dwksp_map.cpp2059 if( pLayer->do_Show() ) in Draw_Map()
2070 if( pLayer->do_Show() )//&& pLayer->Get_Graticule(Get_Extent()) ) in Draw_Map()
2081 if( pLayer->do_Show() ) in Draw_Map()
H A Dwksp_layer.cpp1008 bool CWKSP_Layer::do_Show(CSG_Rect const &Map_Extent, bool bIntersects) in do_Show() function in CWKSP_Layer