mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Correction : documentation de fonctions incomplete
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@982 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -182,6 +182,8 @@ QPointF DiagramTextItem::mapMovementFromParent(const QPointF &movement) const {
|
||||
|
||||
/**
|
||||
Gere les changements dont ce champ de texte est informe
|
||||
@param change Type de changement
|
||||
@param value Valeur relative au changement
|
||||
*/
|
||||
QVariant DiagramTextItem::itemChange(GraphicsItemChange change, const QVariant &value) {
|
||||
if (change == QGraphicsItem::ItemSceneHasChanged) {
|
||||
@@ -193,6 +195,7 @@ QVariant DiagramTextItem::itemChange(GraphicsItemChange change, const QVariant &
|
||||
|
||||
/**
|
||||
Gere la prise de focus du champ de texte
|
||||
@param e Objet decrivant la prise de focus
|
||||
*/
|
||||
void DiagramTextItem::focusInEvent(QFocusEvent *e) {
|
||||
QGraphicsTextItem::focusInEvent(e);
|
||||
@@ -204,6 +207,7 @@ void DiagramTextItem::focusInEvent(QFocusEvent *e) {
|
||||
|
||||
/**
|
||||
Gere la perte de focus du champ de texte
|
||||
@param e Objet decrivant la perte de focus
|
||||
*/
|
||||
void DiagramTextItem::focusOutEvent(QFocusEvent *e) {
|
||||
QGraphicsTextItem::focusOutEvent(e);
|
||||
|
||||
Reference in New Issue
Block a user