Home
last modified time | relevance | path

Searched refs:CWKSP_Shapes_Line (Results 1 – 5 of 5) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp_shapes_line.cpp63 CWKSP_Shapes_Line::CWKSP_Shapes_Line(CSG_Shapes *pShapes) in CWKSP_Shapes_Line() function in CWKSP_Shapes_Line
77 void CWKSP_Shapes_Line::On_Create_Parameters(void) in On_Create_Parameters()
204 void CWKSP_Shapes_Line::On_DataObject_Changed(void) in On_DataObject_Changed()
212 void CWKSP_Shapes_Line::On_Parameters_Changed(void) in On_Parameters_Changed()
260 int CWKSP_Shapes_Line::On_Parameter_Changed(CSG_Parameters *pParameters, CSG_Parameter *pParameter,… in On_Parameter_Changed()
321 void CWKSP_Shapes_Line::Draw_Initialize(CWKSP_Map_DC &dc_Map, int Flags) in Draw_Initialize()
340 void CWKSP_Shapes_Line::Draw_Shape(CWKSP_Map_DC &dc_Map, CSG_Shape *pShape, int Selection) in Draw_Shape()
416 void CWKSP_Shapes_Line::_Draw_Shape(CWKSP_Map_DC &dc_Map, CSG_Shape *pShape, int xOffset, int yOffs… in _Draw_Shape()
438 void CWKSP_Shapes_Line::Draw_Label(CWKSP_Map_DC &dc_Map, CSG_Shape *pShape, const wxString &Label) in Draw_Label()
559 void CWKSP_Shapes_Line::Edit_Shape_Draw_Move(wxDC &dc, const CSG_Rect &rWorld, const wxPoint &Point) in Edit_Shape_Draw_Move()
[all …]
H A Dwksp_shapes_line.h84 class CWKSP_Shapes_Line : public CWKSP_Shapes
87 CWKSP_Shapes_Line(CSG_Shapes *pShapes);
H A Dwksp_shapes_type.cpp163 case SHAPE_TYPE_Line: Add_Item(pItem = new CWKSP_Shapes_Line (pObject)); break; in Add_Data()
H A Dwksp_layer_legend.h135 void _Draw_Line (wxDC &dc, class CWKSP_Shapes_Line *pLayer);
H A Dwksp_layer_legend.cpp189 case SHAPE_TYPE_Line : _Draw_Line (dc, (CWKSP_Shapes_Line *)m_pLayer); break; in Draw()
441 void CWKSP_Layer_Legend::_Draw_Line(wxDC &dc, CWKSP_Shapes_Line *pLayer) in _Draw_Line()