1 #ifndef PartSet_OperationSketch_H
2 #define PartSet_OperationSketch_H
6 #include <PartSet_OperationSketchBase.h>
10 \class PartSet_OperationSketch
11 * \brief The operation for the sketch creation
13 * Base class for all operations. If you perform an action it is reasonable to create
15 class PARTSET_EXPORT PartSet_OperationSketch : public PartSet_OperationSketchBase
19 PartSet_OperationSketch(const QString& theId, QObject* theParent);
20 virtual ~PartSet_OperationSketch();
22 virtual bool isPerformedImmediately() const;