Home
last modified time | relevance | path

Searched refs:dealWithItemChange (Results 1 – 10 of 10) sorted by relevance

/dports/astro/marble/marble-21.12.3/src/plugins/render/annotate/
H A DPlacemarkTextAnnotation.h27 void dealWithItemChange( const SceneGraphicsItem *other ) override;
H A DGroundOverlayFrame.h44 void dealWithItemChange( const SceneGraphicsItem *other ) override;
H A DSceneGraphicsItem.h103 virtual void dealWithItemChange( const SceneGraphicsItem *other ) = 0;
H A DPolylineAnnotation.h46 void dealWithItemChange( const SceneGraphicsItem *other ) override;
H A DAreaAnnotation.h57 void dealWithItemChange( const SceneGraphicsItem *other ) override;
H A DPlacemarkTextAnnotation.cpp81 void PlacemarkTextAnnotation::dealWithItemChange( const SceneGraphicsItem *other ) in dealWithItemChange() function in Marble::PlacemarkTextAnnotation
H A DGroundOverlayFrame.cpp207 void GroundOverlayFrame::dealWithItemChange( const SceneGraphicsItem *other ) in dealWithItemChange() function in Marble::GroundOverlayFrame
H A DPolylineAnnotation.cpp247 void PolylineAnnotation::dealWithItemChange( const SceneGraphicsItem *other ) in dealWithItemChange() function in Marble::PolylineAnnotation
H A DAreaAnnotation.cpp106 void AreaAnnotation::dealWithItemChange( const SceneGraphicsItem *other ) in dealWithItemChange() function in Marble::AreaAnnotation
H A DAnnotatePlugin.cpp871 m_focusItem->dealWithItemChange( nullptr ); in handleUncaughtEvents()