mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 02:10:52 +01:00
Translated all comments found in header files (*.h) from French to English.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1960 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -22,21 +22,21 @@ class ElementsCollectionItem;
|
||||
class ElementsCategory;
|
||||
class MoveElementsHandler;
|
||||
/**
|
||||
Cette classe represente la description d'un mouvement d'elements.
|
||||
Il peut s'agir d'un deplacement ou d'une copie. La source n'est pas
|
||||
mentionnee
|
||||
This class describes the evolution of an elements item move (actually
|
||||
either move or copy), i.e. whether the source was deleted, whether the
|
||||
target changed and to what path, etc.
|
||||
*/
|
||||
class MoveElementsDescription : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
// constructeurs, destructeur
|
||||
// constructors, destructor
|
||||
public:
|
||||
MoveElementsDescription(QObject * = 0);
|
||||
virtual ~MoveElementsDescription();
|
||||
private:
|
||||
MoveElementsDescription(const MoveElementsDescription &);
|
||||
|
||||
// methodes
|
||||
// methods
|
||||
public:
|
||||
bool isRecursive() const;
|
||||
void setRecursive(bool);
|
||||
@@ -62,7 +62,7 @@ class MoveElementsDescription : public QObject {
|
||||
bool mustAbort() const;
|
||||
void abort();
|
||||
|
||||
// attributs
|
||||
// attributes
|
||||
private:
|
||||
bool recursive_;
|
||||
MoveElementsHandler *handler_;
|
||||
|
||||
Reference in New Issue
Block a user