mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Fix doxygen issue
This commit is contained in:
@@ -993,16 +993,13 @@ void DiagramView::resetConductors() {
|
|||||||
m_diagram -> undoStack().push(new ResetConductorCommand(conductors_and_profiles));
|
m_diagram -> undoStack().push(new ResetConductorCommand(conductors_and_profiles));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
Gere les evenements de la DiagramView
|
|
||||||
@param e Evenement
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
@brief DiagramView::event
|
@brief DiagramView::event
|
||||||
Manage the event on this diagram view.
|
Manage the event on this diagram view.
|
||||||
-At first activation (QEvent::WindowActivate or QEvent::Show) we zoomFit.
|
-At first activation (QEvent::WindowActivate or QEvent::Show) we zoomFit.
|
||||||
-Convert event interpreted to mouse event to gesture event if needed.
|
-Convert event interpreted to mouse event to gesture event if needed.
|
||||||
-send Shortcut to view (by default send to QMenu /QAction)
|
-send Shortcut to view (by default send to QMenu /QAction)
|
||||||
|
Gere les evenements de la DiagramView
|
||||||
@param e : the event.
|
@param e : the event.
|
||||||
@return
|
@return
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user