Home
last modified time | relevance | path

Searched refs:activeSymbolChanged (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/tools/
H A Ddraw_point_gps_tool.cpp62 …connect(editor, &MapEditorController::activeSymbolChanged, this, &DrawPointGPSTool::activeSymbolCh… in DrawPointGPSTool()
201 void DrawPointGPSTool::activeSymbolChanged(const Symbol* symbol) in activeSymbolChanged() function in OpenOrienteering::DrawPointGPSTool
H A Ddraw_point_tool.cpp102 …connect(editor, &MapEditorController::activeSymbolChanged, this, &DrawPointTool::activeSymbolChang… in initImpl()
106 void DrawPointTool::activeSymbolChanged(const Symbol* symbol) in activeSymbolChanged() function in OpenOrienteering::DrawPointTool
H A Ddraw_point_gps_tool.h62 void activeSymbolChanged(const OpenOrienteering::Symbol* symbol);
H A Ddraw_point_tool.h66 void activeSymbolChanged(const Symbol* symbol);
H A Ddraw_line_and_area_tool.cpp66 …connect(editor, &MapEditorController::activeSymbolChanged, this, &DrawLineAndAreaTool::setDrawingS… in DrawLineAndAreaTool()
H A Ddraw_text_tool.cpp70 connect(editor, &MapEditorController::activeSymbolChanged, this, &DrawTextTool::setDrawingSymbol);
H A Dfill_tool.cpp100 connect(editor, &MapEditorController::activeSymbolChanged, this, &FillTool::setDrawingSymbol); in FillTool()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/map/
H A Dmap_editor.h596 void activeSymbolChanged(const OpenOrienteering::Symbol* symbol);
H A Dmap_editor.cpp2340 emit activeSymbolChanged(active_symbol); in selectedSymbolsChanged() local